Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 765,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 445116,
"CSS": 8178,
"HTML": 301,
"Dockerfile": 369,
"TypeScript": 537205
},
"pushed_at": "2026-07-28T20:48:17Z",
"created_at": "2026-03-30T23:31:02Z",
"owner_type": "User",
"updated_at": "2026-07-28T20:48:29Z",
"description": "Reusable AI chat service for NetApp products",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Go"
]
},
"owner": {
"blog": null,
"name": "Edward Barron",
"type": "User",
"login": "ebarron",
"company": "NetApp",
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/13694875?v=4",
"created_at": "2015-08-07T13:18:51Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 4010
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-21T00:01:44Z"
},
{
"tag": "v0.1.20",
"kind": "patch",
"published_at": "2026-07-20T21:03:31Z"
},
{
"tag": "v0.1.19",
"kind": "patch",
"published_at": "2026-06-05T13:08:45Z"
},
{
"tag": "v0.1.18",
"kind": "patch",
"published_at": "2026-06-05T00:06:28Z"
},
{
"tag": "v0.1.17",
"kind": "patch",
"published_at": "2026-06-04T23:48:18Z"
},
{
"tag": "v0.1.16",
"kind": "patch",
"published_at": "2026-06-04T23:27:35Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2026-06-02T18:26:36Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2026-05-30T01:12:25Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-05-15T15:09:19Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-05-15T11:46:21Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-05-13T11:55:49Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-05-13T10:50:41Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-04-25T20:02:02Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-04-22T15:35:04Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-04-22T14:58:39Z"
}
],
"recent_commits": [
{
"oid": "c095c8ce2dd2f1a5dc6e4dcd72c87a0358bb9250",
"body": "ChatAppShell derived nav-open state from navMode only at mount and nested\nChatPanel at different tree depths per navMode, so hosts had to force a\nremount (changing React key) to switch layouts — destroying chat messages,\nsessionId, and open canvas/host-portal tabs.\n\n- Auto re-sync nav-open on a real\n[…]\ne).\n- Docs: README, UserGuide, and layout-modes doc note live navMode switching.\n\nHosts can now drop the remount key and change navMode as a live prop.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component: track navMode changes without a remount — release v0.4.1",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-28T20:48:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a72d3c8ce2aeb66277f9eec6787d9361ccc4f285",
"body": "README omitted the mobile layout added in 0.4.0. Add a capabilities\nbullet, a Layout row mention, and a docs link to docs/mobile-layout.md\nso the README matches the shipped UserGuide.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs(chat-component): note opt-in mobileLayout in README",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-28T12:55:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f1cf538f5e670702f6b069f4c052db643f37853c",
"body": "Keep the host-portal canvas mounted on narrow viewports when mobileLayout is\non, with a reactive breakpoint, forced overlay nav, and Page/Assistant\nbottom-tab switching. Default (no new props) stays byte-for-byte 0.3.1.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component: opt-in mobileLayout for ChatAppShell — release v0.4.0",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-28T12:41:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6e8c6a8a13e296749064abaab630de9612dbcde8",
"body": "Render ordinary markdown fences as copyable Mantine code blocks while preserving the existing chart, dashboard, object-detail, and JSON rendering paths.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(chat-component): preserve fenced code block formatting",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-24T21:34:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9cf9639382513b2f481571afdf9701ad9779fcf4",
"body": "Document the 0.3.0 migration and opt-in canvas behavior so the published package guide matches the release contract.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs(chat-component): cover optional header and single-tab layout",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-24T11:47:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "968d0551bb859c16ba915a87cb0f9623f7cd7d93",
"body": "- title is now truly optional with no default; docked/full-page header bar\n renders only when title and/or subtitle is provided (behavior change:\n drops the implicit \"AI Assistant\" default). Drawer keeps its close button.\n- Add opt-in hideSingleTab (default false) threaded through CanvasPanel,\n C\n[…]\nctly one tab is\n open; content still renders; strip returns with 2+ tabs.\n- Update tests, CHANGELOG (0.3.0), and docs/agentic-forward-layout-modes.md.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component: optional header title + hideSingleTab — release v0.3.0",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-24T11:45:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "21c8aad4f089a7cfa34bc21156cdc239c3f3e6da",
"body": "…elease v0.2.2\n\nAdd opt-in docked navigation (navMode), assistant placement, and a collapsible\nassistant with reveal rail to ChatAppShell; all additive with the default path\nunchanged. Move detailed how-to into a published UserGuide.md and slim the README\nto value/capabilities.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component: agentic-forward layout modes (C7–C8) + User Guide — r…",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-23T13:29:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dc59ff55b7efcfc7b6d8417b60377a0b913456dd",
"body": "Keep the additive split feature as a patch release from the existing v0.2.0 package.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component: correct release version to v0.2.1",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-22T12:35:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f9a858365bff92332c74cc59ab809a82bf93ca01",
"body": "…— release v0.3.0\n\nAdd opt-in host sizing and an accessible draggable assistant divider while preserving the default 40/60 shell, and include the pending nested-button fix for canvas tab closes.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component: configurable docked split and accessible canvas tabs …",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-22T12:27:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0c0dfca822a8ce2f965e925f1b93c2b5e9981815",
"body": "Engine (Go, v0.2.0):\n- CanvasControlOptions: structured per-control option sets (C1) added to\n CanvasTabSummary; the system prompt now lists the authoritative choice set\n for on-screen controls so the model answers \"what options are there?\" from\n fact instead of inventing plausible-but-wrong valu\n[…]\nng: only controls with at least\n one non-empty choice are sent on the wire.\n\nTests: go build/test green; component 498 vitest specs pass; build clean.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "agentic-forward UI: ChatAppShell + C1/C2 grounding — release v0.2.0",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-20T23:58:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c18b17c7d5d664ae23afca8fc09d5d78b2a01dc0",
"body": "Engine (Go, v0.1.20):\n- open_nav_view internal tool → EventOpenNav relayed as `open_nav` SSE (C6)\n- InternalTool.Emit hook for tool side-channel agent events\n- CanvasTabSummary.Digest free-text context field (C5)\n- ungated interests (`requires` now optional) for the parameterized nav interest\n\nchat-\n[…]\nng (C6)\n\nAll additive/opt-in; unused APIs preserve prior behavior byte-for-byte.\nDocs: docs/agentic-forward-seams.md. Tests + CHANGELOG/README updated.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "agentic-forward UI seams — release v0.1.20",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-20T20:59:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b029019b1574929e2cd01b270e68a67e73e23b8",
"body": "When an LLM emitted a dashboard/chart object with an interior ```json fence\nwrapped around its rows/data array, the object was split across the fence:\nthe skeleton rendered as raw JSON and the fragmented rows became stray\nstandalone cards, so no panel appeared. Add a fence-aware reassembly pre-pass\n\n[…]\nuched. As defense-in-depth, the\nbare-JSON scanner no longer wraps the nested child objects of an unbalanced\nchart/dashboard fragment as separate cards.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component 0.1.18: reassemble fence-fragmented dashboards/charts",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-07-18T11:20:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "10196593070b4377a9e670c875454f797edc5b7d",
"body": "Add an optional onCanvasEvent({action,tabId,title,kind}) prop fired when a\ncanvas tab opens/updates or closes, so a host can react to a specific canvas\n(e.g. refresh a related page) instead of polling on every turn. A canvas\npayload whose content.close is truthy now closes the matching tab (by tab_id)\nand reports action:'close' — letting a bespoke render tool tear down its tab\nafter the underlying object is deleted. Both are optional and\nbackwards-compatible; product-agnostic.",
"is_bot": false,
"headline": "chat-component 0.1.17: onCanvasEvent callback + canvas close directive",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-15T17:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec5485242a1b2c5efe25db62264eb85abcc277b0",
"body": "Resets transient action-form state on an in-place canvas re-render so text\ninputs return to their defaults (and one form's typed text no longer bleeds\ninto another via index-keyed panel reuse). Keyed by serialized content, so\nidentical content does not remount.",
"is_bot": false,
"headline": "chat-component 0.1.16: remount canvas renderer on content change",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-15T17:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec0d4c1cfa950fec9c4494cd050ae5672f1f49f2",
"body": "…onsumed/onBusyChange)\n\nAdd three optional ChatPanel props so a host app can open the panel and\nauto-send a prompt once, and observe streaming/busy state to disable its\ntrigger control. Additive and backwards-compatible; existing embeds are\nunaffected. Includes tests, README + CHANGELOG, and the host-prompt-injection\ndesign doc. Bumps the component to 0.1.15.",
"is_bot": false,
"headline": "chat-component: host-driven prompt injection (pendingPrompt/onPromptC…",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-15T11:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3c3b31f3701c52c79bf0cc7827829a9e75d3453",
"body": "GitHub runners force Node 24 for Actions after 2026-06-16, deprecating\nactions still bundled with the Node 20 runtime. Bump the affected actions\nto their current stable majors (all running Node 24). CI-only changes; no\neffect on published artifacts.\n\npublish-chat-component.yml:\n- actions/checkout v4\n[…]\n actions/setup-node v4 -> v6\n\nrelease-chat-service.yml:\n- actions/checkout v4 -> v6\n- actions/setup-go v5 -> v6\n- goreleaser/goreleaser-action v6 -> v7\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "ci: bump workflow actions to Node 24-compatible majors",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-10T20:49:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9a07e8d7028988b49bf2ab12b3af55b76596bbfc",
"body": "…dWrite\n\nAdd an optional `requiresReadWrite` flag to the ActionFormBlock submit\nconfig. Form submits run a tool and are treated as read-write by default,\nso the submit button stays disabled in read-only mode. A submit can now\nopt out (requiresReadWrite: false) when it is read-only-safe — e.g. a\npick\n[…]\nAction firing for\n read-only-safe submits.\n- bump package version 0.1.13 -> 0.1.14.\n- gitignore: ignore .DS_Store (root) and *.tgz npm pack artifacts.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "chat-component v0.1.14: action-form read-only opt-out via requiresRea…",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-10T20:33:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "02dedd3742fae44d062fb7cccfe03452d42da57d",
"body": "- Rewrite chatbot-architecture.md as a host-agnostic, embeddable service:\n consumers inject MCP servers, capabilities, interests, prompt, render tools\n- Convert key diagrams to mermaid; document canvas + object-detail render paths\n- Replace internal strategy codenames with plain-language descriptio\n[…]\nREADME features, onboarding, Go-library embedding, architecture tree\n- Genericize config.example.yaml product block\n\nDocs/config only; no version bump.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: reframe chatbot architecture as host-agnostic and refresh README",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-08T17:14:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9e7c92b1e66fef349e01583262e9a35477328c29",
"body": "Part of the v0.1.19 release (with S6b + Layer 6 in the preceding commit).\n\nload_tools gains an additive `tools: []string` field so the model can load\nindividual tools from a large MCP server instead of the whole group. New\ntool_routing.group_expand_threshold (default 0 = disabled) renders any group\n\n[…]\nevel scenario\n- tests across capability/agent/config/server/eval; docs updated\n\nBackward compatible: groups still works; threshold 0 = whole-group S7a.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: S8 intra-group tool-level selection for oversized servers",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-05T13:02:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "67a42234d7a150aaf3cdd842d848e3119f0c0e76",
"body": "…1.19)\n\nS6b: build the in-band routing group menu from the mode-filtered tool set\n(server.buildRoutingGroups) so read-only mode drops write tools the model\ncannot call and read-only-annotated servers present their reduced footprint.\nThe budget/headroom benefit was already automatic; this completes t\n[…]\n\nDefaultScenarios) scoring top-1/exact/skip from RoutingStats. Deterministic\nmock-provider tests run in CI; live run gated behind CHAT_EVAL_* env vars.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: S6b mode-aware routing menu + Layer 6 routing-quality eval (v0.…",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-05T00:49:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "993f2a13ece62b868ba395c5fb2303d77e54fa7b",
"body": "…scaling spec\n\nRecords the group-granularity ceiling S7a leaves behind (a single oversized\nserver like ontap ~80) and the two candidate follow-ups: S8 (hybrid tool-level\nload_tools for oversized groups) as the proposed next priority, and S6b\n(read-only footprint reduction via annotations/defaults) as the cheapest\nmitigation. Updates the strategy catalog, sequencing, touchpoints, and banner.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: add S8 intra-group tool selection + S6b read-only footprint to …",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-05T00:32:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dce53e66f98881e85cbbc7c5dae841b232262b3b",
"body": "….1.18)\n\nThe /chat/capabilities budget endpoints summed every enabled capability's\ntools regardless of tool routing, so with mode=in-band the UI still saw\nused > 128 and blocked the read-write toggle / capability enables (\"N tools\nwould be sent (max 128)\") even though each routed turn stays under th\n[…]\nnly a single server whose own tools exceed the cap is\nrejected. The chat-component reads the server's tool_budgets directly, so no\nUI change is needed.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix: routing-aware tool budget so read-write toggle isn't blocked (v0…",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-05T00:03:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b2e29bc40128282ea64af9eb159a286d251a750",
"body": "…0.1.17)\n\nAdds §2.7 (tool routing), the system-prompt group-index block (§2.6),\ngroup routing as a third tool-filtering stage (§6.2), the tool_routing\nconfig block (§10.4), and file-index / related-docs entries. Docs only.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "docs: document S7a tool-routing supervisor in chatbot-architecture (v…",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-04T23:45:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9f1f05cf2fdeb6431fb02b6248d46dbcea0be4dd",
"body": "Adds opt-in tool routing so the chat service scales to many MCP servers\nwithout exceeding the provider's 128-tool cap. When enabled, the main model\nself-selects capability groups via an internal load_tools tool before those\ngroups' tools are loaded (no dedicated routing LLM call).\n\n- tool_routing co\n[…]\ner/main wiring; absent config behavior is byte-for-byte identical\n- server-side only; chat UI component unchanged\n\nSee docs/high-tool-count-scaling.md.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: S7a in-band tool-routing supervisor for high tool counts (v0.1.16)",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-04T23:19:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4d7dd0f4a72d17841f75c64d28d0f9b7635915c7",
"body": null,
"is_bot": false,
"headline": "feat: per-request MCP header forwarding (forward_headers) (v0.1.15)",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-06-02T18:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfe133a4477f19352daa9e96e89b4e504cf7a29",
"body": "Move NABox-specific UI definitions out of netapp-chat-service so the\ncommon service is product-agnostic. NABox will re-register them via the\nexisting ExtraTools seam and the new SystemPromptConfig.Vocabulary seam\nin a follow-up PR.\n\nBreaking changes:\n- Delete render/volume.go and its MetricsFetcher \n[…]\naded interests.\n- MCP client default name nabox-chatbot -> netapp-chat-service.\n- llm.ProviderConfig comment no longer hardcodes /etc/nabox/ai.yaml.\n\nSee NABox docs: reusable-chat-interface.md \\xa711.",
"is_bot": false,
"headline": "clean: move product-specific UI out of common service (#1)",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-05-30T01:09:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e8b0cfcdad699e0f47284f26973deac5b09bea2",
"body": "The same volume name can exist on multiple clusters (e.g. vdb_tools on\nboth NVMe-a250 and a700s-c10). Without a cluster filter, QueryRange\nreturned interleaved series and the chart could not render. Add\ncluster=req.Cluster to all four range queries (read_ops, write_ops,\navg_latency, size_used_percent).",
"is_bot": false,
"headline": "render/volume: filter chart queries by cluster",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-15T15:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a649b1290bf11f5c1bf390ae429109e198919ef7",
"body": "The Catalog previously applied the capability filter inside Load(). When\nLoad() ran before MCP discovery had connected any servers (e.g. on the\nNAbox OVA where docker discovery only finds the MCP containers ~30s after\nnaboxd starts), the enabled set was empty and every interest was deleted\nfrom the \n[…]\ns the\nenabled set per request from Router.ConnectedServers() and capability\nstate, so newly-connected MCP servers (and capabilities toggled in the\nUI) take effect immediately without a catalog reload.",
"is_bot": false,
"headline": "interest: filter by capability at query time, not load time",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-15T11:37:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cfe2f78e920f2e11d85bb98772f68c1e22bcce91",
"body": "This reverts commit 08df464d5b2141a433ee0e87903668e2c53f94cb.",
"is_bot": false,
"headline": "Reapply \"chat-component v0.1.13: inline checkbox fields in form grid\"",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T12:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08df464d5b2141a433ee0e87903668e2c53f94cb",
"body": "This reverts commit 986d13864869f1e6c4bffe45415b462c03f8febf.",
"is_bot": false,
"headline": "Revert \"chat-component v0.1.13: inline checkbox fields in form grid\"",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T12:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986d13864869f1e6c4bffe45415b462c03f8febf",
"body": null,
"is_bot": false,
"headline": "chat-component v0.1.13: inline checkbox fields in form grid",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T12:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec385acc7da23b976f45c381b38fe405950e988",
"body": null,
"is_bot": false,
"headline": "chat-component v0.1.12: 3-column ActionFormBlock layout",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T12:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1df753be9d2bf2adba118078b4f6af53d583ab72",
"body": "- capability: add StateAskOnWrite (\"ask-on-write\") so read tools auto-run\n while writes still require user approval.\n- agent: filteredTools surfaces write tools for ask-on-write caps even in\n read-only global mode; ask path checks per-tool ReadOnlyHint.\n- server: tool-budget accounting includes wr\n[…]\n339 + Unix\n epoch) so metrics_range_query no longer anchors to training-data dates\n and silently returns empty result sets.\n- chat-component (0.1.11): add 'Ask on write' option to capability picker.",
"is_bot": false,
"headline": "feat: ask-on-write capability state + system-prompt time injection",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T11:51:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bdd1ec251ecc1cf0077c2e3e8422f047929626b4",
"body": "ActionFormBlock now lays out non-checkbox fields in a 2-column SimpleGrid\n(single column on narrow viewports) and caps the form at maw=560 so it\ndoes not span the full canvas width. Checkbox fields are kept in their\nown row so they are not visually paired with unrelated selects.",
"is_bot": false,
"headline": "chat-component: 0.1.10 — 2-col field grid, max-width form",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T11:29:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4beed3beb2e35dffab1b723650f0f2848c782029",
"body": "ActionFormBlock now renders fields in a vertical Stack with a footer\naction bar that separates the prominent Provision button from a subtle\n'Show other options' link. The 're-check placement' button and the\nrecheck schema entry have been removed; the LLM no longer needs to emit\na 'recheck' object in action-form panels.",
"is_bot": false,
"headline": "chat-component: 0.1.9 — vertical action-form, drop recheck",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T11:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e726e6cbc422ad3090b4b462ac3eccecade8a3e",
"body": "When an MCP server restarts (k8s pod roll, docker compose restart, etc.)\nits in-memory session bookkeeping is lost. The cached client session in\nRouter becomes invalid and the next CallTool fails with messages like\n'session not found' / 'client is closing' from the SSE transport. The\ncaller has no w\n[…]\nes with retries.\n\nTested with the real k8s reproducer:\n warm tool call -> kubectl rollout restart deploy/production-ontap-mcp\n -> next call succeeds with one WARN log entry, no caller-visible error.",
"is_bot": false,
"headline": "fix(mcpclient): retry tool calls once on stale MCP session",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-05-13T10:47:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cee53a478d2f439633c25f1a6c6545e9999cc4f1",
"body": "…ify message (0.1.8)\n\nTwo small UX fixes for the tool-budget setMode block:\n\n- Render capabilityError as a dismissible Alert directly below the\n mode toggle. Previously the error only appeared inside the\n CapabilityControls popover, so a user who hit the read-write budget\n block via the ModeToggl\n[…]\nle an MCP to free up budget.'\n (was: 'Switching to read-write would enable N tools (max 128).\n Disable an MCP capability before switching mode.')\n\nAll 454 frontend tests + 9 backend packages green.",
"is_bot": false,
"headline": "fix(chat-component): surface capabilityError in main ChatPanel + clar…",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-25T20:26:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a39c9a59013fa66236f221942ed07a301fda41d3",
"body": "…owlist\n\nReported by NAbox: with MCP_DISCOVERY=docker, the discoverer overrode the\nstatic MCP server list with one built purely from container labels, but\nonly read mcp.name and mcp.endpoint \\u2014 silently dropping ReadOnlyTools.\nResult: MCP servers without published ToolAnnotations.ReadOnlyHint\n(e\n[…]\n edits take\n effect on the next discovery cycle via reconcile()'s drift detection.\n\nBackward compatible \\u2014 containers without the new label behave exactly\nas before. All 9 backend packages green.",
"is_bot": false,
"headline": "fix(mcpclient): DockerDiscoverer drops ServerConfig.ReadOnlyTools all…",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-25T19:59:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "748a7bd70edaef607de97a6cad9738fb8f24ca1a",
"body": "…-write (0.1.7)\n\nAdds an optional 'defaultMode' prop to <ChatPanel> (and matching\n'useChatPanel({ defaultMode })' option) that sets the initial chat mode.\nAlso flips the default from 'read-only' to 'read-write'.\n\nWhy\n- The backend filters tools by mode based on each MCP tool's\n ToolAnnotations.Read\n[…]\ndocs/chatbot-architecture.md \\u00a711.6: updated security model to\n honestly reflect the new default + dates the change to 0.1.7.\n- CHANGELOG: 0.1.7 entry covers the new prop and the changed default.",
"is_bot": false,
"headline": "feat(chat-component): add ChatPanel defaultMode prop, default to read…",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-25T19:37:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cca2c8993f3cf25e6b092055313a7183f85214f",
"body": "Adds documentation and direct unit tests covering the headers/credentials\nbug fixed in c584782 (chat-component 0.1.6).\n\nTests\n- packages/chat-component/src/ChatAPI.test.ts: 6 tests targeting\n createChatAPI(...).stream() directly. Covers Authorization header\n forwarding, custom credentials mode, de\n[…]\n/reusable-chat-interface.md \\u00a75.4: extend Auth Integration with\n a frontend-side example showing createChatAPI('/api', { headers,\n credentials }) and call out that REST and SSE share one config.",
"is_bot": false,
"headline": "docs(chat-component): document 0.1.6 stream() fix + add regression tests",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-25T18:59:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c584782c827bd23cbfe4fc2e9a5ad86af6b82279",
"body": "…aders/credentials\n\ncreateChatAPI accepted custom headers and credentials for get/post/delete,\nbut useChatPanel.sendMessage used a raw fetch() for the SSE streaming\nPOST to /chat/message — bypassing those options entirely. Consumers that\nneed auth headers (e.g. Bearer tokens) on the streaming endpoi\n[…]\nexposes stream mock\n- useChatPanel.canvas.test.ts migrated from fetch stub to stream mock\n- Bump @edjbarron/netapp-chat-component to 0.1.6\n\nNo public API breakage for existing get/post/delete callers.",
"is_bot": false,
"headline": "fix(chat-component): route streaming POST through ChatAPI to honor he…",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-25T14:22:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "51aeebfef8b025b614bd2cc66a438bc63ff4760e",
"body": "Address Azure OpenAI's 128-tool-per-request limit (HTTP 400 on >128 tools)\nand improve LLM accuracy by filtering write-capable tools out of read-only\nmode based on MCP ToolAnnotations.\n\nBackend\n- llm.ToolDef: add ReadOnlyHint and DestructiveHint fields\n- mcpclient: convertTool propagates MCP tool an\n[…]\n_tools allowlist.\n\nAcceptance\n- The original failing prompt path (135 tools → Azure 400) is unreachable\n — capped pre-LLM with a clear user-facing error.\n- All Go tests pass; 441 frontend tests pass.",
"is_bot": false,
"headline": "feat: tool budget cap + read-only annotation filtering",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-25T14:17:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5bffc3ef7f1427362addcefc258a898fda7488b",
"body": "- BookmarkPrompts component: popover with grouped, clickable pre-defined prompts\n- Bookmarks filtered by requiredMcps — only shown when those capabilities are enabled\n- New bookmarkPrompts prop on ChatPanel, rendered to the left of the gear icon\n- Exported BookmarkPrompts component and BookmarkPrompt type from index\n- 5 unit tests covering visibility, filtering, grouping, and click behavior\n- Version bump to 0.1.5",
"is_bot": false,
"headline": "feat(chat-component): add bookmark prompts with MCP-aware filtering",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-23T19:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9974b59c2af9823f251d03ff50ddca724951a257",
"body": "v0.1.2 adds Windows binaries (amd64, arm64).",
"is_bot": false,
"headline": "docs: bump README binary download examples to v0.1.2",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T16:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c77b1550437273fc4deb5a2d167cae285bf194",
"body": "Windows archives use .zip; linux/darwin keep .tar.gz.",
"is_bot": false,
"headline": "release: add Windows binaries (amd64, arm64) to GoReleaser config",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T15:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66be0abc3253c155ab2fc6bd0a459bcc2278ec0e",
"body": "Restructure README Quick Start to surface the four consumption paths\nin order of friction: npm React component, prebuilt binary download,\ngo get embedded library, build from source.",
"is_bot": false,
"headline": "docs: lead Quick Start with npm + prebuilt binary paths",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T15:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4e41c4c40c2b4d6f873637c6c2360605a96739a",
"body": "Tagged v* releases now build prebuilt linux/macOS amd64/arm64 binaries\nvia GoReleaser and publish them to GitHub Releases. Consumers can curl\nthe binary instead of cloning the repo and building from source.\n\n- .goreleaser.yaml: build config for 4 platforms with checksums\n- .github/workflows/release-chat-service.yml: trigger on v* tags\n- README: document binary download path under Standalone Server\n- .gitignore: ignore dist/ output",
"is_bot": false,
"headline": "release: add GoReleaser workflow for chat-service binaries",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T14:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1386d58d086558b2b6ce297c90ca22a098944705",
"body": "Allows consumers on Mantine 9 to install without ERESOLVE errors.\nNo code changes; Mantine 9 is API-compatible for components used.",
"is_bot": false,
"headline": "chat-component v0.1.4: widen Mantine peer deps to ^8 || ^9",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T14:27:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb69bdd8d3fbce862b920e1b7dba0391ed91a702",
"body": null,
"is_bot": false,
"headline": "chat-component v0.1.3: ResourceTableBlock object-column fix",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T14:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee62d1b4c4e1fafd45daf99059ab8262d8d784e",
"body": "- README: add 'Consuming the React component via npm' section covering\n install, peer deps, minimum usage, backend requirement, versioning\n- Add packages/chat-component/CHANGELOG.md with 0.1.0 and 0.1.2 entries\n- Include CHANGELOG.md in published package files list",
"is_bot": false,
"headline": "docs: add npm consumption guide and CHANGELOG for chat-component",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T14:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0fd68d087d16a2b75633b8ebe97e5d382f9ac6a",
"body": null,
"is_bot": false,
"headline": "chat-component v0.1.2: bump CI Node to 24 for OIDC support",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T13:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e829177504517b02bdabb70f43081c492077ced",
"body": null,
"is_bot": false,
"headline": "chat-component v0.1.1",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T13:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f255d9eee4f64d14d6ea417cc11216a94798ac8",
"body": "- Rename package to @edjbarron/netapp-chat-component, drop private\n- Add MIT LICENSE (root + package)\n- Add package README with install/usage docs\n- Add GitHub Actions workflow for publishing via npm trusted publisher (OIDC)",
"is_bot": false,
"headline": "Set up @edjbarron/netapp-chat-component for npm publishing",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-22T13:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c5646d17a36f1d7cec529339140b969f815e8d0",
"body": "Some LLMs emit table columns as [{key, label}] objects instead of plain\nstrings. Rendering objects as React children threw 'toLowerCase is not\na function' and blanked the screen.\n\nNormalize columns to support strings, {key,label}, {name,field,id},\nand {title,header} variants. Use the resolved key for row lookups and\nthe resolved label for the header.",
"is_bot": false,
"headline": "fix(ResourceTableBlock): tolerate object columns from LLM output",
"author_name": "Eric Barron",
"author_login": "ebarron",
"committed_at": "2026-04-21T15:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c976654c0f10e4d89e16941402ea8350b01acc",
"body": null,
"is_bot": false,
"headline": "fix wrong case on NAbox",
"author_name": "Yann Bizeul",
"author_login": "ybizeul",
"committed_at": "2026-04-17T09:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "988d203538b81c9debe3a3231a95ceb773e2ae4e",
"body": null,
"is_bot": false,
"headline": "docs: add integration guide to README",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-12T11:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a64c1cc57c428e64c7fc4f393764bf13f5621c9",
"body": "Rancher Desktop requires minimum API version 1.41. The hardcoded\nv1.40 in container discovery caused MCP discovery to fail with\n'client version 1.40 is too old' errors.",
"is_bot": false,
"headline": "fix: bump Docker API version from v1.40 to v1.41",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-07T15:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a2513939da82478b9d8f56341d131cc4762ea86",
"body": "- Add Headers map to MCPServer config and ServerConfig structs\n- Implement headerRoundTripper to inject custom HTTP headers per MCP server\n- Pass custom http.Client to StreamableClientTransport when headers configured\n- Fix EventError handler to use evt.Error instead of evt.Text",
"is_bot": false,
"headline": "feat: add MCP auth header support and fix error event field",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-04-01T12:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c03ff1822edf79b2f43de8b3214778ab423769",
"body": null,
"is_bot": false,
"headline": "docs: add standalone multi-consumer chatbot documentation",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-31T06:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61638cf108057ab69739c3067329e810f80ff965",
"body": "- Add Discoverer interface with StaticDiscoverer and DockerDiscoverer\n- DockerDiscoverer queries Docker API for containers with mcp.* labels\n- Router.RunDiscovery() polls for server changes and reconciles connections\n- Config supports mcp_discovery.mode: static | docker with poll_interval\n- Standalone server wires discovery in main.go\n- Tests for all discovery paths",
"is_bot": false,
"headline": "feat: MCP server discovery (Phase 3)",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-31T03:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "379547cf23b6f1239907cfec7e584168cf759e57",
"body": "- Add fullPage prop to ChatPanel — renders as full-viewport div instead of Drawer\n- Create ui/ SPA (Vite + React + Mantine) that imports chat-component with fullPage\n- Go server ServeUI() method embeds and serves the SPA at / with SPA fallback routing\n- New config option ui.enabled to toggle the built-in UI\n- Exclude test files from tsc build check in chat-component",
"is_bot": false,
"headline": "feat: built-in UI shell (Phase 2d)",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-31T01:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82de5a2185d94ea1c3049cf6219c9f90bc1da21",
"body": "Extract ChatPanel UI components from NABox into a reusable npm package.\nKey changes:\n- New ChatAPI interface replaces NABox's N singleton\n- ChatAPIProvider context makes API injectable\n- ChatPanel accepts title/subtitle/suggestedPrompts props\n- Configurable apiBaseUrl (no hardcoded paths)\n- Mantine kept as peer dependency (approach C)\n- Vite library mode build (ES + CJS + types + CSS)\n- All 429 tests pass",
"is_bot": false,
"headline": "feat: add chat-component npm package (Phase 2a-2b)",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-31T00:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2721e5ffc7555ffb5e616658c2c3ae383e7420",
"body": null,
"is_bot": false,
"headline": "Lower Go version to 1.24.2 for NABox compatibility",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-31T00:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c10fa582b3feb910522788bb8ed60c7b13574c11",
"body": "Go's internal/ restriction prevents other modules from importing these\npackages. Since the purpose of this repo is to be a reusable library,\nmove all packages to top-level directories.",
"is_bot": false,
"headline": "Move packages from internal/ to top-level for external importability",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-31T00:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5701ba61c747158ab49ba9b6d33c5ad88ba83435",
"body": "Extract the chatbot backend into a product-agnostic service with:\n\n- 9 internal packages: agent, capability, config, interest, llm,\n mcpclient, render, server, session\n- HTTP server with 7 chat endpoints + health check (SSE streaming)\n- YAML configuration with env var expansion\n- Multi-provider LLM\n[…]\ntching for tool scoping\n- Autonomy modes (read-only, read-write, ask/allow/off)\n- Tool approval workflow for ask-mode capabilities\n- Dockerfile for containerized deployment\n- All 7 test suites passing",
"is_bot": false,
"headline": "Initial extraction: standalone chat service from NABox",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-30T23:51:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "434afd01c64931a6df6b386d02b3208c568d751d",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Edward Barron",
"author_login": "ebarron",
"committed_at": "2026-03-30T23:31:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 66,
"latest_release_at": "2026-07-21T00:01:44Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 12,
"days_since_latest_release": 9,
"mean_days_between_releases": 7.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/ebarron/netapp-chat-service",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ebarron/netapp-chat-service",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/ebarron/netapp-chat-service",
"versions_count": 16,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T23:58:42Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"packages/chat-component/tsconfig.json",
"ui/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 70107,
"source_files_sampled": 142,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"ui/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 2,
"oldest_advisory_days": 9
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-jxxr-4gwj-5jf2",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 3,
"oldest_advisory_days": 72
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4c8g-83qw-93j6",
"GHSA-q3j6-qgpj-74h6",
"GHSA-v2hh-gcrm-f6hx",
"GHSA-v39h-62p7-jpjc"
],
"fixed_version": "4.1.1",
"advisory_count": 4,
"oldest_advisory_days": 82
},
{
"name": "lodash",
"direct": false,
"version": "4.17.23",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-f23m-r3pf-42rh",
"GHSA-r5fr-rjxr-66jc"
],
"fixed_version": "4.18.0",
"advisory_count": 2,
"oldest_advisory_days": 119
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 3,
"oldest_advisory_days": 96
},
{
"name": "vite",
"direct": false,
"version": "7.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-fx2h-pf6j-xcff",
"GHSA-p9ff-h696-f583",
"GHSA-v2wj-q39q-566r",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 5,
"oldest_advisory_days": 114
},
{
"name": "ws",
"direct": false,
"version": "8.20.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-58qx-3vcg-4xpx",
"GHSA-96hv-2xvq-fx4p"
],
"fixed_version": "8.21.0",
"advisory_count": 2,
"oldest_advisory_days": 72
},
{
"name": "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
"direct": false,
"version": "v1.6.3",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-xmrv-pmrh-hhx2",
"GO-2026-5764"
],
"fixed_version": "1.97.3",
"advisory_count": 2,
"oldest_advisory_days": 113
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.2,
"advisory_ids": [
"GHSA-4x5r-pxfx-6jf8"
],
"fixed_version": "8.0.0-rc.6",
"advisory_count": 1,
"oldest_advisory_days": 44
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.4",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 2.5,
"advisory_ids": [
"GHSA-g7r4-m6w7-qqqr"
],
"fixed_version": "0.28.1",
"advisory_count": 1,
"oldest_advisory_days": 47
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.40.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 68
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 2,
"high": 7,
"unknown": 1,
"moderate": 1
},
"advisory_count": 26,
"affected_count": 11,
"assessed_count": 441,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/anthropics/anthropic-sdk-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.27.1"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.32.13"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.13"
},
{
"name": "github.com/modelcontextprotocol/go-sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.1"
},
{
"name": "github.com/openai/openai-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.12.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "@mantine/charts",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^8.3.12"
},
{
"name": "@mantine/core",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^8.3.12"
},
{
"name": "@mantine/hooks",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^8.3.12"
},
{
"name": "@tabler/icons-react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.36.1"
},
{
"name": "chat-component",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "file:../packages/chat-component"
},
{
"name": "react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.0"
},
{
"name": "react-dom",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^19.1.0"
},
{
"name": "recharts",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/anthropics/anthropic-sdk-go",
"direct": true,
"version": "v1.27.1",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/config",
"direct": true,
"version": "v1.32.13",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/credentials",
"direct": true,
"version": "v1.19.13",
"ecosystem": "go"
},
{
"name": "github.com/modelcontextprotocol/go-sdk",
"direct": true,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/openai/openai-go",
"direct": true,
"version": "v1.12.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "@mantine/charts",
"direct": true,
"version": "8.3.18",
"ecosystem": "npm"
},
{
"name": "@mantine/core",
"direct": true,
"version": "8.3.18",
"ecosystem": "npm"
},
{
"name": "@mantine/hooks",
"direct": true,
"version": "8.3.18",
"ecosystem": "npm"
},
{
"name": "@tabler/icons-react",
"direct": true,
"version": "3.41.1",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "recharts",
"direct": true,
"version": "3.8.1",
"ecosystem": "npm"
},
{
"name": "github.com/aws/aws-sdk-go-v2",
"direct": false,
"version": "v1.41.5",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream",
"direct": false,
"version": "v1.6.3",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds",
"direct": false,
"version": "v1.18.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/configsources",
"direct": false,
"version": "v1.4.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2",
"direct": false,
"version": "v2.7.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/internal/ini",
"direct": false,
"version": "v1.8.6",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding",
"direct": false,
"version": "v1.13.7",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url",
"direct": false,
"version": "v1.13.21",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/signin",
"direct": false,
"version": "v1.0.9",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sso",
"direct": false,
"version": "v1.30.14",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/ssooidc",
"direct": false,
"version": "v1.35.18",
"ecosystem": "go"
},
{
"name": "github.com/aws/aws-sdk-go-v2/service/sts",
"direct": false,
"version": "v1.41.10",
"ecosystem": "go"
},
{
"name": "github.com/aws/smithy-go",
"direct": false,
"version": "v1.24.2",
"ecosystem": "go"
},
{
"name": "github.com/google/jsonschema-go",
"direct": false,
"version": "v0.4.2",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/asm",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/encoding",
"direct": false,
"version": "v0.5.4",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/sjson",
"direct": false,
"version": "v1.2.5",
"ecosystem": "go"
},
{
"name": "github.com/yosida95/uritemplate/v3",
"direct": false,
"version": "v3.0.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.34.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "../packages/chat-component",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@adobe/css-tools",
"direct": false,
"version": "4.4.4",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-self",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-source",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "@floating-ui/core",
"direct": false,
"version": "1.7.5",
"ecosystem": "npm"
},
{
"name": "@floating-ui/dom",
"direct": false,
"version": "1.7.6",
"ecosystem": "npm"
},
{
"name": "@floating-ui/react",
"direct": false,
"version": "0.27.19",
"ecosystem": "npm"
},
{
"name": "@floating-ui/react-dom",
"direct": false,
"version": "2.1.8",
"ecosystem": "npm"
},
{
"name": "@floating-ui/utils",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@microsoft/api-extractor",
"direct": false,
"version": "7.57.7",
"ecosystem": "npm"
},
{
"name": "@microsoft/api-extractor-model",
"direct": false,
"version": "7.33.4",
"ecosystem": "npm"
},
{
"name": "@microsoft/tsdoc",
"direct": false,
"version": "0.16.0",
"ecosystem": "npm"
},
{
"name": "@microsoft/tsdoc-config",
"direct": false,
"version": "0.18.1",
"ecosystem": "npm"
},
{
"name": "@reduxjs/toolkit",
"direct": false,
"version": "2.11.2",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-rc.3",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "@rushstack/node-core-library",
"direct": false,
"version": "5.20.3",
"ecosystem": "npm"
},
{
"name": "@rushstack/problem-matcher",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@rushstack/rig-package",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@rushstack/terminal",
"direct": false,
"version": "0.22.3",
"ecosystem": "npm"
},
{
"name": "@rushstack/ts-command-line",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/utils",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@tabler/icons",
"direct": false,
"version": "3.41.1",
"ecosystem": "npm"
},
{
"name": "@testing-library/dom",
"direct": false,
"version": "10.4.1",
"ecosystem": "npm"
},
{
"name": "@testing-library/jest-dom",
"direct": false,
"version": "6.9.1",
"ecosystem": "npm"
},
{
"name": "@testing-library/react",
"direct": false,
"version": "16.3.2",
"ecosystem": "npm"
},
{
"name": "@testing-library/user-event",
"direct": false,
"version": "14.6.1",
"ecosystem": "npm"
},
{
"name": "@types/argparse",
"direct": false,
"version": "1.0.38",
"ecosystem": "npm"
},
{
"name": "@types/aria-query",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-array",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-color",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "@types/d3-ease",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/d3-interpolate",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-path",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "@types/d3-scale",
"direct": false,
"version": "4.0.9",
"ecosystem": "npm"
},
{
"name": "@types/d3-shape",
"direct": false,
"version": "3.1.8",
"ecosystem": "npm"
},
{
"name": "@types/d3-time",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/d3-timer",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "4.1.13",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/estree-jsx",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.5.0",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "19.2.14",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "19.2.3",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "2.0.11",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/use-sync-external-store",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "@types/whatwg-mimetype",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@volar/language-core",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@volar/source-map",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@volar/typescript",
"direct": false,
"version": "2.4.28",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.31",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.31",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-vue2",
"direct": false,
"version": "2.7.16",
"ecosystem": "npm"
},
{
"name": "@vue/language-core",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.31",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ajv-draft-04",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "alien-signals",
"direct": false,
"version": "0.4.14",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "aria-query",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "bail",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001782",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "character-entities-html4",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "character-reference-invalid",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "clsx",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "comma-separated-tokens",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "compare-versions",
"direct": false,
"version": "6.1.1",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "css.escape",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "d3-array",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "d3-color",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-ease",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-format",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "d3-interpolate",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "d3-path",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-scale",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "d3-shape",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "d3-time",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "d3-time-format",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "d3-timer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "de-indent",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decimal.js-light",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "decode-named-character-reference",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-node-es",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "dom-accessibility-api",
"direct": false,
"version": "0.5.16",
"ecosystem": "npm"
},
{
"name": "dom-accessibility-api",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.329",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "es-toolkit",
"direct": false,
"version": "1.45.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.4",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "estree-util-is-identifier-name",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "exsolve",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.4",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-nonce",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "happy-dom",
"direct": false,
"version": "20.8.9",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "hast-util-to-jsx-runtime",
"direct": false,
"version": "2.3.6",
"ecosystem": "npm"
},
{
"name": "hast-util-whitespace",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-url-attributes",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "immer",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "immer",
"direct": false,
"version": "11.1.4",
"ecosystem": "npm"
},
{
"name": "import-lazy",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inline-style-parser",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "internmap",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-alphabetical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-alphanumerical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "is-decimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-hexadecimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "jju",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "kolorist",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "local-pkg",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.23",
"ecosystem": "npm"
},
{
"name": "longest-streak",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lz-string",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "markdown-table",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "mdast-util-find-and-replace",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-from-markdown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-autolink-literal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-strikethrough",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-table",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-task-list-item",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-mdx-expression",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-mdx-jsx",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-mdxjs-esm",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-phrasing",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-markdown",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-core-commonmark",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-autolink-literal",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-strikethrough",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-table",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-tagfilter",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-task-list-item",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-factory-destination",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-label",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-space",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-title",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-whitespace",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-chunked",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-classify-character",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-combine-extensions",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-numeric-character-reference",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-string",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-html-tag-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-normalize-identifier",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-resolve-all",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-subtokenize",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "min-indent",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.3",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "muggle-string",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.36",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "parse-entities",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "path-browserify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"ecosystem": "npm"
},
{
"name": "pretty-format",
"direct": false,
"version": "27.5.1",
"ecosystem": "npm"
},
{
"name": "property-information",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "17.0.2",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-markdown",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "react-number-format",
"direct": false,
"version": "5.4.5",
"ecosystem": "npm"
},
{
"name": "react-redux",
"direct": false,
"version": "9.2.0",
"ecosystem": "npm"
},
{
"name": "react-refresh",
"direct": false,
"version": "0.18.0",
"ecosystem": "npm"
},
{
"name": "react-remove-scroll",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "react-remove-scroll-bar",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "react-style-singleton",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "react-textarea-autosize",
"direct": false,
"version": "8.5.9",
"ecosystem": "npm"
},
{
"name": "redent",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "redux",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "redux-thunk",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "remark-gfm",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "remark-parse",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "remark-rehype",
"direct": false,
"version": "11.1.2",
"ecosystem": "npm"
},
{
"name": "remark-stringify",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "reselect",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.11",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.60.1",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.5.4",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "space-separated-tokens",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "string-argv",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "stringify-entities",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "strip-indent",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "style-to-js",
"direct": false,
"version": "1.1.21",
"ecosystem": "npm"
},
{
"name": "style-to-object",
"direct": false,
"version": "1.0.14",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tabbable",
"direct": false,
"version": "6.4.0",
"ecosystem": "npm"
},
{
"name": "tiny-invariant",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "trim-lines",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "trough",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "unified",
"direct": false,
"version": "11.0.5",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "use-callback-ref",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "use-composed-ref",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "use-isomorphic-layout-effect",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "use-latest",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "use-sidecar",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "use-sync-external-store",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "vfile",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "vfile-message",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "victory-vendor",
"direct": false,
"version": "37.3.6",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "vite-plugin-dts",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "vscode-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 441,
"direct_count": 13,
"indirect_count": 428
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 2,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ebarron",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/13694875?v=4"
},
{
"type": "User",
"login": "ybizeul",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/182035?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.985
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish-chat-component.yml",
"release-chat-service.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "23 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c095c8ce2dd2f1a5dc6e4dcd72c87a0358bb9250",
"ran_at": "2026-07-30T14:33:29Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T20:49:55Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-10T20:49:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 3,
"created_at": "2026-07-29T21:32:02Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ebarron/netapp-chat-service",
"host": "github.com",
"name": "netapp-chat-service",
"owner": "ebarron"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 46,
"vitality": 79,
"community": 24,
"governance": 42,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 66,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 12
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "12/52 weeks with commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 12
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "66 commits in the last year",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 66
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 7.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 42,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.985
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 98% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 2,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "ebarron",
"public_repos": 1,
"account_age_days": 4010
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of ebarron",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "ebarron"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~10 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/ebarron/netapp-chat-service"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 2 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "23 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 441 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 441
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 26,
"affected_packages": 11,
"assessed_packages": 441,
"unassessed_packages": 0,
"affected_by_severity": "high 7, moderate 1, low 2, unknown 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 441,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.848,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "56 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"packages/chat-component/tsconfig.json",
"ui/tsconfig.json"
],
"agent_commit_share": 0.318,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/chat-component/tsconfig.json, ui/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/chat-component/tsconfig.json, ui/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "21 of the last 66 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 21,
"sampled": 66
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 70107,
"source_files_sampled": 142,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/142 source files over 60KB",
"points": 54.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 142,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-30T14:33:37.943798Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/ebarron/netapp-chat-service.svg",
"full_name": "ebarron/netapp-chat-service",
"license_state": "standard",
"license_spdx": "MIT"
}