CodeCartographer
NPM · CODECARTOGRAPHER-PI · SCANNED AUG 3
Evidence-backed reverse engineering and human-gated software planning for Pi and MCP coding agents.
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 Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to HuginnIndustries/CodeCartographer). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 10 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1048 tokens (~104/item across 10 items; 10 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 Coverage85
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 56% 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 · codecartographer-pi
claude mcp add huginnindustries-codecartographer -- npx -y codecartographer-pi
codex mcp add huginnindustries-codecartographer -- npx -y codecartographer-pi
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"huginnindustries-codecartographer": {
"type": "local",
"command": [
"npx",
"-y",
"codecartographer-pi"
],
"enabled": true
}
}
} openclaw mcp add huginnindustries-codecartographer --command npx --arg -y --arg codecartographer-pi
mcp_servers:
huginnindustries-codecartographer:
command: "npx"
args: ["-y", "codecartographer-pi"] {
"mcpServers": {
"huginnindustries-codecartographer": {
"command": "npx",
"args": [
"-y",
"codecartographer-pi"
]
}
}
} 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 +44
- Known CVEs: unverified → partial ▲ security
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ 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
- The attested source repository moved: HuginnIndustries/CodeCartographer security
- Capabilities: pass → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Stability: unverified → 0.23 ▲ functional
- License: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +29
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −33
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −52
- Install scripts: pass → unverified ▼ security
- Malware scan: pass → unverified ▼ security
- Provenance: pass → unverified ▼ security
- Known CVEs: partial → unverified ▼ security
- The attested source repository moved: HuginnIndustries/CodeCartographer security
- Maintenance: pass → unverified ▼ functional
- Dependency health: partial → unverified ▼ functional
- License: pass → unverified ▼ functional
- Licence: MIT functional
- 27 Jul 26 +48
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 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 verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- HuginnIndustries/CodeCartographer
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/HuginnIndustries/CodeCartographer/.github/workflows/release.yml@refs/tags/v0.12.3
- Rekor log index:
- 2219800579
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:990ed47fc3876ce22419c316d95e736306bf14666464c8162eddd52cac3e19a8d14289bcfd643ef78c1dd79f2ea3002987adf1ec482125fd3d8e5c211
- Discovery method:
- attestation_endpoint
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 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.
codecarto_complete ~98
Mark a phase complete. Requires the phase output's validation to be PASS or PASS WITH GAPS. Atomically updates status.yaml under a file lock, appends to THREAD_LOG.md, and creates a closeout stub from the template if one does not yet exist. If phase is omitted, completes the next eligible phase.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
| phase | string | — | Phase id (optional). |
No output schema declared.
No examples provided.
codecarto_init ~113
Initialize a CodeCartographer workspace (.codecarto/) in a target repository. Copies the packaged framework template and writes a fresh status.yaml for the chosen pipeline. Errors if .codecarto/ already exists unless force is true.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
| force | boolean | — | Overwrite an existing .codecarto/ directory if present (default false). |
| pipeline | string | — | Pipeline alias or workflow/*.yaml path. Defaults to the framework's default pipeline. |
No output schema declared.
No examples provided.
codecarto_library_list ~94
List entries in a CodeCartographer library, optionally filtered by namespace, tag, slug, or source_repo. The library is identified by library_path (absolute) or by cwd's config.yaml.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | — |
| library_path | string | — | — |
| namespace | string | — | — |
| slug | string | — | — |
| source_repo | string | — | — |
| tag | string | — | — |
No output schema declared.
No examples provided.
codecarto_library_reindex ~59
Regenerate index.yaml and INDEX.md for a CodeCartographer library from filesystem state. Use after manual edits or to resolve a git merge conflict on index.yaml.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | — |
| library_path | string | — | — |
No output schema declared.
No examples provided.
codecarto_next ~53
Return the prompt text for the next eligible CodeCartographer phase. The host should feed this prompt back to the agent or display it to the user.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
No output schema declared.
No examples provided.
codecarto_phase ~70
Return the prompt text for a specific CodeCartographer phase, even if it is not the next eligible phase. Used to revisit a phase or to bypass DAG order intentionally.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
| phase | string | yes | Phase id from the active pipeline. |
No output schema declared.
No examples provided.
codecarto_publish ~370
Publish a reimplementation-spec to a CodeCartographer library. Identified by library_path (absolute) or cwd's config.yaml. Content-hash idempotent — re-publishing identical spec bytes updates metadata in place rather than bumping the version. Required: source_repo, headline, and either spec (inline) or spec_path (absolute file). Slug derives from source_repo if not provided. If the library is namespaced, namespace is required (or pass cwd to inherit from config). Generation context (agent, model, vendor, reasoning) is passed via model_metadata so the host can record provenance; omitted fields default to 'unknown'.
| Name | Type | Req | Description |
|---|---|---|---|
| analyzed_at | string | — | ISO 8601 UTC timestamp. Defaults to now. |
| capabilities | array | — | — |
| confidentiality | string | — | — |
| cwd | string | — | Absolute path to a workspace. Used to read defaults from config.yaml and status.yaml. |
| force_new_version | boolean | — | — |
| headline | string | yes | — |
| library_path | string | — | Absolute path to the library directory. |
| model_metadata | object | — | — |
| namespace | string | — | Namespace under entries/. Required for namespaced libraries. |
| pipeline | string | — | Pipeline used. Inherited from cwd's status.yaml if available. |
| slug | string | — | Entry slug. Derived from source_repo if omitted. |
| source_branch | string | — | — |
| source_commit | string | — | — |
| source_dirty | boolean | — | — |
| source_repo | string | yes | URL or path to the analyzed repository. |
| spec | string | — | Inline spec markdown content (mutually exclusive with spec_path). |
| spec_path | string | — | Absolute path to a file containing the spec markdown (mutually exclusive with spec). |
| tags | array | — | — |
No output schema declared.
No examples provided.
codecarto_skill ~72
Return the prompt text for a post-pipeline skill (only callable after all phases are complete). Use codecarto_status to confirm completion first.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
| name | string | yes | Skill name (a directory under .codecarto/skills/). |
No output schema declared.
No examples provided.
codecarto_status ~41
Show the current CodeCartographer phase, active pipeline, and progress for a target repository.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
No output schema declared.
No examples provided.
codecarto_validate ~78
Validate a phase's primary output against the validation block in the produced markdown. Returns overall PASS/PASS WITH GAPS/FAIL/MISSING plus the parsed criteria rows. If phase is omitted, validates the next eligible phase.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | yes | Absolute path to the target repository. |
| phase | string | — | Phase id (optional). |
No output schema declared.
No examples provided.