backlog-mcp
npm
v0.74.0
Source verified
Published by gkoreli — publish provenance cryptographically ties this package to that repository. That is proof of origin, not an official vendor package.
Context & memory engineering for AI agents — a markdown-backed, local-first storage engine (substrates, agent memory, progressive disclosure). Your backlog is your agent's memory.
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 − 6.3 = 94. What the published surface and source actually contain:
| Points | What was found | Category |
|---|---|---|
| −6.3 | Untrusted input concatenated into a command sink MTC-SRC-009 | injection |
2. Client adoption risk — 94 − 6 = 88. 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 |
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.
In the server's implementation (`dist/cli/bridge.mjs:9`): 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: rt { spawn } from "node:child_process"; //#region src/cli/bridge.ts async function runBridge(port) { await ensureServer
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/bridge.mjs
In the server's implementation (`dist/cli/server-manager.mjs:6`): 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: rt { spawn } from "node:child_process"; import { request } from "node:http"; //#region src/cli/server-manager.ts const 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/cli/server-manager.mjs
In the server's implementation (`dist/server/port-collision.mjs:3`): 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: { execSync } from "node:child_process"; import { connect } from "node:net"; //#region src/server/port-collision.ts /** *
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/server/port-collision.mjs
In the server's implementation (`dist/storage/local/git-runner.mjs:1`): 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: spawnSync } from "node:child_process"; //#region src/storage/local/git-runner.ts /** * The one injectable git-plumbing
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/storage/local/git-runner.mjs
In the server's implementation (`dist/viewer/assets/index-gxnsLQ1C.js:343`): 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: r??{}}s||(this.#e=this)}exec(t){if(!this.#e){const{lazyCompile:s,...o}=this.rawOptions;this.#e=new to(this.#r,this.flags
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/viewer/assets/index-gxnsLQ1C.js
In the server's implementation (`dist/auth/oauth-routes.mjs:159`): 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 userResp = await fetch("https://api.github.com/user", { headers: { Authorization: `Bearer ${githubAccessToken}
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/auth/oauth-routes.mjs
In the server's implementation (`dist/server/port-collision.mjs:190`): A shell/process command assembled from concatenated or interpolated values is command injection when any part is attacker-influenced — the OWASP canonical RCE flow. Verify what reaches the interpolated value. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.
Evidence: { try { const pids = execSync(`lsof -ti TCP:${targetPort} -sTCP:LISTEN`, { encoding: "utf-8" }).trim().split("\n").ma
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/server/port-collision.mjs
Each tool and what it can reach — statically extracted from the published source.
backlog_consolidation_candidatesno sensitive capabilitybacklog_contradictionsno sensitive capabilitybacklog_deleteno sensitive capabilitybacklog_forgetno sensitive capabilitybacklog_getno sensitive capabilitybacklog_listno sensitive capabilitybacklog_recallno sensitive capabilitybacklog_rememberno sensitive capabilitybacklog_searchno sensitive capabilitybacklog_wakeupno sensitive capabilitywrite_resourceno sensitive capabilityScan 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 |
|---|---|---|---|---|
v0.74.0 latest |
B 88/100 | 7 | 1.13.0 | 2026-09-07 |
v0.70.0 |
B 88/100 | 7 | 1.13.0 | 2026-09-01 |
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 backlog-mcp --online
Independent packages implementing the same tool, scanned with the same engine. Compare all 5 side by side →
Backlog APIへのアクセスを提供するMCPサーバー
Read-only Backlog MCP server
[](https://mcptoplist.com/server/glama%2Fnulab%2Fbacklog-mcp-server)   — read issues, comments, attachments via API Key
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