Mantic.dzind — 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.
{
"tool": {
"name": "mcptrustchecker",
"version": "1.13.0",
"methodologyVersion": "mcptrustchecker-1.13"
},
"target": {
"id": "mantic.dzind",
"source": {
"kind": "package",
"origin": "mantic.dzind"
},
"server": {
"name": "mantic.dzind"
}
},
"grade": "A",
"score": {
"score": 92,
"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": "none",
"label": "publisher verification (unlinked) — no provenance/repo link, but the shipped source was fully read",
"appliedPenalty": 2
},
{
"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 (53 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: \"create_webhook\"",
"category": "exfiltration",
"severity": "high",
"confidence": "strong",
"description": "Tool \"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": "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 ([create_webhook]) and tools that can send data out ([send_email, create_sms, create_webhook, upload_file]) 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": "create_webhook → send_email"
},
"evidence": "sources [create_webhook] → sinks [send_email, create_sms, create_webhook, upload_file]",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"sources": [
"create_webhook"
],
"sinks": [
"send_email",
"create_sms",
"create_webhook",
"upload_file"
]
}
},
{
"ruleId": "MTC-SUP-012",
"title": "Package has no license",
"category": "hygiene",
"severity": "info",
"confidence": "strong",
"description": "\"mantic.dzind\" has no declared license. This is a legal/reuse concern, not a security finding.",
"location": {
"kind": "package",
"name": "mantic.dzind"
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"mantic.dzind\" declares no repository URL, so its published artifact cannot be compared against reviewable source.",
"remediation": "Prefer packages that link to public, reviewable source.",
"location": {
"kind": "package",
"name": "mantic.dzind"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"create_webhook"
],
"externalSink": [
"create_webhook"
],
"selfContained": true,
"description": "Tool \"create_webhook\" both reads sensitive data and can send it externally."
},
{
"id": "flow-2",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"create_webhook"
],
"externalSink": [
"send_email",
"create_sms",
"create_webhook",
"upload_file"
],
"selfContained": false,
"path": [
"create_webhook",
"create_sms"
],
"pathWired": true,
"description": "A sensitive-source → external-sink chain exists: create_webhook ⇒ create_sms."
}
],
"capabilities": [
{
"tool": "create_contact",
"tags": [],
"reasons": {}
},
{
"tool": "update_contact",
"tags": [],
"reasons": {}
},
{
"tool": "get_contact",
"tags": [],
"reasons": {}
},
{
"tool": "search_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "delete_contact",
"tags": [],
"reasons": {}
},
{
"tool": "add_contact_to_segment",
"tags": [],
"reasons": {}
},
{
"tool": "list_campaigns",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "create_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "add_contact_to_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "send_email",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"send_email\""
]
}
},
{
"tool": "list_emails",
"tags": [],
"reasons": {}
},
{
"tool": "get_email",
"tags": [],
"reasons": {}
},
{
"tool": "create_email_template",
"tags": [],
"reasons": {}
},
{
"tool": "list_forms",
"tags": [],
"reasons": {}
},
{
"tool": "get_form",
"tags": [],
"reasons": {}
},
{
"tool": "get_form_submissions",
"tags": [],
"reasons": {}
},
{
"tool": "list_segments",
"tags": [],
"reasons": {}
},
{
"tool": "create_segment",
"tags": [],
"reasons": {}
},
{
"tool": "get_segment_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "create_campaign_with_automation",
"tags": [],
"reasons": {}
},
{
"tool": "execute_campaign",
"tags": [],
"reasons": {}
},
{
"tool": "get_campaign_contacts",
"tags": [],
"reasons": {}
},
{
"tool": "list_assets",
"tags": [],
"reasons": {}
},
{
"tool": "get_asset",
"tags": [],
"reasons": {}
},
{
"tool": "create_asset",
"tags": [],
"reasons": {}
},
{
"tool": "list_pages",
"tags": [],
"reasons": {}
},
{
"tool": "create_page",
"tags": [],
"reasons": {}
},
{
"tool": "list_sms",
"tags": [],
"reasons": {}
},
{
"tool": "create_sms",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"sms\""
]
}
},
{
"tool": "list_companies",
"tags": [],
"reasons": {}
},
{
"tool": "create_company",
"tags": [],
"reasons": {}
},
{
"tool": "add_contact_to_company",
"tags": [],
"reasons": {}
},
{
"tool": "create_note",
"tags": [],
"reasons": {}
},
{
"tool": "get_contact_notes",
"tags": [],
"reasons": {}
},
{
"tool": "list_tags",
"tags": [],
"reasons": {}
},
{
"tool": "create_tag",
"tags": [],
"reasons": {}
},
{
"tool": "add_contact_tags",
"tags": [],
"reasons": {}
},
{
"tool": "list_categories",
"tags": [],
"reasons": {}
},
{
"tool": "create_category",
"tags": [],
"reasons": {}
},
{
"tool": "add_contact_points",
"tags": [],
"reasons": {}
},
{
"tool": "subtract_contact_points",
"tags": [],
"reasons": {}
},
{
"tool": "list_stages",
"tags": [],
"reasons": {}
},
{
"tool": "change_contact_stage",
"tags": [],
"reasons": {}
},
{
"tool": "list_contact_fields",
"tags": [],
"reasons": {}
},
{
"tool": "create_contact_field",
"tags": [],
"reasons": {}
},
{
"tool": "list_webhooks",
"tags": [],
"reasons": {}
},
{
"tool": "create_webhook",
"tags": [
"external-sink",
"sensitive-source"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
],
"sensitive-source": [
"parameter \"secret\""
]
}
},
{
"tool": "upload_file",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"upload_file\""
]
}
},
{
"tool": "list_reports",
"tags": [],
"reasons": {}
},
{
"tool": "create_report",
"tags": [],
"reasons": {}
},
{
"tool": "get_contact_activity",
"tags": [],
"reasons": {}
},
{
"tool": "get_email_stats",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "82e69e732fd446d749244596f9ac07ff9bd728b52305863df520585b04ec175b",
"stats": {
"tools": 53,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 2,
"medium": 0,
"low": 0,
"info": 2
}
}
}