MCP server · trust report

io.github.abhinavteja123/codemore

1 check that ran failed — permission scope — so this release can’t be trusted as-is.

Publisher
io.github.abhinavteja123
Repository
github.com/abhinavteja123/codemore
Install
npm:codemore
Versions
1
Inspected
4 of 6 checks · 65%
Scored
2026-07-21 · 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; dependency "@sentry/node" is edit-distance 2 from popular package "@babel/core" (typosquat candidate)

  • 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/daemon/services/aiService.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: lib/daemon/cli/ignoreResolver.js: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: lib/daemon/cli/commands/serve-mcp.js: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: lib/shared/packs/vibe-secrets/vibe-mcp-config-secret.js: references a sensitive credential path (/mcp.json) — the tool-poisoning exfiltration target. HIGH: shell/exec capability AND network egress together — download-and-execute risk (lib/daemon/external/bandit.js: imports child_process; lib/daemon/services/aiService.js: outbound HTTP/socket call). HIGH: shell/exec capability AND destructive filesystem writes together (lib/daemon/external/bandit.js: imports child_process; lib/daemon/services/agenticFixer.js: path traversal ('../') combined with file access). discloses shell/exec capability: lib/daemon/external/bandit.js: imports child_process discloses shell/exec capability: lib/daemon/services/binaryDownloader.js: imports child_process discloses shell/exec capability: lib/daemon/external/biome.js: imports child_process discloses shell/exec capability: lib/daemon/external/clippy.js: imports child_process discloses shell/exec capability: lib/shared/packs/core-security/core-security-shell-injection.js: imports child_process and calls exec/spawn discloses shell/exec capability: scripts/download-binaries.js: imports child_process discloses shell/exec capability: lib/daemon/services/externalToolRunner.js: imports child_process discloses shell/exec capability: lib/daemon/external/gitleaks.js: imports child_process discloses shell/exec capability: lib/daemon/external/golangci.js: imports child_process discloses shell/exec capability: lib/daemon/external/npm-audit.js: imports child_process discloses shell/exec capability: lib/daemon/external/pip-audit.js: imports child_process discloses shell/exec capability: lib/daemon/external/ruff.js: imports child_process discloses shell/exec capability: scripts/validate-rule-pr.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/shared/packs/core-security/vibe-prompt-injection-sink.js: imports child_process and calls exec/spawn discloses shell/exec capability: lib/shared/packs/core-security/vibe-supply-chain-hallucinated-import.js: imports child_process discloses dynamic code execution: lib/shared/packs/core-security/core-security-eval.js: uses new Function(…) discloses dynamic code execution: lib/shared/packs/core-security/core-security-eval.js: uses eval(…) discloses dynamic code execution: lib/shared/packs/core-security/core-security-insecure-deserialization.js: uses eval(…) discloses dynamic code execution: lib/shared/packs/core-security/core-security-py-eval.js: uses eval(…) discloses dynamic code execution: lib/shared/rules/pythonHelpers.js: uses eval(…) discloses dynamic code execution: lib/daemon/services/staticAnalyzer.js: uses new Function(…) discloses dynamic code execution: lib/daemon/services/staticAnalyzer.js: uses eval(…) discloses dynamic code execution: lib/shared/rules/stripContent.js: uses eval(…) discloses dynamic code execution: lib/shared/rules/suppression.js: uses eval(…) discloses dynamic code execution: lib/shared/packs/core-security/vibe-prompt-injection-sink.js: uses new Function(…) discloses dynamic code execution: lib/shared/packs/core-security/vibe-prompt-injection-sink.js: uses eval(…) discloses broad/destructive filesystem access: lib/daemon/services/agenticFixer.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/aiService.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/analysisQueue.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/commands/baseline.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/daemon/cli/commands/baseline.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/binaryDownloader.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/daemon/services/binaryDownloader.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/configLoader.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/contextMap.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-async-without-await.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-cyclomatic-complexity.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-dead-conditional.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-empty-except.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-leftover-print.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-py-async-without-await.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-py-cyclomatic-complexity.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-py-unreachable-code.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-py-unused-import.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-py-unused-variable.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-unreachable-code.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-unused-import.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-quality-unused-variable.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-security/core-security-path-traversal.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-security/core-security-py-eval.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-security/core-security-py-shell-injection.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-security/core-security-shell-injection.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-quality/core-typescript-non-null-assertion-abuse.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: scripts/download-binaries.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: scripts/download-binaries.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/externalToolRunner.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/fileWatcher.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/commands/fix.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/daemon/cli/commands/fix.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/index.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/index.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/commands/mcp.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/daemon/cli/commands/mcp.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/projectScanner.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/registerPacks.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/registryAdapter.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/commands/scan.js: destructive/writing fs.* call (write/unlink/rm/chmod/rename) discloses broad/destructive filesystem access: lib/daemon/cli/commands/scan.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/cli/commands/serve-mcp.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/mcp/server.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/severityRemapper.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/staticAnalyzer.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/suggestionEngine.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/daemon/services/validatorHarness.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/vibe-auth/vibe-auth-missing-session-check.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/vibe-frontend/vibe-no-rate-limit.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/vibe-secrets/vibe-public-env-leak.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-security/vibe-py-ssrf-fetch-user-input.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/vibe-supabase/vibe-supabase-anon-key-bundled.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/core-security/vibe-supply-chain-hallucinated-import.js: path traversal ('../') combined with file access discloses broad/destructive filesystem access: lib/shared/packs/vibe-frontend/vibe-xss-dangerously-set.js: path traversal ('../') combined with 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.abhinavteja123/[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

    warn10% of grade

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

    sends telemetry to third-party SDK (datadog) — disclosure, verify opt-in; manifest/source references telemetry 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
v0.2.8 · current2026-07-11 C67.54/6 · 65%