Raw scan report

Agent Passport System — 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": "agent-passport-system-mcp",
    "source": {
      "kind": "package",
      "origin": "agent-passport-system-mcp"
    },
    "server": {
      "name": "agent-passport-system-mcp"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "threatScore": 99,
    "grade": "A",
    "band": "A",
    "categorySubtotals": {
      "injection": 0,
      "exfiltration": 0,
      "permissions": 0,
      "supply-chain": 1.2,
      "network": 0,
      "hygiene": 0
    },
    "vector": [
      {
        "kind": "threat",
        "ruleId": "MTC-SUP-010",
        "category": "supply-chain",
        "severity": "low",
        "confidence": "heuristic",
        "rawWeight": 3,
        "confidenceMult": 0.4,
        "diminishingFactor": 1,
        "appliedPenalty": 1.2
      },
      {
        "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": [
      "can send data / act on an external service"
    ],
    "tags": [
      "external-sink"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (152 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-003",
      "title": "Hardcoded egress to an external endpoint (build/index.js)",
      "category": "exfiltration",
      "severity": "medium",
      "confidence": "strong",
      "description": "In the server's implementation (`build/index.js:2011`): 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.",
      "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": "build/index.js"
      },
      "evidence": "const response = await fetch('https://api.github.com/repos/aeoess/aeoess_web/issues', { method: 'POST',",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "data": {
        "rule": "MTC-SRC-003",
        "file": "build/index.js",
        "line": 2011,
        "nonRuntime": false
      }
    },
    {
      "ruleId": "MTC-SUP-010",
      "title": "Package runs install-time scripts (postinstall)",
      "category": "supply-chain",
      "severity": "low",
      "confidence": "heuristic",
      "description": "\"agent-passport-system-mcp\" executes postinstall script(s) at install time. An install hook runs at install time; most are routine build/setup, but review what it does before trusting it.",
      "remediation": "Review the scripts; install with --ignore-scripts where possible and vet what they do.",
      "location": {
        "kind": "package",
        "name": "agent-passport-system-mcp"
      },
      "evidence": "echo '\\n🔑 Agent Passport MCP installed! Run: npx agent-passport-system-mcp setup\\n   Or for zero-install remote: npx agent-passport-system-mcp setup --remote\\n",
      "owasp": "LLM03:2025 Supply Chain",
      "references": [
        "https://github.com/ossf/package-analysis",
        "https://owasp.org/www-project-top-10-ci-cd-security-risks/"
      ],
      "data": {
        "scripts": [
          "postinstall"
        ]
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "list_profiles",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tools_for_scope",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "identify",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_keys",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "issue_passport",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_issuer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_passport_grade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_issuance_records",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_behavioral_sequence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_my_role",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_task_brief",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "assign_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "review_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "handoff_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "complete_task",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "accept_assignment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_evidence",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "submit_deliverable",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_tasks",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_task_detail",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_delegation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_delegation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_delegation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sub_delegate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "post_agora_message",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agora_topics",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agora_thread",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_agora_by_topic",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_agora_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_agora_public",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "send_message",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"send_message\""
        ]
      }
    },
    {
      "tool": "check_messages",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "broadcast",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "list_agents",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "load_values_floor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "attest_to_floor",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_intent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "evaluate_intent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "commerce_preflight",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_commerce_spend",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "request_human_approval",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_agent_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "execute_with_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "complete_action",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_principal",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "endorse_agent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_endorsement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "revoke_endorsement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_disclosure",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_fleet_status",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_authority",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_tier",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "review_promotion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "update_reputation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_promotion_history",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_gateway",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gateway_process_tool_call",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gateway_approve",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "gateway_stats",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "search_matches",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "get_digest",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "request_intro",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "respond_to_intro",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "remove_intent_card",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_policy_context",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_v2_delegation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "supersede_v2_delegation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_outcome_record",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_principal_report",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "define_emergency_pathway",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "activate_emergency",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_artifact_provenance",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "register_data_source",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_data_enforcement_gate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "query_contributions",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_settlement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_derivation_receipt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_lineage",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "evaluate_revocation_impact",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_decision_lineage_receipt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_purpose_permitted",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_retention_expired",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_aggregate_constraints",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_jurisdiction_transfer",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compute_governance_taint",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "file_data_dispute",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_combination_permitted",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_access_snapshot",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "detect_purpose_drift",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_rights_propagation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "declare_reidentification_risk",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_governance_block",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_governance_block",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "parse_governance_block_html",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "check_usage_permitted",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "generate_aps_txt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_aps_txt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "resolve_path_terms",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_chained_governance_block",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "governance_360",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_access_receipt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_charter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_charter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sign_charter",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "propose_amendment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "sign_amendment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_amendment",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_approval_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "add_approval_signature",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_hybrid_timestamp",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compare_timestamps",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "validate_temporal_rights",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "create_reserve_attestation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "vouch_reputation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "apply_reputation_downgrade",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "compute_action_ref",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "is_evidence_fresh",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "classify_evidence_quality",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "rotate_key",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_rotation_chain",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "is_key_active",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_create_attribution_receipt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_sign_attribution_consent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_verify_attribution_consent",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_check_artifact_citations",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_attribution_receipt_id",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_create_provisional",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_promote_statement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_verify_promotion",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_withdraw_provisional",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_check_escalation_required",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_record_owner_confirmation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_construct_attribution_primitive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_project_attribution",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_verify_attribution_projection",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_verify_attribution_primitive",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_check_projection_consistency",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_compute_attribution_action_ref",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_compute_data_axis_weights",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_compute_compute_axis_weights",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_aggregate_settlement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_verify_settlement",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_build_contributor_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mutualAuthBuildCertificate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mutualAuthVerifyAttest",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mutualAuthDeriveSession",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "mutualAuthVerifyTrustBundle",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_capability_issue_challenge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_capability_evaluate_authority",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_capability_mint_receipt",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "aps_capability_sign_effect",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "810855a23e43d87dc84eee235bf5f32286247142eedf6305a8f0a8d7c5556083",
  "stats": {
    "tools": 152,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 1,
      "low": 1,
      "info": 0
    }
  }
}