Kage Graph (kage-core) MCP Server

@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,

Trust grade
A
92/100
Last scanned get badge →
Trust
A · 92/100
Adoption risk for you: the threat score, then adjusted down for blast radius, publisher verification and how much the scan could see. Deterministic; every point is auditable.
Capability
High
Blast radius if it went rogue — what the server’s tools could reach. Independent of trust.
Coverage
Source
How much the scan could actually inspect. Shallow coverage is stated, never hidden.
Share this Trust Score
𝕏 Share LinkedIn Reddit
A Why this grade threat 100 − adoption risk = 92/100

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:

PointsAdoption-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.

Findings 18

high Tool "kage_observe" exposes command/code executionMTC-CAP-001

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

high Shell/command execution in server code (dist/cli.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/daemon.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/adapters/cli-agent.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/adapters/index.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/adapters/stub.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/app-daemon.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/dispatch.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/git.js)MTC-SRC-002

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

high Shell/command execution in server code (dist/delegation/manager-client.js)MTC-SRC-002

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

medium Untrusted input can drive an external actionMTC-FLOW-005

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

medium Hardcoded egress to an external endpoint (dist/daemon.js)MTC-SRC-003

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

medium Hardcoded egress to an external endpoint (dist/delegation/app-daemon.js)MTC-SRC-003

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

medium Unconstrained command parameter "command" on "kage_observe"MTC-CAP-006

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

medium Unconstrained command parameter "exit_code" on "kage_observe"MTC-CAP-006

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

medium Dynamic module load from a non-literal (dist/kernel.js)MTC-SRC-005

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

low Mutating tool "kage_observe" declares no destructiveHintMTC-CAP-005

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

low Shell/command execution in packaging/dev tooling (dist/bench/run.js)MTC-SRC-002

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

Tools 81

Each tool and what it can reach — statically extracted from the published source.

  • kage_fetchingests untrusted input
  • kage_observeruns code / shell
  • kage_auditno sensitive capability
  • kage_benchmarkno sensitive capability
  • kage_benchmark_compareno sensitive capability
  • kage_branch_overlayno sensitive capability
  • kage_capabilitiesno sensitive capability
  • kage_captureno sensitive capability
  • kage_cleanup_candidatesno sensitive capability
  • kage_code_indexno sensitive capability
Show 71 more tools ↓
  • kage_compactno sensitive capability
  • kage_compile_briefno sensitive capability
  • kage_conflictsno sensitive capability
  • kage_contextno sensitive capability
  • kage_context_slot_deleteno sensitive capability
  • kage_context_slot_setno sensitive capability
  • kage_context_slotsno sensitive capability
  • kage_contributorsno sensitive capability
  • kage_decisionsno sensitive capability
  • kage_dependency_pathno sensitive capability
  • kage_dispatchno sensitive capability
  • kage_distillno sensitive capability
  • kage_docs_searchno sensitive capability
  • kage_events_sinceno sensitive capability
  • kage_feedbackno sensitive capability
  • kage_gcno sensitive capability
  • kage_goal_createno sensitive capability
  • kage_goal_finishno sensitive capability
  • kage_goal_statusno sensitive capability
  • kage_graphno sensitive capability
  • kage_graph_insightsno sensitive capability
  • kage_graph_registryno sensitive capability
  • kage_graph_visualno sensitive capability
  • kage_inboxno sensitive capability
  • kage_install_policyno sensitive capability
  • kage_judgmentno sensitive capability
  • kage_learnno sensitive capability
  • kage_learning_ledgerno sensitive capability
  • kage_list_domainsno sensitive capability
  • kage_memory_accessno sensitive capability
  • kage_memory_auditno sensitive capability
  • kage_memory_handoffno sensitive capability
  • kage_memory_lifecycleno sensitive capability
  • kage_memory_lineageno sensitive capability
  • kage_memory_reconcileno sensitive capability
  • kage_memory_timelineno sensitive capability
  • kage_merge_runno sensitive capability
  • kage_metricsno sensitive capability
  • kage_module_healthno sensitive capability
  • kage_pr_checkno sensitive capability
  • kage_pr_summarizeno sensitive capability
  • kage_profileno sensitive capability
  • kage_propose_from_diffno sensitive capability
  • kage_qualityno sensitive capability
  • kage_recallno sensitive capability
  • kage_refreshno sensitive capability
  • kage_registry_recommendno sensitive capability
  • kage_reject_runno sensitive capability
  • kage_reportno sensitive capability
  • kage_review_artifactno sensitive capability
  • kage_review_runno sensitive capability
  • kage_reviewersno sensitive capability
  • kage_riskno sensitive capability
  • kage_room_stateno sensitive capability
  • kage_searchno sensitive capability
  • kage_session_replayno sensitive capability
  • kage_sessionsno sensitive capability
  • kage_setup_agentno sensitive capability
  • kage_setup_doctorno sensitive capability
  • kage_skillsno sensitive capability
  • kage_stopno sensitive capability
  • kage_structural_indexno sensitive capability
  • kage_supersedeno sensitive capability
  • kage_taskno sensitive capability
  • kage_tellno sensitive capability
  • kage_validateno sensitive capability
  • kage_verify_agentno sensitive capability
  • kage_verify_citationsno sensitive capability
  • kage_workspaceno sensitive capability
  • kage_workspace_recallno sensitive capability
  • kage_xrayno sensitive capability

Toxic flows 1

Cross-tool combinations that form a data-exfiltration primitive (untrusted input → sensitive source → external sink).

What this scan could not see

Versions 6

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.

VersionScoreFindingsEngineScanned
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
Show 1 more version ↓
v3.3.0 A 98/100 5 1.5.0 2026-07-22

Embed this score

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.

MCP Trust Score: A · 92/100
Markdown (GitHub README)
[![MCP Trust Score](https://mcptrustchecker.com/registry/kage-core-kage-graph-mcp/badge.svg)](https://mcptrustchecker.com/registry/kage-core-kage-graph-mcp)
HTML
<a href="https://mcptrustchecker.com/registry/kage-core-kage-graph-mcp"><img src="https://mcptrustchecker.com/registry/kage-core-kage-graph-mcp/badge.svg" alt="MCP Trust Score" height="20"></a>
Prefer shields.io styling? Point it at https://mcptrustchecker.com/registry/kage-core-kage-graph-mcp/badge.json via https://img.shields.io/endpoint?url=…

Verify this score yourself

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

Use the free API → How scoring works

Other implementations of Kage Graph 1

Independent packages implementing the same tool, scanned with the same engine. Compare all 2 side by side →

More in AI, Memory & Reasoning