@kage-core/kage-graph-mcp
npm
v5.0.0
Published by @kage-core — no publish provenance and no public repository, so the publisher could not be verified and the source cannot be independently located.
Agent memory on Google's Open Knowledge Format (OKF). Kage maintains your coding agents' OKF memory bundle in git and verifies every concept against your code, deterministically. The verification and freshness layer OKF leaves out. MCP server, no account,
The grade answers one question — how safe is this server for you to adopt — so it is computed in two auditable stages. Nothing below is an opinion or an LLM's guess; every line is a real term the deterministic engine applied, and the same input always yields the same number.
1. Threat score — 100 − 0 = 100. What the published surface and source actually contain:
The deterministic scan raised no scored threat in the surface it inspected — the threat score stayed at 100. Capability observations and advisory notes are recorded but never lower it.
2. Client adoption risk — 100 − 8 = 92. Three small, subtract-only factors that reflect your risk in adopting it — a clean scan proves less on a powerful, unverified or barely-inspectable package, so the grade says so plainly:
| Points | Adoption-risk factor |
|---|---|
| −6 | capability blast radius (high) — client exposure if the model is manipulated |
| −2 | publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read |
Capability observations and info notes are shown under Findings but never scored.
Open any row's finding below for the file, line and evidence behind a deduction.
Tool "kage_observe" appears to run shell commands or evaluate code (parameter "command"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.
Fix: Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.
Location: tool kage_observe
In the server's implementation (`dist/cli.js:4`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ue: true }); const node_child_process_1 = require("node:child_process"); const node_fs_1 = require("node:fs"); const nod
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/cli.js
In the server's implementation (`dist/daemon.js:23`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ("node:fs"); const node_child_process_1 = require("node:child_process"); const node_os_1 = require("node:os"); const nod
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/daemon.js
In the server's implementation (`dist/delegation/adapters/cli-agent.js:13`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: cooperation. const node_child_process_1 = require("node:child_process"); const node_fs_1 = require("node:fs"); const nod
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/adapters/cli-agent.js
In the server's implementation (`dist/delegation/adapters/index.js:14`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: he contract. const node_child_process_1 = require("node:child_process"); const cli_agent_js_1 = require("./cli-agent.js"
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/adapters/index.js
In the server's implementation (`dist/delegation/adapters/stub.js:7`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: egradation). const node_child_process_1 = require("node:child_process"); const node_fs_1 = require("node:fs"); const nod
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/adapters/stub.js
In the server's implementation (`dist/delegation/app-daemon.js:12`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: face's code. const node_child_process_1 = require("node:child_process"); const node_path_1 = require("node:path"); const
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/app-daemon.js
In the server's implementation (`dist/delegation/dispatch.js:23`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: two minutes. const node_child_process_1 = require("node:child_process"); const node_crypto_1 = require("node:crypto"); c
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/dispatch.js
In the server's implementation (`dist/delegation/git.js:16`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: han a crash. const node_child_process_1 = require("node:child_process"); const node_fs_1 = require("node:fs"); const nod
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/git.js
In the server's implementation (`dist/delegation/manager-client.js:15`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: could touch. const node_child_process_1 = require("node:child_process"); const index_js_1 = require("./adapters/index.js
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/manager-client.js
Untrusted-input tools ([kage_fetch]) co-exist with external-action tools ([kage_observe]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.
Evidence: untrusted [kage_fetch] → sinks [kage_observe]
Fix: Require confirmation for state-changing/egress actions triggered after processing untrusted content.
Location: flow kage_fetch → kage_observe
In the server's implementation (`dist/daemon.js:1012`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: const res = await fetch(`http://${host}:${restPort}${path}`, { headers: { host: `${host}:${res
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/daemon.js
In the server's implementation (`dist/delegation/app-daemon.js:34`): A hardcoded outbound call to a fixed external host inside server code is a classic exfiltration/telemetry channel — especially paired with reads of local data. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: const res = await fetch(`http://${host}:${port}/app`, { signal: AbortSignal.timeout(2000) }); return res.s
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/delegation/app-daemon.js
Tool "kage_observe" takes a command-shaped parameter "command" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool kage_observe · inputSchema.properties.command
Tool "kage_observe" takes a command-shaped parameter "exit_code" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.
Fix: Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.
Location: tool kage_observe · inputSchema.properties.exit_code
In the server's implementation (`dist/kernel.js:11316`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ? [`${imports} outgoing import(s)`] : []), ]; return { path: file.path, kind: file.kind, language: file.
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/kernel.js
Tool "kage_observe" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.
Fix: Declare accurate annotations, and gate destructive tools on user confirmation regardless.
Location: tool kage_observe
In a packaging/dev/install script (shipped, but not the server runtime) (`dist/bench/run.js:19`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: ue: true }); const node_child_process_1 = require("node:child_process"); const node_path_1 = require("node:path"); funct
Fix: Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.
Location: server dist/bench/run.js
Each tool and what it can reach — statically extracted from the published source.
kage_fetchingests untrusted inputkage_observeruns code / shellkage_auditno sensitive capabilitykage_benchmarkno sensitive capabilitykage_benchmark_compareno sensitive capabilitykage_branch_overlayno sensitive capabilitykage_capabilitiesno sensitive capabilitykage_captureno sensitive capabilitykage_cleanup_candidatesno sensitive capabilitykage_code_indexno sensitive capabilitykage_compactno sensitive capabilitykage_compile_briefno sensitive capabilitykage_conflictsno sensitive capabilitykage_contextno sensitive capabilitykage_context_slot_deleteno sensitive capabilitykage_context_slot_setno sensitive capabilitykage_context_slotsno sensitive capabilitykage_contributorsno sensitive capabilitykage_decisionsno sensitive capabilitykage_dependency_pathno sensitive capabilitykage_dispatchno sensitive capabilitykage_distillno sensitive capabilitykage_docs_searchno sensitive capabilitykage_events_sinceno sensitive capabilitykage_feedbackno sensitive capabilitykage_gcno sensitive capabilitykage_goal_createno sensitive capabilitykage_goal_finishno sensitive capabilitykage_goal_statusno sensitive capabilitykage_graphno sensitive capabilitykage_graph_insightsno sensitive capabilitykage_graph_registryno sensitive capabilitykage_graph_visualno sensitive capabilitykage_inboxno sensitive capabilitykage_install_policyno sensitive capabilitykage_judgmentno sensitive capabilitykage_learnno sensitive capabilitykage_learning_ledgerno sensitive capabilitykage_list_domainsno sensitive capabilitykage_memory_accessno sensitive capabilitykage_memory_auditno sensitive capabilitykage_memory_handoffno sensitive capabilitykage_memory_lifecycleno sensitive capabilitykage_memory_lineageno sensitive capabilitykage_memory_reconcileno sensitive capabilitykage_memory_timelineno sensitive capabilitykage_merge_runno sensitive capabilitykage_metricsno sensitive capabilitykage_module_healthno sensitive capabilitykage_pr_checkno sensitive capabilitykage_pr_summarizeno sensitive capabilitykage_profileno sensitive capabilitykage_propose_from_diffno sensitive capabilitykage_qualityno sensitive capabilitykage_recallno sensitive capabilitykage_refreshno sensitive capabilitykage_registry_recommendno sensitive capabilitykage_reject_runno sensitive capabilitykage_reportno sensitive capabilitykage_review_artifactno sensitive capabilitykage_review_runno sensitive capabilitykage_reviewersno sensitive capabilitykage_riskno sensitive capabilitykage_room_stateno sensitive capabilitykage_searchno sensitive capabilitykage_session_replayno sensitive capabilitykage_sessionsno sensitive capabilitykage_setup_agentno sensitive capabilitykage_setup_doctorno sensitive capabilitykage_skillsno sensitive capabilitykage_stopno sensitive capabilitykage_structural_indexno sensitive capabilitykage_supersedeno sensitive capabilitykage_taskno sensitive capabilitykage_tellno sensitive capabilitykage_validateno sensitive capabilitykage_verify_agentno sensitive capabilitykage_verify_citationsno sensitive capabilitykage_workspaceno sensitive capabilitykage_workspace_recallno sensitive capabilitykage_xrayno sensitive capabilityCross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).
Scan history per published version. The engine is deterministic — the same version always yields the same score, so a changed score means the package itself changed.
| Version | Score | Findings | Engine | Scanned |
|---|---|---|---|---|
v5.0.0 latest |
A 92/100 | 18 | 1.13.0 | 2026-09-07 |
v3.1.0 |
A 92/100 | 10 | 1.12.1 | 2026-08-21 |
v4.0.6 |
A 93/100 | 16 | 1.12.1 | 2026-08-10 |
v4.0.5 |
A 93/100 | 16 | 1.10.0 | 2026-07-25 |
v4.0.4 |
A 100/100 | 10 | 1.5.0 | 2026-07-23 |
v3.3.0 |
A 98/100 | 5 | 1.5.0 | 2026-07-22 |
Show this server's live Trust Score in your README, docs or website. The badge is served straight from the registry and updates automatically after every rescan — no API key needed. It links back to this page, so anyone who sees the grade can also read the findings behind it instead of taking a number on faith.
The score above is reproducible: the same package version always yields the same result. Run it locally or over the free API — no account, no LLM, fully deterministic.
npx mcptrustchecker scan @kage-core/kage-graph-mcp --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 2 side by side →
FDA device & vehicle recall risk for AI agents: recall history, MAUDE trend, risk score.
Open-source MCP server exposing Agent402.Tools' catalog — 500+ strong: 400+ self-hostable tools + 100 multi-tool skill packs (security-audit, trend-analysis, structured-scrape, decode-blob, forecasting-bake-off) for AI agents — browser, web search & answe
Zero-dependency MCP server that gives AI agents a self-updating project memory in AGENTS.md. Returns merge instructions instead of mutating state, so every change is a reviewable diff.
MCP Apps UI resources and server helpers for n8n
MCP server providing comprehensive access to BookStack knowledge management system
MCP server for tracking achievements with STAR methodology