Raw scan report

Anima Labs — the complete, unedited output of the deterministic mcptrustchecker engine v1.13.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.13.0",
    "methodologyVersion": "mcptrustchecker-1.13"
  },
  "target": {
    "id": "@anima-labs/mcp",
    "source": {
      "kind": "package",
      "origin": "@anima-labs/mcp"
    },
    "server": {
      "name": "@anima-labs/mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 97,
    "threatScore": 100,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 0,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "client",
        "term": "capability-exposure",
        "level": "moderate",
        "label": "capability blast radius (moderate) — client exposure if the model is manipulated",
        "appliedPenalty": 3
      },
      {
        "kind": "client",
        "term": "verification-discount",
        "level": "source",
        "label": "publisher verification (provenance) — cryptographic build provenance ties the artifact to its source",
        "appliedPenalty": 0
      },
      {
        "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.13"
  },
  "capability": {
    "level": "moderate",
    "reasons": [
      "ingests untrusted external content (a prompt-injection entry point)",
      "can send data / act on an external service"
    ],
    "tags": [
      "untrusted-input",
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (58 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-FLOW-005",
      "title": "Untrusted input can drive an external action",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "Untrusted-input tools ([agent_get, domain_get, email_get, email_thread_get, email_attachment_get, email_draft_get, phone_call_recording_get, sms_get, vault_credential_list]) co-exist with external-action tools ([agent_delete, sms_get, sms_thread_get, sms_send, webhook_get, webhook_set, webhook_delete, webhook_test]). 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": "agent_get → agent_delete"
      },
      "evidence": "untrusted [agent_get, domain_get, email_get, email_thread_get, email_attachment_get, email_draft_get, phone_call_recording_get, sms_get, vault_credential_list] ",
      "owasp": "LLM06:2025 Excessive Agency",
      "references": [],
      "data": {
        "untrusted": [
          "agent_get",
          "domain_get",
          "email_get",
          "email_thread_get",
          "email_attachment_get",
          "email_draft_get",
          "phone_call_recording_get",
          "sms_get",
          "vault_credential_list"
        ],
        "sinks": [
          "agent_delete",
          "sms_get",
          "sms_thread_get",
          "sms_send",
          "webhook_get",
          "webhook_set",
          "webhook_delete",
          "webhook_test"
        ]
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "medium",
      "confidence": "strong",
      "untrustedInput": [
        "agent_get",
        "domain_get",
        "email_get",
        "email_thread_get",
        "email_attachment_get",
        "email_draft_get",
        "phone_call_recording_get",
        "sms_get",
        "vault_credential_list"
      ],
      "sensitiveSource": [],
      "externalSink": [
        "agent_delete",
        "sms_get",
        "sms_thread_get",
        "sms_send",
        "webhook_get",
        "webhook_set",
        "webhook_delete",
        "webhook_test"
      ],
      "selfContained": false,
      "description": "Untrusted input can drive an external action even though no sensitive source is exposed."
    }
  ],
  "capabilities": [
    {
      "tool": "agent_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "agent_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "agent_delete",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "domain_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "domain_verify",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "domain_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "domain_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "domain_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "domain_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "domain_zone_file",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "email_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_reply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_forward",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_thread_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "email_attachment_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "email_draft_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_draft_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ]
      }
    },
    {
      "tool": "email_draft_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_draft_send",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "email_draft_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_number_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_number_provision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_number_release",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_call_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_call_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_call_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_call_transcript_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "phone_call_recording_get",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"download\""
        ]
      }
    },
    {
      "tool": "voice_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "provisioning_request_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "provisioning_request_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "provisioning_request_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "provisioning_request_cancel",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sms_get",
      "tags": [
        "untrusted-input",
        "external-sink"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"fetch\""
        ],
        "external-sink": [
          "keyword \"sms\""
        ]
      }
    },
    {
      "tool": "sms_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sms_thread_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sms_thread_get",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"sms\""
        ]
      }
    },
    {
      "tool": "sms_send",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"sms\""
        ]
      }
    },
    {
      "tool": "vault_provision",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vault_credential_list",
      "tags": [
        "untrusted-input"
      ],
      "reasons": {
        "untrusted-input": [
          "keyword \"browse\""
        ]
      }
    },
    {
      "tool": "vault_credential_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vault_credential_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vault_credential_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vault_credential_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vault_credential_search",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vault_credential_get_totp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "webhook_get",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "webhook_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "webhook_set",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "webhook_delete",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "webhook_test",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "account_overview",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "usage_overview",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "47356dc26fd2f0e4bc06a42ee19fe17afb75b74e84331121602e2a82ae639618",
  "stats": {
    "tools": 58,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}