Raw scan report

Devrev Python Sdk — the complete, unedited output of the deterministic mcptrustchecker engine v1.9.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.9.0",
    "methodologyVersion": "mcptrustchecker-1.9"
  },
  "target": {
    "id": "devrev-python-sdk",
    "source": {
      "kind": "package",
      "origin": "devrev-python-sdk"
    },
    "server": {
      "name": "devrev-python-sdk"
    }
  },
  "grade": "A",
  "score": {
    "score": 96,
    "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": "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.9"
  },
  "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 (98 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-005",
      "title": "Dynamic module load from a non-literal in packaging/dev tooling (tests/integration/utils/data_manager.py)",
      "category": "permissions",
      "severity": "low",
      "confidence": "heuristic",
      "description": "In a packaging/dev/install script (shipped, but not the server runtime) (`tests/integration/utils/data_manager.py:176`): Loading a module chosen at runtime (from a variable) can pull in and run attacker-influenced code paths. 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": "tests/integration/utils/data_manager.py"
      },
      "evidence": "delete( __import__( \"devrev.models.articles\", fromlist=[\"ArticlesDeleteRequest\"]",
      "owasp": "LLM05:2025 Improper Output Handling",
      "data": {
        "rule": "MTC-SRC-005",
        "file": "tests/integration/utils/data_manager.py",
        "line": 176,
        "nonRuntime": true
      }
    },
    {
      "ruleId": "MTC-SUP-012",
      "title": "Package has no license",
      "category": "hygiene",
      "severity": "info",
      "confidence": "strong",
      "description": "\"devrev-python-sdk\" has no declared license. This is a legal/reuse concern, not a security finding.",
      "location": {
        "kind": "package",
        "name": "devrev-python-sdk"
      }
    }
  ],
  "toxicFlows": [],
  "capabilities": [
    {
      "tool": "devrev_accounts_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_accounts_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_accounts_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_accounts_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_accounts_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_accounts_merge",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_articles_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_articles_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_articles_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_articles_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_articles_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_articles_count",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_list_modified_since",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_conversations_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_engagements_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_engagements_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_engagements_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_engagements_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_engagements_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_engagements_count",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_add_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_remove_member",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_list_members",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_groups_members_count",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_incidents_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_incidents_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_incidents_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_incidents_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_incidents_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_incidents_group",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_links_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_links_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_links_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_links_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_parts_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_parts_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_parts_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_parts_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_parts_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_parts_move",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_question_answers_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_question_answers_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_question_answers_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_question_answers_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_question_answers_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_recommendations_reply",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_recommendations_chat",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_orgs_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_orgs_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_orgs_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_orgs_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_orgs_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_search_hybrid",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_search_core",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_server_info",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_slas_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_slas_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_slas_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_slas_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_slas_transition",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_tags_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_tags_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_tags_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_tags_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_tags_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_timeline_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_timeline_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_timeline_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_timeline_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_timeline_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_dev_users_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_dev_users_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_users_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_users_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_rev_users_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_webhooks_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_webhooks_get",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "devrev_webhooks_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_webhooks_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_webhooks_delete",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ]
      }
    },
    {
      "tool": "devrev_works_list",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_get",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_create",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_update",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_delete",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_count",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_list_modified_since",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "devrev_works_list_created_since",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "306bf9a15431a99918060f5ee5d60bf14917127f03127d6d64c357bbc1661281",
  "stats": {
    "tools": 98,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 0,
      "medium": 0,
      "low": 1,
      "info": 1
    }
  }
}