Musicgpt — 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": "mcp-server-musicgpt",
"source": {
"kind": "package",
"origin": "mcp-server-musicgpt"
},
"server": {
"name": "mcp-server-musicgpt"
}
},
"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.13"
},
"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 (24 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 \"webhook_url\" on \"generate_music\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"generate_music\" takes a URL/host parameter \"webhook_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": "generate_music",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"create_cover_song\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_cover_song\" takes a URL/host parameter \"audio_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": "create_cover_song",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"create_cover_song\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_cover_song\" takes a URL/host parameter \"webhook_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": "create_cover_song",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"generate_sound_effect\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"generate_sound_effect\" takes a URL/host parameter \"webhook_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": "generate_sound_effect",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"voice_changer\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"voice_changer\" takes a URL/host parameter \"audio_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": "voice_changer",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"voice_changer\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"voice_changer\" takes a URL/host parameter \"webhook_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": "voice_changer",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"text_to_speech\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"text_to_speech\" takes a URL/host parameter \"webhook_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": "text_to_speech",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"extract_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"extract_audio\" takes a URL/host parameter \"audio_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": "extract_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"extract_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"extract_audio\" takes a URL/host parameter \"webhook_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": "extract_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"denoise_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"denoise_audio\" takes a URL/host parameter \"audio_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": "denoise_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"denoise_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"denoise_audio\" takes a URL/host parameter \"webhook_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": "denoise_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"deecho_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"deecho_audio\" takes a URL/host parameter \"audio_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": "deecho_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"deecho_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"deecho_audio\" takes a URL/host parameter \"webhook_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": "deecho_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"dereverb_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"dereverb_audio\" takes a URL/host parameter \"audio_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": "dereverb_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"dereverb_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"dereverb_audio\" takes a URL/host parameter \"webhook_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": "dereverb_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"convert_audio_format\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"convert_audio_format\" takes a URL/host parameter \"audio_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": "convert_audio_format",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"convert_audio_format\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"convert_audio_format\" takes a URL/host parameter \"webhook_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": "convert_audio_format",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"cut_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"cut_audio\" takes a URL/host parameter \"audio_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": "cut_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"cut_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"cut_audio\" takes a URL/host parameter \"webhook_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": "cut_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"change_audio_speed\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"change_audio_speed\" takes a URL/host parameter \"audio_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": "change_audio_speed",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"change_audio_speed\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"change_audio_speed\" takes a URL/host parameter \"webhook_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": "change_audio_speed",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"master_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"master_audio\" takes a URL/host parameter \"audio_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": "master_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"master_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"master_audio\" takes a URL/host parameter \"webhook_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": "master_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"remix_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"remix_audio\" takes a URL/host parameter \"audio_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": "remix_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"remix_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"remix_audio\" takes a URL/host parameter \"webhook_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": "remix_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"extend_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"extend_audio\" takes a URL/host parameter \"audio_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": "extend_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"extend_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"extend_audio\" takes a URL/host parameter \"webhook_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": "extend_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"inpaint_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"inpaint_audio\" takes a URL/host parameter \"audio_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": "inpaint_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"inpaint_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"inpaint_audio\" takes a URL/host parameter \"webhook_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": "inpaint_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"instrumental_url\" on \"sing_over_instrumental\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"sing_over_instrumental\" takes a URL/host parameter \"instrumental_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": "sing_over_instrumental",
"field": "inputSchema.properties.instrumental_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "instrumental_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"sing_over_instrumental\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"sing_over_instrumental\" takes a URL/host parameter \"webhook_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": "sing_over_instrumental",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"transcribe_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"transcribe_audio\" takes a URL/host parameter \"audio_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": "transcribe_audio",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"transcribe_audio\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"transcribe_audio\" takes a URL/host parameter \"webhook_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": "transcribe_audio",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"extract_key_bpm\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"extract_key_bpm\" takes a URL/host parameter \"audio_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": "extract_key_bpm",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"extract_key_bpm\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"extract_key_bpm\" takes a URL/host parameter \"webhook_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": "extract_key_bpm",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"audio_url\" on \"audio_to_midi\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"audio_to_midi\" takes a URL/host parameter \"audio_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": "audio_to_midi",
"field": "inputSchema.properties.audio_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "audio_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"webhook_url\" on \"audio_to_midi\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"audio_to_midi\" takes a URL/host parameter \"webhook_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": "audio_to_midi",
"field": "inputSchema.properties.webhook_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "webhook_url"
}
}
],
"toxicFlows": [],
"capabilities": [
{
"tool": "get_conversion_by_id",
"tags": [],
"reasons": {}
},
{
"tool": "get_all_voices",
"tags": [],
"reasons": {}
},
{
"tool": "search_voices",
"tags": [],
"reasons": {}
},
{
"tool": "generate_music",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "create_cover_song",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "generate_sound_effect",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "voice_changer",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "text_to_speech",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "extract_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "denoise_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "deecho_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "dereverb_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "convert_audio_format",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "cut_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "change_audio_speed",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "master_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "remix_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "extend_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "inpaint_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "sing_over_instrumental",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "transcribe_audio",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "extract_key_bpm",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "audio_to_midi",
"tags": [
"external-sink"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
]
}
},
{
"tool": "generate_lyrics",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "4186b68619c1d7e2b870eaf47a9a19efabe5f5477962926b7dd1f56887e13ab6",
"stats": {
"tools": 24,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 0,
"medium": 37,
"low": 0,
"info": 0
}
}
}