Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"ai-agents",
"dag",
"llm",
"local-first",
"mcp",
"ollama",
"regression-testing",
"model-context-protocol",
"agent-memory",
"claude-code",
"claude-plugin",
"context-management",
"encryption",
"llm-debugging",
"llm-observability",
"openai-proxy",
"prompt-engineering"
],
"is_fork": false,
"size_kb": 3016,
"has_wiki": true,
"homepage": "https://medhovarsh.github.io/forkmind/",
"languages": {
"CSS": 8479,
"HTML": 300,
"JavaScript": 200185
},
"pushed_at": "2026-07-18T18:28:05Z",
"created_at": "2026-06-25T01:00:11Z",
"owner_type": "User",
"updated_at": "2026-07-18T18:28:09Z",
"description": "🧠 Local-first LLM state branching & debugging. Capture, visualize, branch, and regression-test LLM calls as a DAG. Free & local via Ollama, any OpenAI-compatible API, MCP for agents. Zero config.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "Medhovarsh Bayyapureddi",
"type": "User",
"login": "Medhovarsh",
"company": null,
"location": "Champaign, IL",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/91866189?v=4",
"created_at": "2021-10-04T05:29:23Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 1753
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-07T03:42:06Z"
}
],
"recent_commits": [
{
"oid": "86bfc5e28f336742453f2e6b6aa4a08680148170",
"body": "…nav) + drop process specs from git\n\n- centered header with tagline, badge row, and section nav (openclaw-style)\n- new Features section covering capture, DAG, live stream, branch, compare, replay, MCP, regression, capsules, demo\n- How-it-works gains compare / replay / live-stream mechanics\n- CLI table + roadmap updated for the four new features\n- remove docs/superpowers/ design specs from git (dev-only process artifacts); .claude-plugin kept (shipped plugin)",
"is_bot": false,
"headline": "docs: professional README rewrite (features section, polished header/…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T18:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c8ae3eb38a3913cf90b2e197a6c104d7c9eade6",
"body": "…ADME refresh",
"is_bot": false,
"headline": "docs: new demo GIF (DAG, inspector, branch diff, live streaming) + RE…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T18:19:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bec2518784828b03d387c40814a623c07d173e2",
"body": "… real time\n\nNew src/events.js bus: saveNode emits a node event; GET /api/stream serves SSE and pushes each newly captured node to the dashboard with a heartbeat and per-connection cleanup. useGraphData consumes EventSource (poll kept as fallback), flags just-arrived nodes for a pulse animation, and shows a streaming indicator. 3 new tests (bus emit + SSE push). Completes the pre-launch feature ladder: demo, branch diff, replay, live stream.",
"is_bot": false,
"headline": "feat: v0.9.0 - live capture stream (SSE), nodes pulse into the DAG in…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T17:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723b371fee5b21efec50343f0ed5ad581bc7305e",
"body": null,
"is_bot": false,
"headline": "chore: v0.8.0 - time-travel replay",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T09:17:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72b8e1ff39a10a2e779153e744b7a1cd842ff1b",
"body": "Replay from here button on any node with descendants: edit the prompt or swap the model, choose a downstream leaf, and POST /api/replay regenerates every turn as a sibling branch. Original user turns and tool results re-apply verbatim; upstream failures mid-chain keep the partial branch and report it. Engine has injectable transport; 9 new tests (6 engine + 3 API with mocked upstream).",
"is_bot": false,
"headline": "feat: time-travel replay - re-run a whole chain from an edited node",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T09:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b7bafbbfe2cc9c72d22a82ac19e8169fc8f7ffb",
"body": null,
"is_bot": false,
"headline": "chore: v0.7.0 - branch diff view",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T09:04:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7b5554a2eb2f6d6b97fa2413968f387b242cff",
"body": "… highlighting\n\nCompare button in the node inspector enters compare mode; clicking a second node opens a two-column modal: prompt delta and response diff with word-level LCS highlighting, plus a token usage table with signed deltas. Diffs degrade gracefully to plain view when sides share <15% of text or exceed 3000 words. Zero dependencies added and zero server changes; 8 new jest tests load the shipped ESM module directly.",
"is_bot": false,
"headline": "feat: branch diff view - side-by-side node comparison with word-level…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T09:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b98015b70960932e0ad8c532d2523bddd5d15371",
"body": "…d previews, dark minimap",
"is_bot": false,
"headline": "chore: v0.6.0 — forkmind demo (zero-setup sample DAG), agent-flow car…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T08:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7f7fc2ad29e2c864f0e972fc2757ccfca5b6559",
"body": "- node preview no longer splats raw tool output on the card: tool-result\n turns render as \"gear toolname -> first line of output\", other turns\n show the latest user message\n- model badge on each card (surfaces cross-model branches at a glance)\n- minimap themed dark to match the canvas",
"is_bot": false,
"headline": "fix(dashboard): readable canvas cards for agent flows + dark minimap",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T07:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707773bfce7fc9c8c8abfe6a019a27cb7d4d33a7",
"body": "…shboard\n\n- new `forkmind demo` command: seeds a coding-agent debug story (10 nodes,\n visible fork: wrong fix vs winning fix) plus one capsule into a throwaway\n temp workspace, then starts the normal server against it\n- hybrid forking: probes local Ollama; live forks when present, disabled\n Fork \n[…]\nboard header\n- seeder builds nodes through the real saveNode() so ids stay\n content-addressed and demo data can never drift from the capture schema\n- 12 new tests (seeder integrity + demo-status API)",
"is_bot": false,
"headline": "feat: v0.6.0 groundwork — `forkmind demo`, zero-setup sample DAG + da…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T07:41:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ff8a0d01e6e14e87953598466a33247aa7f7bd50",
"body": null,
"is_bot": false,
"headline": "docs: demo mode design spec",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-18T07:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "497465ab7b3035072ef531d7fe3e134d8d4d6574",
"body": "This reverts commit a290a1b628c321963243d3e64d623c969cbbc172.",
"is_bot": false,
"headline": "Revert \"chore: remove .claude-plugin folder\"",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-08T03:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a290a1b628c321963243d3e64d623c969cbbc172",
"body": null,
"is_bot": false,
"headline": "chore: remove .claude-plugin folder",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-08T03:23:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aa5d22862ae55daa0dc833effbd1d234082b97e",
"body": null,
"is_bot": false,
"headline": "docs: LinkedIn launch copy — announcement + security-angle variants",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-08T03:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0a3b39c1f17e3ac415f9f5db5e7cd642559231",
"body": "…ions",
"is_bot": false,
"headline": "docs: SECURITY.md — security model, disclosure policy, supported vers…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-08T03:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2efdcac3891d2f5558989c53dbefef97c7b30793",
"body": "…ssages[]\n\nBridges ForkMind's two halves: the proxy's capture DAG and the capsule\nstore now connect directly.\n\n- engine: saveFromNode(nodeId) walks the root→node lineage through\n .forkmind/nodes/, converts each turn into user/assistant items, and\n saves one capsule with sourceNodeIds linking back \n[…]\nages\n- tests: 5 new (lineage order + roles, sourceNodeIds links, auto-title,\n unknown node rejection, messages format, role coercion) — suite 81\n- README: capture→archive→splice-back workflow section",
"is_bot": false,
"headline": "feat: v0.5.0 — archive captured lineages into capsules, restore as me…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-08T03:12:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32b0db81137eb69a134beb33fe22141c9a579c95",
"body": "- dashboard/src/components/CapsulePanel.jsx: browse saved capsules\n (title, digest, size, segment count), expand one to inspect its DAG\n segment map, and run on-demand integrity verification via\n POST /api/context/:id/verify\n- App.jsx: 💊 Capsules toggle in the topbar; one sidebar at a time\n- inde\n[…]\nore/forget stay in CLI/HTTP/MCP so the\n browser can never decrypt content or crypto-shred a capsule\n- README roadmap: dashboard capsule panel done\n- dashboard build + full suite (76) + lint all green",
"is_bot": false,
"headline": "feat: v0.4.1 — dashboard capsule panel (read-only)",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-08T02:40:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ff13b75eab72a856d3f9b383a8dd3d7a0c19fbd",
"body": "Completes the last roadmap item from v0.3: capsules can now move between\nmachines and projects, not just live in one .forkmind/.\n\n- src/context/crypto.js: deriveExportKey() — scrypt (N=32768, deliberately\n slow) turns an export passphrase into a fresh key, independent of the\n project's local maste\n[…]\nn ~32MB working set; raised explicitly rather than weakening the KDF\n- docs: README export/import + token-savings sections, skill, llms.txt\n- suite: 76 passing, npm audit 0 vulnerabilities, lint clean",
"is_bot": false,
"headline": "feat: v0.4.0 — portable capsule export/import + token-savings reporting",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T18:11:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d935fc88ac7d765eb52ca6883a2aaa44a319b03",
"body": "…shed",
"is_bot": false,
"headline": "docs: submissions tracker — Glama listed, Official MCP Registry publi…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T04:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c880520f8a2c94f386d19f0129bcd78da1d019",
"body": "…ovarsh)",
"is_bot": false,
"headline": "chore: v0.3.3 — correct MCP registry namespace casing (io.github.Medh…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T04:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86398a1c7a358930425e28947f885f36dfaae91a",
"body": "- capsule/segment ids validated as 12 lowercase hex chars before any\n filesystem path is built, closing an encoded path-traversal vector\n through /api/context/:id (including DELETE) and the MCP tools\n- listCapsules and replica sync/status skip non-id directory names\n- HTTP layer maps INVALID_ID to\n[…]\n auth-relaying proxy and capsule API are not LAN-reachable unless\n explicitly opted in; README documents FORKMIND_HOST + FORKMIND_KEY_DIR\n- npm audit (prod deps): 0 vulnerabilities; suite 69 passing",
"is_bot": false,
"headline": "fix(security): v0.3.2 — id validation + loopback-only bind",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T04:04:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d49ce4445503e3581f7e315bf953a92ef917970d",
"body": "- package.json: mcpName field (io.github.medhovarsh/forkmind) so the\n registry can validate npm package ownership\n- server.json: registry manifest (npm package, stdio transport, npx mcp)\n- version strings synced across CLI / MCP server / plugin\n- design doc authorship correction",
"is_bot": false,
"headline": "chore: v0.3.1 — Official MCP Registry metadata",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T03:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c2e2b1be43138e29017f5852d533eeb7966e7ff",
"body": "….so issue)",
"is_bot": false,
"headline": "docs: record filed directory submissions (awesome-mcp-servers PR, mcp…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T03:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "126412d3d47068dce67bbe1d638c4493ac966195",
"body": "- glama.json: claims the Glama MCP directory listing for @Medhovarsh\n- docs/launch/submissions.md: status tracker + ready-to-paste content for\n PulseMCP, awesome-mcp-servers, and mcp.so submissions",
"is_bot": false,
"headline": "docs: directory submission kit + Glama maintainer file",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T03:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad5e1112d6f4fa920c138ffb20e8390d1c83ddb",
"body": "…long\n\n- landing page: title/description/OG/Twitter updated for context capsules;\n SoftwareApplication JSON-LD bumped to 0.3.0 with npm install/download\n URLs; FAQPage schema + visible FAQ gain 4 entries (capsules, secure\n deletion, RAID, no-model-modification); feature cards + npm badge +\n npm-\n[…]\nllms.txt entry\n- README: npm version badge, install copy reflects published package\n- package.json keywords: context-management, context-offloading,\n context-capsules, encrypted-storage, agent-memory",
"is_bot": false,
"headline": "docs: SEO/AEO refresh for v0.3.0 — capsules + RAID everywhere they be…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T03:42:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05fba5285f324b85409e31e5a92141d300eb730b",
"body": "Replicate context capsules across extra filesystem targets (second disk,\nsynced folder, network mount) with self-healing restore.\n\n- src/context/replicas.js: replica config (.forkmind/replicas.json),\n best-effort mirroring on save, heal from first surviving replica,\n shred-everywhere on forget, to\n[…]\n8 passing\n- docs: README RAID section, archivist skill update, launch copy drafts\n (Show HN / X thread / Reddit) in docs/launch/ — drafts only, unposted\n- version: 0.3.0 across package/plugin/CLI/MCP",
"is_bot": false,
"headline": "feat: RAID — Redundant Array of Independent DAGs + launch copy (v0.3.0)",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T03:25:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c48bb54c6605cbb1b6ec58ff47714372540d9ea1",
"body": "Save conversational context into content-addressed DAG capsules\n(.forkmind/contexts/), drop it from the live model window, and restore\non demand — persist-first-verify-then-compact instead of cache eviction.\n\n- src/context/engine.js: capsule engine — chunking, multi-parent DAG\n (item chain + root o\n[…]\nidempotence, tamper\n detection, chunk reassembly, partial restore, tombstone resurrection\n block, HTTP API) — suite now 60 passing\n- docs: design doc, README section, marketplace/plugin copy; v0.2.0",
"is_bot": false,
"headline": "feat: context capsules — offload context as an encrypted, immutable DAG",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-07-07T03:03:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88598644a00c07dd2c40aee8eeda820ec9adad5c",
"body": "…nance\n\nProvenance publish requires package.json repository.url to exactly match the\nbuild repo. Lowercase 'medhovarsh' failed sigstore validation (E422).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: match repository.url casing to GitHub (Medhovarsh) for npm prove…",
"author_name": "Medhovarsh B",
"author_login": "Medhovarsh",
"committed_at": "2026-06-27T01:35:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d561648d65d7d085f2b89d085f19f01a1d5a9d84",
"body": "… Smithery (#1)\n\nGrow open-source reach without touching the capture core (all routes through\nthe existing proxy):\n\n- npm publish prep: exports map for `forkmind/langchain` + `forkmind/vercel`\n subpaths, publishConfig, prepack (rebuilds dashboard), tag-driven\n release.yml with provenance.\n- Shared\n[…]\n.yaml: stdio MCP server registration for one-line client install.\n- 8 new tests (46 total), lint clean, dashboard builds, pack ships all files.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: adoption integrations — npm publish, LangChain/Vercel adapters,…",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-27T00:24:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "132642f51e0a66ef36b53db9bfb3f055122293f0",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add GitHub contributors badge to README + landing page",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-26T05:40:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f6e75a9549ab22ec3f187104ae2f570166044de0",
"body": "- agents/forkmind-debugger.md: tools as YAML array [Read, Bash, Glob, Grep];\n the CSV string form parsed as one bogus tool name, leaving the agent toolless\n- src/proxy/server.js: handle EADDRINUSE (and generic listen errors) with a\n clear message + FORKMIND_PORT hint instead of dumping a raw Node stack trace\n\nVerified: MCP tolerates a missing .forkmind dir, unknown node ids, and init is\nidempotent. 38/38 tests pass, lint clean.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: edge cases — agent tools array + friendly port-in-use error",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-26T05:26:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6e66c4dae59dd7791bf7a84d7d4485781f71aa49",
"body": "Stops the recurring CRLF warnings on every commit.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add .gitattributes to normalize line endings (LF)",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-26T05:20:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f12fe294eabf8dca82ddeb3e2c66819a1b967671",
"body": "- plugin.json: auto-register the forkmind MCP server (npx … mcp) so agents\n query their own .forkmind history with zero manual config\n- agents/forkmind-debugger.md: isolated subagent for model/prompt compares and\n regression checks; returns a compact verdict, not raw transcripts\n- skill + README: document the MCP auto-wiring and the debugger agent\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(plugin): wire MCP server + add forkmind-debugger agent",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-26T05:12:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d8aa259bc1a263d45419a36b560c8d816dba597c",
"body": "…mand)\n\n- .claude-plugin/plugin.json + marketplace.json so users can\n `/plugin marketplace add Medhovarsh/forkmind` then `/plugin install forkmind`\n- skills/forkmind/SKILL.md: teaches Claude when/how to drive ForkMind\n- commands/forkmind.md: /forkmind slash command\n- README: \"Install as a Claude Code plugin\" section\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(plugin): ship as a Claude Code plugin (marketplace + skill + com…",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-26T05:04:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "15c055184a4f9e1b4ade68ef71af5727b3c70501",
"body": "- index.html: canonical URL, Twitter cards, absolute OG image, theme-color,\n author/keywords meta\n- index.html: JSON-LD SoftwareApplication + FAQPage schema for answer engines\n- index.html: visible FAQ section matching the FAQ schema\n- docs/robots.txt + docs/sitemap.xml for crawlers\n- package.json: fill author, add homepage + bugs, expand keywords\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(seo): boost SEO + AEO — structured data, FAQ, social cards, sitemap",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-26T04:57:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "364601eed8600b49a9382db790b62b81ef85204a",
"body": null,
"is_bot": false,
"headline": "docs: add live site badge to README",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T02:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd32522485c6d41b56802bd68998b42d4b76571",
"body": null,
"is_bot": false,
"headline": "docs: add GitHub Pages landing page",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T01:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77dca9bf05360aba16260ff429d5288ce2ac077",
"body": null,
"is_bot": false,
"headline": "docs: add Contributing badge to README",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T01:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3797acf990b7223e232107878166d5e287cc7ccc",
"body": "Captured a real interaction (DAG -> node inspector -> fork dialog) via Playwright,\nencoded to a looping GIF. Static screenshot kept in a collapsible section.",
"is_bot": false,
"headline": "docs: add animated demo GIF to README",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T01:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4413565762d247757a5453b543f42129d4e7d837",
"body": "Real captured screenshot of the dashboard (branching DAG + inspector). CI now\nalso triggers on master so the status badge reflects the default branch.",
"is_bot": false,
"headline": "docs: add license/CI badges and dashboard screenshot to README",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T01:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0918cc03b8c8362ab7f52c3f7b50f7136f238ad",
"body": null,
"is_bot": false,
"headline": "docs: set GitHub handle medhovarsh in install URLs + repo metadata",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T00:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "251060974a3befb3bb18dafe37757930afcfbc01",
"body": "Pin a known-good node as a baseline, replay its request, and check the new\noutput via contains/notContains/regex assertions plus Jaccard similarity drift\nguard. Adds 'forkmind regression pin|list|remove|run' (exit 1 on failure for\nCI), regression engine + runner, shared text-extraction util (also de\n[…]\ns the\nMCP server). Cases stored as JSON in .forkmind/regressions/ for sharing.\n\nVerified end-to-end: good output passes (sim 0.78), degraded fails (sim 0.0,\nmissing substring), exit codes 0/1 correct.",
"is_bot": false,
"headline": "feat: automated regression testing — pin baselines, detect output drift",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T00:49:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed8d7adc47ed100cc39d1f95233e53a49cde037c",
"body": "Stdio MCP server exposing 6 tools (recent, get_node, lineage, children,\nsearch, stats) backed by new engine helpers (getLineage/getChildren/\nsearchNodes). Adds 'forkmind mcp' command + forkmind-mcp binary. Zero-cost\nlocal-first reaffirmed in docs. Verified: CLI install from tarball, init,\non-disk JSON storage, and live MCP query round-trip.",
"is_bot": false,
"headline": "feat: MCP integration — agents query their own .forkmind history",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T00:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dc9cc950208eb0138c31f38c36b4539ef94a657",
"body": "Provider-agnostic proxy (any OpenAI-compatible API + Anthropic), default\nfree/open-source via Ollama. Deterministic JSON storage, streaming capture\nwith server-side reconstruction, drop-in SDK wrappers with auto-chaining,\nReact Flow dashboard with branch execution. Git-installable via npx.",
"is_bot": false,
"headline": "feat: ForkMind — local-first LLM branching & debugging tool",
"author_name": "Medhovarsh Bayyapureddi",
"author_login": "Medhovarsh",
"committed_at": "2026-06-25T00:30:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 44,
"latest_release_at": "2026-07-07T03:42:06Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 4,
"days_since_latest_release": 17,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "forkmind",
"exists": true,
"license": "MIT",
"keywords": [
"llm",
"openai",
"anthropic",
"ollama",
"debugging",
"proxy",
"branching",
"dag",
"observability",
"local-first",
"llm-observability",
"prompt-engineering",
"ai-agents",
"mcp",
"model-context-protocol",
"llm-debugging",
"regression-testing",
"context-window",
"context-management",
"context-offloading",
"context-capsules",
"encrypted-storage",
"agent-memory"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/forkmind",
"is_deprecated": false,
"latest_version": "0.9.0",
"repository_url": "https://github.com/Medhovarsh/forkmind",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2178,
"first_published_at": "2026-06-27T01:36:49.048000Z",
"latest_published_at": "2026-07-18T18:00:19.447000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 26840,
"source_files_sampled": 55,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"dashboard/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-frvp-7c67-39w9"
],
"fixed_version": "2.0.5",
"advisory_count": 1,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 138,
"malicious_count": 0,
"assessed_package": "npm:forkmind@0.9.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "dagre",
"manifest": "dashboard/package.json",
"ecosystem": "npm",
"version_constraint": "^0.8.5"
},
{
"name": "react",
"manifest": "dashboard/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-dom",
"manifest": "dashboard/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "reactflow",
"manifest": "dashboard/package.json",
"ecosystem": "npm",
"version_constraint": "^11.11.4"
},
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.0"
},
{
"name": "axios",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.7.7"
},
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.1.0"
},
{
"name": "express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.21.0"
},
{
"name": "fs-extra",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.2.0"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.23.8"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Medhovarsh",
"commits": 44,
"avatar_url": "https://avatars.githubusercontent.com/u/91866189?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"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": 10,
"reason": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"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": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "86bfc5e28f336742453f2e6b6aa4a08680148170",
"ran_at": "2026-07-24T03:45:14Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T18:28:38Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-27T00:24:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Medhovarsh/forkmind",
"host": "github.com",
"name": "forkmind",
"owner": "Medhovarsh"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 44,
"vitality": 66,
"community": 39,
"governance": 51,
"engineering": 90
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 44,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "44 commits in the last year",
"points": 14.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 44
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.3.0",
"releases_from_tags": false,
"days_since_latest_release": 17,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 17 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 17
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 39,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"packages": [
"forkmind"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2178
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,178 downloads/month across npm",
"points": 44.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2178,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"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": 41,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "Medhovarsh",
"public_repos": 20,
"account_age_days": 1753
},
"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": "2 followers of Medhovarsh",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "Medhovarsh"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~4 yr old",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"forkmind"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 90,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"ai-agents",
"dag",
"llm",
"local-first",
"mcp",
"ollama",
"regression-testing",
"model-context-protocol",
"agent-memory",
"claude-code",
"claude-plugin",
"context-management",
"encryption",
"llm-debugging",
"llm-observability",
"openai-proxy",
"prompt-engineering"
],
"has_wiki": true,
"homepage": "https://medhovarsh.github.io/forkmind/",
"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": "https://medhovarsh.github.io/forkmind/",
"points": 15,
"status": "met",
"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": "17 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 17
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"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": "1 out of 1 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 0",
"points": 0,
"status": "missed",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Matched the npm:forkmind@0.9.0 runtime dependency closure — what installing the published package pulls in — 138 packages. Reachability is not analyzed.",
"notes": [
{
"code": "advisories_scope_published",
"params": {
"package": "npm:forkmind@0.9.0",
"assessed": 138
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 88,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 138,
"unassessed_packages": 0,
"affected_by_severity": "moderate 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": "1 affected: @hono/node-server 1.19.14 (moderate 5.9)",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "@hono/node-server 1.19.14 (moderate 5.9)"
}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 138,
"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": 2
},
"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": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 0.977,
"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": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "43 of 44 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 43,
"sampled": 44
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.182,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "8 of the last 44 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 44
}
}
],
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 26840,
"source_files_sampled": 55,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/55 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 55,
"oversized": 0
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T03:45:19.751955Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/Medhovarsh/forkmind.svg",
"full_name": "Medhovarsh/forkmind",
"license_state": "standard",
"license_spdx": "MIT"
}