Dominusnode — 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": "@dominusnode/mcp-server",
"source": {
"kind": "package",
"origin": "@dominusnode/mcp-server"
},
"server": {
"name": "@dominusnode/mcp-server"
}
},
"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": [
"ingests untrusted external content (a prompt-injection entry point)",
"can send data / act on an external service",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"untrusted-input, sensitive-source and egress co-exist across tools (toxic-flow surface)"
],
"tags": [
"untrusted-input",
"sensitive-source",
"external-sink"
]
},
"coverage": {
"level": "source",
"inputs": {
"toolSurface": true,
"implementationSource": true,
"packageMetadata": true,
"liveTransport": false
},
"caveats": [
"Tools were statically extracted from the published source (67 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-002",
"title": "Completed toxic-flow trifecta across tools",
"category": "exfiltration",
"severity": "critical",
"confidence": "strong",
"description": "This server (without client built-ins) exposes a complete data-exfiltration chain: dominusnode_fetch → dominusnode_list_keys → dominusnode_pay_stripe. Untrusted input is ingested, private data is read, and it can be sent to an external sink via the agent composing the tools (→). Static analysis proves the primitive exists, not that a specific run will occur.",
"remediation": "Remove one leg of the trifecta: isolate untrusted-input tools from secret-reading tools and from egress tools, or require human approval between them.",
"location": {
"kind": "flow",
"name": "dominusnode_fetch → dominusnode_list_keys → dominusnode_pay_stripe"
},
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"untrusted": [
"dominusnode_fetch",
"dominusnode_get_active_sessions"
],
"sources": [
"dominusnode_list_keys",
"dominusnode_team_list_keys"
],
"sinks": [
"dominusnode_pay_stripe"
],
"path": [
"dominusnode_fetch",
"dominusnode_list_keys",
"dominusnode_pay_stripe"
],
"edges": [
{
"from": "dominusnode_fetch",
"to": "dominusnode_list_keys",
"kind": "agent-mediated"
},
{
"from": "dominusnode_list_keys",
"to": "dominusnode_pay_stripe",
"kind": "agent-mediated"
}
],
"wired": false
}
},
{
"ruleId": "MTC-SUP-011",
"title": "Package declares no source repository",
"category": "supply-chain",
"severity": "info",
"confidence": "strong",
"description": "\"@dominusnode/mcp-server\" 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": "@dominusnode/mcp-server"
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "critical",
"confidence": "strong",
"untrustedInput": [
"dominusnode_fetch",
"dominusnode_get_active_sessions"
],
"sensitiveSource": [
"dominusnode_list_keys",
"dominusnode_team_list_keys"
],
"externalSink": [
"dominusnode_pay_stripe"
],
"selfContained": false,
"path": [
"dominusnode_fetch",
"dominusnode_list_keys",
"dominusnode_pay_stripe"
],
"pathWired": false,
"description": "A cross-tool exfiltration chain exists: dominusnode_fetch → dominusnode_list_keys → dominusnode_pay_stripe."
}
],
"capabilities": [
{
"tool": "dominusnode_bootstrap_help",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_account_info",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_register",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_login",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_setup",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_update_password",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_verify_email",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_resend_verification",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_create_agent_secret",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_x402_info",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_create",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_balance",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_fund",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_list",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_freeze",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_unfreeze",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_update_wallet_policy",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_delete",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_agent_wallet_transactions",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_pay_crypto",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_check_payment",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_fetch",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "dominusnode_list_keys",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_keys\""
]
}
},
{
"tool": "dominusnode_create_key",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_revoke_key",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_mpp_info",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_mpp_challenge",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_pay_mpp",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_mpp_session_open",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_mpp_session_close",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_pay_paypal",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_plan",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_list_plans",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_change_plan",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_proxy_config",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_proxy_status",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_active_sessions",
"tags": [
"untrusted-input"
],
"reasons": {
"untrusted-input": [
"keyword \"fetch\""
]
}
},
{
"tool": "dominusnode_check_slots",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_join_waitlist",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_waitlist_count",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_pay_stripe",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "dominusnode_create_team",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_list_teams",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_details",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_update",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_update_member_role",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_add_member",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_remove_member",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_fund",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_create_key",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_revoke_key",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_usage",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_list_members",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_invite_member",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_list_invites",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_cancel_invite",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_team_list_keys",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"list_keys\""
]
}
},
{
"tool": "dominusnode_team_delete",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_usage",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_daily_usage",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_top_hosts",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_wallet_challenge",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_register_wallet",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_wallet_setup",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_balance",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_forecast",
"tags": [],
"reasons": {}
},
{
"tool": "dominusnode_get_transactions",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "d6a1c1297b49cee1f37b57db53a82c0d08f9ef2fbfddfed7819bce3c1b73c3b5",
"stats": {
"tools": 67,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 1,
"high": 0,
"medium": 0,
"low": 0,
"info": 1
}
}
}