MCP server · trust report

io.github.delimit-ai/delimit-mcp-server

2 checks that ran failed — permission scope and transport config — so this release can’t be trusted as-is.

Publisher
io.github.delimit-ai
Repository
github.com/delimit-ai/delimit-mcp-server
Install
npm:delimit-cli, npm:delimit-cli
Versions
2
Inspected
4 of 6 checks · 65%
Scored
2026-07-20 · rubric 1.0.0

What we checked

Six static checks, weighted by risk. Every result reflects only what could be observed in the published package and repository — never intent.

6 checks1 clean3 flagged2 not inspected
  • Injection surface

    unscannable25% of grade

    Tool descriptions/manifest scanned for instruction-injection patterns (imperatives at the model, hidden text, 'ignore previous', data-exfil URLs).

    No tool descriptions, server instructions, prompts, or resources were fetched; nothing to scan for injection.

  • Supply chain

    warn25% of grade

    Package provenance: namespace verification, repo linkage, maintainer count, account age, postinstall scripts, typosquat distance.

    install hook "postinstall" present and not a recognized benign build command

  • Credential hygiene

    pass15% of grade

    How the server takes secrets (env vs plaintext config vs hardcoded); secrets appearing in tool schemas.

    Reads secrets from the environment (e.g. lib/agent.js) — the recommended intake shape. PASS = no static red flag; static analysis cannot prove the code honors env-based secret handling at runtime.

  • Permission scope

    fail15% of grade

    Declared tools vs. breadth (filesystem, network, exec); flags shell-exec and unbounded filesystem access.

    HIGH: bin/delimit-cli.js: references a sensitive credential path (/.cursor/) — the tool-poisoning exfiltration target. HIGH: lib/hooks-installer.js: references a sensitive credential path (/.cursor/) — the tool-poisoning exfiltration target. HIGH: gateway/ai/integrations/opensage_wrapper.py: references a sensitive credential path (/.ssh/) — the tool-poisoning exfiltration target. HIGH: shell/exec capability AND network egress together — download-and-execute risk (lib/agent.js: imports child_process; scripts/postinstall.js: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (lib/agent.js: imports child_process; lib/api-engine.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename)). discloses shell/exec capability: lib/agent.js: imports child_process discloses shell/exec capability: lib/api-engine.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/auth-setup.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/cross-model-hooks.js: imports child_process and calls exec/spawn discloses shell/exec capability: bin/delimit-cli.js: imports child_process and calls exec/spawn discloses shell/exec capability: bin/delimit-setup.js: imports child_process and calls exec/spawn discloses shell/exec capability: bin/delimit.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/hooks-installer.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/proxy-handler.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/session-shell.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/session-worker.js: imports child_process and calls exec/spawn discloses shell/exec capability: gateway/ai/daemon.py: subprocess.* call discloses shell/exec capability: gateway/ai/data_plane.py: subprocess.* call discloses shell/exec capability: gateway/core/zero_spec/express_extractor.py: subprocess.* call discloses shell/exec capability: gateway/core/zero_spec/fastapi_extractor.py: subprocess.* call discloses shell/exec capability: gateway/ai/backends/gateway_core.py: subprocess.* call discloses shell/exec capability: gateway/ai/github_scanner.py: subprocess.* call discloses shell/exec capability: gateway/ai/backends/governance_bridge.py: subprocess.* call discloses shell/exec capability: gateway/ai/handoff_receipts.py: subprocess.* call discloses shell/exec capability: gateway/ai/ledger_manager.py: subprocess.* call discloses shell/exec capability: gateway/ai/ledger_propose.py: subprocess.* call discloses shell/exec capability: gateway/ai/mcp_bridge.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: gateway/core/zero_spec/nestjs_extractor.py: subprocess.* call discloses shell/exec capability: gateway/ai/backends/ops_bridge.py: subprocess.* call discloses shell/exec capability: gateway/ai/release_sync.py: subprocess.* call discloses shell/exec capability: gateway/ai/backends/repo_bridge.py: subprocess.* call discloses shell/exec capability: gateway/ai/screen_record.py: subprocess.* call discloses shell/exec capability: gateway/ai/server.py: subprocess.* call discloses shell/exec capability: gateway/ai/session_phoenix.py: subprocess.* call discloses shell/exec capability: gateway/ai/swarm.py: subprocess.* call discloses shell/exec capability: gateway/ai/backends/tools_design.py: subprocess.* call discloses shell/exec capability: gateway/ai/backends/tools_infra.py: subprocess.* call with shell=True (command-injection prone) discloses shell/exec capability: gateway/ai/backends/tools_real.py: subprocess.* call with shell=True (command-injection prone) discloses dynamic code execution: adapters/codex-security.js: uses eval(…) discloses dynamic code execution: gateway/ai/activate_helpers.py: uses eval/exec/__import__ discloses dynamic code execution: gateway/core/zero_spec/express_extractor.py: uses eval/exec/__import__ discloses dynamic code execution: gateway/ai/server.py: uses eval/exec/__import__ discloses dynamic code execution: gateway/ai/swarm.py: uses eval/exec/__import__ discloses dynamic code execution: gateway/ai/backends/tools_infra.py: uses eval/exec/__import__ discloses broad/destructive filesystem access: lib/api-engine.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/auth-setup.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/auth-setup.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/continuity-resolver.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/cross-model-hooks.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/cross-model-hooks.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: adapters/cursor-rules.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: adapters/cursor-rules.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: bin/delimit-cli.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: bin/delimit-cli.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: bin/delimit-setup.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: bin/delimit-setup.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: bin/delimit.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: bin/delimit.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/hooks-installer.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/platform-adapters.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: scripts/postinstall.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/session-shell.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/session-worker.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: gateway/ai/activate_helpers.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/agent_dispatch.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/core/auto_baseline.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/context_fs.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: scripts/crosspost_devto.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/daemon.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/daemon.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: gateway/ai/drift_monitor.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/events.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/core/zero_spec/express_extractor.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/core/zero_spec/express_extractor.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: gateway/core/zero_spec/fastapi_extractor.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/core/zero_spec/fastapi_extractor.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: gateway/ai/ledger_manager.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/core/zero_spec/nestjs_extractor.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/core/zero_spec/nestjs_extractor.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: gateway/ai/integrations/opensage_wrapper.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/prompt_drift.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/release_sync.py: path traversal ('../') combined with file access discloses broad/destructive filesystem access: gateway/ai/secrets_broker.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/server.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/server.py: recursive glob ('**') from a broad root discloses broad/destructive filesystem access: gateway/ai/siem_streaming.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/swarm.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/toolcard_cache.py: open(…, 'w'/'a'/'x') write-mode file access discloses broad/destructive filesystem access: gateway/ai/toolcard_cache.py: destructive filesystem call (shutil.rmtree/os.remove/etc.) discloses broad/destructive filesystem access: gateway/ai/tracing.py: open(…, 'w'/'a'/'x') write-mode file access Capability DISCLOSURE, not a verdict: static analysis sees the primitive is present and reachable, not whether its use is attacker-controlled.

  • Version behavior

    unscannable10% of grade

    Diff of tool definitions between versions; new permissions or changed descriptions in a patch release (the postmark-mcp class).

    no prior version to diff (first sight of io.github.delimit-ai/[email protected]); version-drift / rug-pull cannot be evaluated. Cold-start risk is covered by point-in-time checks (injection_surface, supply_chain, credential_hygiene), not here.

  • Transport config

    fail10% of grade

    Remote servers: TLS and auth mode (none/token/OAuth). Local servers: whether the manifest indicates it phones home.

    source performs runtime self-update / download-and-execute (bypasses version_behavior); sends telemetry to third-party SDK (Datadog) — disclosure, verify opt-in; manifest/source references heartbeat behavior — disclosure

Version history

Each release plotted by grade against the safe line at B. A version that sinks below the line has lost its trusted standing — the shape of a rug-pull.

VersionPublishedGradeScoreInspectedChange
v4.1.38 · current2026-04-04 C62.54/6 · 65%