Raw scan report

Aethereum — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.0, scanned . Every finding, capability tag and score component below is exactly what the engine produced — no AI, no post-processing.

← Back to the scan page
{
  "tool": {
    "name": "mcptrustchecker",
    "version": "1.8.0",
    "methodologyVersion": "mcptrustchecker-1.8"
  },
  "target": {
    "id": "aethereum",
    "source": {
      "kind": "package",
      "origin": "aethereum"
    },
    "server": {
      "name": "aethereum"
    }
  },
  "grade": "B",
  "score": {
    "score": 89,
    "threatScore": 100,
    "grade": "B",
    "band": "B",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "critical",
        "label": "capability blast radius (critical) — client exposure if the model is manipulated",
        "appliedPenalty": 10
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "repo",
        "label": "publisher verification (public source) — no provenance, but the source is public and inspectable",
        "appliedPenalty": 1
      },
      {
        "kind": "client",
        "term": "coverage-honesty",
        "level": "source",
        "label": "inspection depth (source) — how much of the target the scan could see",
        "appliedPenalty": 0
      }
    ],
    "gatesFired": [],
    "methodologyVersion": "mcptrustchecker-1.8"
  },
  "capability": {
    "level": "critical",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service",
      "can execute shell commands or code",
      "untrusted input can reach code execution"
    ],
    "tags": [
      "external-sink",
      "untrusted-input",
      "code-exec"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (47 recovered), not enumerated from a running server. Tool-poisoning, Unicode-smuggling, capability and toxic-flow analysis ran on this inferred surface, but a mis-parsed registration could be missed or mis-attributed, so tool-derived findings are capped below “confirmed”. To grade the real runtime surface, scan the running server: --command \"npx -y <package>\"."
    ]
  },
  "findings": [
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/chunk-CDPG6CHJ.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/chunk-CDPG6CHJ.js:28`): 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.",
      "remediation": "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": {
        "kind": "server",
        "name": "dist/chunk-CDPG6CHJ.js"
      },
      "evidence": "child_process",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/chunk-CDPG6CHJ.js",
        "line": 28
      }
    },
    {
      "ruleId": "MTC-SRC-002",
      "title": "Shell/command execution in server code (dist/cli/index.js)",
      "category": "permissions",
      "severity": "high",
      "confidence": "strong",
      "description": "In the server's implementation (`dist/cli/index.js:106`): 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.",
      "remediation": "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": {
        "kind": "server",
        "name": "dist/cli/index.js"
      },
      "evidence": "child_process",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-002",
        "file": "dist/cli/index.js",
        "line": 106
      }
    },
    {
      "ruleId": "MTC-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([aethereum__fetch_code]) co-exist with external-action tools ([aethereum__send_message, send_message]). A prompt injection could cause unwanted external actions, though no direct sensitive-data leak path was found.",
      "remediation": "Require confirmation for state-changing/egress actions triggered after processing untrusted content.",
      "location": {
        "kind": "flow",
        "name": "aethereum__fetch_code → aethereum__send_message"
      },
      "evidence": "untrusted [aethereum__fetch_code] → sinks [aethereum__send_message, send_message]",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "aethereum__fetch_code"
        ],
        "sinks": [
          "aethereum__send_message",
          "send_message"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "aethereum__fetch_code"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "aethereum__send_message",
        "send_message"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "aethereum__share_intent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__declare_contract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__set_contract_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__propose_contract",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__respond_to_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__finalize_proposal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__record_decision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__set_brief",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__ask_human",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__record_verification",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__set_goal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__update_goal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__set_directive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__clear_directive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__claim",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__release",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__depend_on",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__set_ruleset",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__get_contract_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__create_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__update_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__claim_ticket",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__share_plan",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__send_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "aethereum__get_team_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__await_team_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__blast_radius",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__linked_prs",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__share_code",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__fetch_code",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "aethereum__offer_handoff",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__search_memory",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__room_view",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__catch_up",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__search_by_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__search_by_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__set_mode",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__join_room",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__leave_room",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__admin__set_mode_for",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__admin__kick",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__admin__mute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aethereum__admin__unmute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "catch_up",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_by_text",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_by_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    }
  ],
  "surfaceDigest": "7d048981152d37c68a906e244f0831f60a733a984b2b48d627cbf42c5f6d32c0",
  "stats": {
    "tools": 47,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}