io.github.Medhovarsh/forkmind
NPM · FORKMIND · SCANNED AUG 3
Branchable LLM history DAG + encrypted context capsules agents can save, restore, and crypto-shred.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (138 of 140), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (138 of 140), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 15 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 881 tokens (~58/item across 15 items; 15 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage70
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 9% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · forkmind
claude mcp add medhovarsh-forkmind -- npx -y forkmind
codex mcp add medhovarsh-forkmind -- npx -y forkmind
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"medhovarsh-forkmind": {
"type": "local",
"command": [
"npx",
"-y",
"forkmind"
],
"enabled": true
}
}
} openclaw mcp add medhovarsh-forkmind --command npx --arg -y --arg forkmind
mcp_servers:
medhovarsh-forkmind:
command: "npx"
args: ["-y", "forkmind"] {
"mcpServers": {
"medhovarsh-forkmind": {
"command": "npx",
"args": [
"-y",
"forkmind"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 2 Aug 26 +41
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Security disclosure: fail → unverified ▼ functional
- Capabilities: pass → unverified ▼ functional
- License: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 +5
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −24
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 42
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 138 packages
138 packages in the resolved dependency tree · 138 deprecated · 40 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
forkmind_children Child branches of a node ~45
List the alternative continuations (branches) that fork from a node. Use to compare what different prompts/params produced from the same point.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
forkmind_context_digest Capsule digest + segment map ~67
Cheap probe: full digest and DAG structure for one capsule, no decryption of content. Use before restoring to decide whether you need the whole capsule or one segment. Also serves as the durability check after a save, before you compact your window.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
forkmind_context_export Export a capsule (portable bundle) ~95
Export a capsule as a passphrase-encrypted, self-contained bundle that can move to another project or machine — it carries its own key material and does not depend on this project's local master key. The passphrase is never stored in the bundle; the caller must keep it to import later. Returns the bundle JSON — write it to a file.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
| passphrase | string | yes | — |
No output schema declared.
No examples provided.
forkmind_context_forget Forget a capsule (crypto-shred) ~67
IRREVERSIBLY destroy a capsule: its encryption key is shredded and the id tombstoned. You must echo the capsule id in `confirm`. Only call when the user explicitly asks to forget.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | string | yes | — |
| id | string | yes | — |
No output schema declared.
No examples provided.
forkmind_context_import Import a capsule bundle ~80
Import a bundle produced by forkmind_context_export. Every segment is independently re-verified (id, hash, parent graph, acyclicity) before anything is written — the bundle is never trusted blindly. Re-wraps the capsule under this project's local master key.
| Name | Type | Req | Description |
|---|---|---|---|
| bundle | object | yes | — |
| passphrase | string | yes | — |
No output schema declared.
No examples provided.
forkmind_context_list List context capsules ~40
Compact list of saved capsules (title, digest, size, age). Optional substring filter over title + digest.
| Name | Type | Req | Description |
|---|---|---|---|
| q | string | — | — |
No output schema declared.
No examples provided.
forkmind_context_replicas Capsule replica health (RAID) ~50
Status of redundant capsule storage: each replica target with reachability and coverage. Optionally sync (push all capsules + propagate tombstones) before reporting.
| Name | Type | Req | Description |
|---|---|---|---|
| sync | boolean | — | — |
No output schema declared.
No examples provided.
forkmind_context_restore Restore capsule content ~73
Decrypt and return capsule content (integrity-verified first). Pass segmentIds for a partial restore — pull back only what you need.
| Name | Type | Req | Description |
|---|---|---|---|
| asMessages | boolean | — | Return a provider-ready messages[] array instead of raw items |
| id | string | yes | — |
| segmentIds | array | — | — |
No output schema declared.
No examples provided.
forkmind_context_save Save a context capsule ~131
Offload conversation context into an immutable, encrypted DAG on disk. Pass the items to archive plus a short digest YOU write (the retrieval key you keep in your window; omit for private capsules). After the id comes back, verify with forkmind_context_digest, THEN drop the material from your working context — never before.
| Name | Type | Req | Description |
|---|---|---|---|
| digest | string | — | — |
| fromNodeId | string | — | Archive the captured conversation lineage ending at this turn-DAG node instead of passing items |
| items | array | — | — |
| sourceNodeIds | array | — | — |
| title | string | — | — |
No output schema declared.
No examples provided.
forkmind_context_stats Capsule stats ~41
Aggregate stats across all capsules: count, bytes, estimated tokens freed from the window, how many have a digest, forgotten count, and replica health.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
forkmind_get_node Get a ForkMind node ~31
Fetch one node by id with full request + response payloads.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
forkmind_lineage Node lineage (root → node) ~47
Return the full conversation path from the root to the given node — the exact context that produced it. Use to understand how a state was reached.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | — |
No output schema declared.
No examples provided.
forkmind_recent Recent ForkMind nodes ~40
List the most recent captured LLM turns (newest first), compact. Use to recall what was just tried.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
No output schema declared.
No examples provided.
forkmind_search Search ForkMind history ~50
Case-insensitive substring search across all captured requests/responses. Use to find prior attempts mentioning a term, error, or tool.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | — |
| query | string | yes | — |
No output schema declared.
No examples provided.
forkmind_stats ForkMind tree stats ~24
Summary of the conversation tree: totals, roots, leaves, providers.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.