Raw scan report

Atlasent — 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": "@atlasent/mcp-server",
    "source": {
      "kind": "package",
      "origin": "@atlasent/mcp-server"
    },
    "server": {
      "name": "@atlasent/mcp-server"
    }
  },
  "grade": "A",
  "score": {
    "score": 94,
    "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": "high",
        "label": "capability blast radius (high) — client exposure if the model is manipulated",
        "appliedPenalty": 6
      },
      {
        "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": "high",
    "reasons": [
      "can send data / act on an external service",
      "reads sensitive or local data",
      "has a read → egress path (a data-exfiltration surface)"
    ],
    "tags": [
      "external-sink",
      "sensitive-source"
    ]
  },
  "coverage": {
    "level": "source",
    "inputs": {
      "toolSurface": true,
      "implementationSource": true,
      "packageMetadata": true,
      "liveTransport": false
    },
    "caveats": [
      "Tools were statically extracted from the published source (39 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-003",
      "title": "Read-and-egress in one tool: \"atlasent_create_webhook\"",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tool \"atlasent_create_webhook\" can both read sensitive data and send data to an external destination. Even without an explicit untrusted-input leg, this is a single-call data-exfiltration path if the model is ever manipulated.",
      "remediation": "Separate reading from sending; require explicit user confirmation before egress of file/secret contents.",
      "location": {
        "kind": "flow",
        "name": "atlasent_create_webhook"
      },
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "tags": [
          "external-sink",
          "sensitive-source"
        ]
      }
    },
    {
      "ruleId": "MTC-FLOW-004",
      "title": "Sensitive-source and external-sink co-exist",
      "category": "exfiltration",
      "severity": "high",
      "confidence": "strong",
      "description": "Tools that read sensitive data ([atlasent_create_webhook]) and tools that can send data out ([atlasent_create_webhook, atlasent_delete_webhook]) are exposed together. An agent can move private data to the sink.",
      "remediation": "Keep secret-reading and egress capabilities on separate, separately-approved servers.",
      "location": {
        "kind": "flow",
        "name": "atlasent_create_webhook → atlasent_delete_webhook"
      },
      "evidence": "sources [atlasent_create_webhook] → sinks [atlasent_create_webhook, atlasent_delete_webhook]",
      "owasp": "LLM02:2025 Sensitive Information Disclosure",
      "references": [],
      "data": {
        "sources": [
          "atlasent_create_webhook"
        ],
        "sinks": [
          "atlasent_create_webhook",
          "atlasent_delete_webhook"
        ]
      }
    },
    {
      "ruleId": "MTC-CAP-007",
      "title": "Unconstrained URL/host parameter \"url\" on \"atlasent_create_webhook\"",
      "category": "network",
      "severity": "medium",
      "confidence": "heuristic",
      "description": "Tool \"atlasent_create_webhook\" takes a URL/host parameter \"url\" with no allowlist/pattern. An outbound-request tool with an unbounded destination enables SSRF and cloud-metadata access (e.g. 169.254.169.254).",
      "remediation": "Allowlist destinations or constrain the parameter; block private/link-local addresses server-side.",
      "location": {
        "kind": "tool",
        "name": "atlasent_create_webhook",
        "field": "inputSchema.properties.url"
      },
      "owasp": "LLM06:2025 Excessive Agency",
      "data": {
        "param": "url"
      }
    }
  ],
  "toxicFlows": [
    {
      "id": "flow-1",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "atlasent_create_webhook"
      ],
      "externalSink": [
        "atlasent_create_webhook"
      ],
      "selfContained": true,
      "description": "Tool \"atlasent_create_webhook\" both reads sensitive data and can send it externally."
    },
    {
      "id": "flow-2",
      "severity": "high",
      "confidence": "strong",
      "untrustedInput": [],
      "sensitiveSource": [
        "atlasent_create_webhook"
      ],
      "externalSink": [
        "atlasent_create_webhook",
        "atlasent_delete_webhook"
      ],
      "selfContained": false,
      "path": [
        "atlasent_create_webhook",
        "atlasent_delete_webhook"
      ],
      "pathWired": false,
      "description": "A sensitive-source → external-sink chain exists: atlasent_create_webhook → atlasent_delete_webhook."
    }
  ],
  "capabilities": [
    {
      "tool": "atlasent_list_scim_users",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_get_scim_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_create_scim_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_patch_scim_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_delete_scim_user",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_list_scim_groups",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_get_siem_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_upsert_siem_config",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_test_siem_delivery",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_list_evidence_exports",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_get_evidence_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_create_evidence_export",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "evaluate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "verify_permit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "deploy_service",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_evaluate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_list_policies",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_get_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_list_audit_events",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_create_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_update_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_delete_policy",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_revoke_permit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_list_permits",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_permit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_verify_permit",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_create_approval_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_resolve_approval_request",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_record_execution_evaluation",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_create_webhook",
      "tags": [
        "external-sink",
        "sensitive-source"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\""
        ],
        "sensitive-source": [
          "parameter \"secret\""
        ]
      }
    },
    {
      "tool": "atlasent_delete_webhook",
      "tags": [
        "external-sink"
      ],
      "reasons": {
        "external-sink": [
          "keyword \"webhook\"",
          "parameter \"webhook\""
        ]
      }
    },
    {
      "tool": "atlasent_trajectory_verify",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_evaluate_many",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_evaluate_stream",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_query",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_vqp_generate",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_vqp_verify",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_vqp_audit_summary",
      "tags": [],
      "reasons": {}
    },
    {
      "tool": "atlasent_vqp_drift_events",
      "tags": [],
      "reasons": {}
    }
  ],
  "surfaceDigest": "dd2b91746f4e00985251f04f7f4e52e34a6dc3b1726b758376192e9ce683d30e",
  "stats": {
    "tools": 39,
    "prompts": 0,
    "resources": 0,
    "findingsBySeverity": {
      "critical": 0,
      "high": 2,
      "medium": 1,
      "low": 0,
      "info": 0
    }
  }
}