Sunucu — the complete, unedited output of the deterministic mcptrustchecker engine v1.8.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.8.0",
"methodologyVersion": "mcptrustchecker-1.8"
},
"target": {
"id": "@otwa/sunucu-mcp",
"source": {
"kind": "package",
"origin": "@otwa/sunucu-mcp"
},
"server": {
"name": "@otwa/sunucu-mcp"
}
},
"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.8"
},
"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 (37 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-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"sunucu_create_webhook\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"sunucu_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": "sunucu_create_webhook",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"url\" on \"sunucu_update_webhook\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"sunucu_update_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": "sunucu_update_webhook",
"field": "inputSchema.properties.url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "url"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "sunucu_get_account",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_invoices",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_invoice",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_wallet",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_wallet_transactions",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_domains",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_domain",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_update_domain",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_hosting",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_hosting",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_set_hosting_custom_domain",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_verify_hosting_custom_domain",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_remove_hosting_custom_domain",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_servers",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_server",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_server_stats",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_snapshots",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_power_server",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_reset_server_password",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_create_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_delete_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_reinstall_server",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_revert_snapshot",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_terminate_server",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_tickets",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_get_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_open_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_reply_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_close_ticket",
"tags": [],
"reasons": {}
},
{
"tool": "sunucu_list_webhooks",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_get_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_list_webhook_deliveries",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_create_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_update_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_delete_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_rotate_webhook_secret",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
},
{
"tool": "sunucu_redeliver_webhook",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"keyword \"webhook\""
]
}
}
],
"surfaceDigest": "45962a277a3863d576bb944cfae9c31c337cc7ea49fb2f30e59220811270e997",
"stats": {
"tools": 37,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 2,
"low": 0,
"info": 0
}
}
}