Coolify — 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": "coolify-mcp-server",
"source": {
"kind": "package",
"origin": "coolify-mcp-server"
},
"server": {
"name": "coolify-mcp-server"
}
},
"grade": "A",
"score": {
"score": 93,
"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": "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": "high",
"reasons": [
"can send data / act on an external service",
"reads sensitive or local data",
"has a read → egress path (a data-exfiltration surface)",
"can execute shell commands or code"
],
"tags": [
"code-exec",
"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 (111 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_github_app\"",
"category": "exfiltration",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_github_app\" 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_github_app"
},
"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 ([get_environment, create_github_app]) and tools that can send data out ([create_hetzner_server, create_public_application, update_application, create_application_scheduled_task, create_service_scheduled_task, create_github_app]) 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": "get_environment → create_hetzner_server"
},
"evidence": "sources [get_environment, create_github_app] → sinks [create_hetzner_server, create_public_application, update_application, create_application_scheduled_task, c",
"owasp": "LLM02:2025 Sensitive Information Disclosure",
"references": [],
"data": {
"sources": [
"get_environment",
"create_github_app"
],
"sinks": [
"create_hetzner_server",
"create_public_application",
"update_application",
"create_application_scheduled_task",
"create_service_scheduled_task",
"create_github_app"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"create_hetzner_server\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_hetzner_server\" appears to run shell commands or evaluate code (parameter \"script\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "create_hetzner_server"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"create_public_application\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_public_application\" appears to run shell commands or evaluate code (parameter \"command\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "create_public_application"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"update_application\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"update_application\" appears to run shell commands or evaluate code (parameter \"command\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "update_application"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"create_application_scheduled_task\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_application_scheduled_task\" appears to run shell commands or evaluate code (parameter \"command\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "create_application_scheduled_task"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-001",
"title": "Tool \"create_service_scheduled_task\" exposes command/code execution",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "Tool \"create_service_scheduled_task\" appears to run shell commands or evaluate code (parameter \"command\"). Arbitrary execution driven by model input is one of the most dangerous MCP capabilities; combined with any untrusted input it becomes RCE.",
"remediation": "Sandbox execution, allowlist commands/arguments, and never pass model output to a shell unescaped.",
"location": {
"kind": "tool",
"name": "create_service_scheduled_task"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-SRC-002",
"title": "Shell/command execution in server code (test-tools.js)",
"category": "permissions",
"severity": "high",
"confidence": "strong",
"description": "In the server's implementation (`test-tools.js:8`): Spawning a shell/process is command-execution capability; with unsanitized tool input it is command injection / RCE. This is read from the code itself — not from the tool description — so a poisoned server cannot hide it behind honest-looking metadata.",
"remediation": "Review this call path: confirm it never receives unsanitized tool input, constrain it, or remove it. Treat a server whose code reaches these sinks as high-capability regardless of what its tools claim.",
"location": {
"kind": "server",
"name": "test-tools.js"
},
"evidence": "import { spawn } from 'child_process'; import { fileURLToPath } from 'url'; import { dirname, join } from 'path';",
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"rule": "MTC-SRC-002",
"file": "test-tools.js",
"line": 8,
"nonRuntime": false
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"api_url\" on \"create_github_app\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_github_app\" takes a URL/host parameter \"api_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_github_app",
"field": "inputSchema.properties.api_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "api_url"
}
},
{
"ruleId": "MTC-CAP-007",
"title": "Unconstrained URL/host parameter \"html_url\" on \"create_github_app\"",
"category": "network",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_github_app\" takes a URL/host parameter \"html_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_github_app",
"field": "inputSchema.properties.html_url"
},
"owasp": "LLM06:2025 Excessive Agency",
"data": {
"param": "html_url"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"cloud_init_script\" on \"create_hetzner_server\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_hetzner_server\" takes a command-shaped parameter \"cloud_init_script\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "create_hetzner_server",
"field": "inputSchema.properties.cloud_init_script"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "cloud_init_script"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"install_command\" on \"create_public_application\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_public_application\" takes a command-shaped parameter \"install_command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "create_public_application",
"field": "inputSchema.properties.install_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "install_command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"build_command\" on \"create_public_application\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_public_application\" takes a command-shaped parameter \"build_command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "create_public_application",
"field": "inputSchema.properties.build_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "build_command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"start_command\" on \"create_public_application\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_public_application\" takes a command-shaped parameter \"start_command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "create_public_application",
"field": "inputSchema.properties.start_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "start_command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"install_command\" on \"update_application\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"update_application\" takes a command-shaped parameter \"install_command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "update_application",
"field": "inputSchema.properties.install_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "install_command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"build_command\" on \"update_application\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"update_application\" takes a command-shaped parameter \"build_command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "update_application",
"field": "inputSchema.properties.build_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "build_command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"start_command\" on \"update_application\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"update_application\" takes a command-shaped parameter \"start_command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "update_application",
"field": "inputSchema.properties.start_command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "start_command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"command\" on \"create_application_scheduled_task\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_application_scheduled_task\" takes a command-shaped parameter \"command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "create_application_scheduled_task",
"field": "inputSchema.properties.command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "command"
}
},
{
"ruleId": "MTC-CAP-006",
"title": "Unconstrained command parameter \"command\" on \"create_service_scheduled_task\"",
"category": "permissions",
"severity": "medium",
"confidence": "heuristic",
"description": "Tool \"create_service_scheduled_task\" takes a command-shaped parameter \"command\" with no enum/pattern constraint. Free-form, model- or attacker-controlled arguments reaching a shell is the command-injection precondition.",
"remediation": "Constrain the parameter (enum/pattern), or build the command from a fixed template with escaped args.",
"location": {
"kind": "tool",
"name": "create_service_scheduled_task",
"field": "inputSchema.properties.command"
},
"owasp": "LLM05:2025 Improper Output Handling",
"data": {
"param": "command"
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_hetzner_server\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_hetzner_server\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "create_hetzner_server"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_public_application\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_public_application\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "create_public_application"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"update_application\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"update_application\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "update_application"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_application_scheduled_task\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_application_scheduled_task\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "create_application_scheduled_task"
},
"data": {
"tags": [
"code-exec"
]
}
},
{
"ruleId": "MTC-CAP-005",
"title": "Mutating tool \"create_service_scheduled_task\" declares no destructiveHint",
"category": "hygiene",
"severity": "low",
"confidence": "heuristic",
"description": "Tool \"create_service_scheduled_task\" can mutate/egress but declares no destructiveHint. Clients that don't default to spec-safe behavior may not prompt before running it.",
"remediation": "Declare accurate annotations, and gate destructive tools on user confirmation regardless.",
"location": {
"kind": "tool",
"name": "create_service_scheduled_task"
},
"data": {
"tags": [
"code-exec"
]
}
}
],
"toxicFlows": [
{
"id": "flow-1",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"create_github_app"
],
"externalSink": [
"create_github_app"
],
"selfContained": true,
"description": "Tool \"create_github_app\" both reads sensitive data and can send it externally."
},
{
"id": "flow-2",
"severity": "high",
"confidence": "strong",
"untrustedInput": [],
"sensitiveSource": [
"get_environment",
"create_github_app"
],
"externalSink": [
"create_hetzner_server",
"create_public_application",
"update_application",
"create_application_scheduled_task",
"create_service_scheduled_task",
"create_github_app"
],
"selfContained": false,
"path": [
"create_github_app",
"create_application_scheduled_task"
],
"pathWired": false,
"description": "A sensitive-source → external-sink chain exists: create_github_app → create_application_scheduled_task."
}
],
"capabilities": [
{
"tool": "get_version",
"tags": [],
"reasons": {}
},
{
"tool": "health_check",
"tags": [],
"reasons": {}
},
{
"tool": "enable_api",
"tags": [],
"reasons": {}
},
{
"tool": "disable_api",
"tags": [],
"reasons": {}
},
{
"tool": "enable_mcp",
"tags": [],
"reasons": {}
},
{
"tool": "disable_mcp",
"tags": [],
"reasons": {}
},
{
"tool": "list_teams",
"tags": [],
"reasons": {}
},
{
"tool": "get_team",
"tags": [],
"reasons": {}
},
{
"tool": "get_team_members",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_team",
"tags": [],
"reasons": {}
},
{
"tool": "get_current_team_members",
"tags": [],
"reasons": {}
},
{
"tool": "list_servers",
"tags": [],
"reasons": {}
},
{
"tool": "get_server",
"tags": [],
"reasons": {}
},
{
"tool": "create_server",
"tags": [],
"reasons": {}
},
{
"tool": "update_server",
"tags": [],
"reasons": {}
},
{
"tool": "delete_server",
"tags": [],
"reasons": {}
},
{
"tool": "validate_server",
"tags": [],
"reasons": {}
},
{
"tool": "get_server_resources",
"tags": [],
"reasons": {}
},
{
"tool": "get_server_domains",
"tags": [],
"reasons": {}
},
{
"tool": "create_hetzner_server",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"script\""
]
}
},
{
"tool": "list_projects",
"tags": [],
"reasons": {}
},
{
"tool": "get_project",
"tags": [],
"reasons": {}
},
{
"tool": "create_project",
"tags": [],
"reasons": {}
},
{
"tool": "update_project",
"tags": [],
"reasons": {}
},
{
"tool": "delete_project",
"tags": [],
"reasons": {}
},
{
"tool": "list_environments",
"tags": [],
"reasons": {}
},
{
"tool": "get_environment",
"tags": [
"sensitive-source"
],
"reasons": {
"sensitive-source": [
"keyword \"get_env\""
]
}
},
{
"tool": "create_environment",
"tags": [],
"reasons": {}
},
{
"tool": "delete_environment",
"tags": [],
"reasons": {}
},
{
"tool": "list_applications",
"tags": [],
"reasons": {}
},
{
"tool": "get_application",
"tags": [],
"reasons": {}
},
{
"tool": "create_public_application",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"command\""
]
}
},
{
"tool": "create_private_github_app_application",
"tags": [],
"reasons": {}
},
{
"tool": "create_private_deploy_key_application",
"tags": [],
"reasons": {}
},
{
"tool": "create_dockerfile_application",
"tags": [],
"reasons": {}
},
{
"tool": "create_dockerimage_application",
"tags": [],
"reasons": {}
},
{
"tool": "create_dockercompose_application",
"tags": [],
"reasons": {}
},
{
"tool": "update_application",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"command\""
]
}
},
{
"tool": "delete_application",
"tags": [],
"reasons": {}
},
{
"tool": "start_application",
"tags": [],
"reasons": {}
},
{
"tool": "stop_application",
"tags": [],
"reasons": {}
},
{
"tool": "restart_application",
"tags": [],
"reasons": {}
},
{
"tool": "get_application_logs",
"tags": [],
"reasons": {}
},
{
"tool": "list_application_envs",
"tags": [],
"reasons": {}
},
{
"tool": "create_application_env",
"tags": [],
"reasons": {}
},
{
"tool": "update_application_env",
"tags": [],
"reasons": {}
},
{
"tool": "bulk_update_application_envs",
"tags": [],
"reasons": {}
},
{
"tool": "delete_application_env",
"tags": [],
"reasons": {}
},
{
"tool": "list_application_storages",
"tags": [],
"reasons": {}
},
{
"tool": "create_application_storage",
"tags": [],
"reasons": {}
},
{
"tool": "delete_application_storage",
"tags": [],
"reasons": {}
},
{
"tool": "list_application_scheduled_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "create_application_scheduled_task",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"command\""
]
}
},
{
"tool": "delete_application_scheduled_task",
"tags": [],
"reasons": {}
},
{
"tool": "list_databases",
"tags": [],
"reasons": {}
},
{
"tool": "get_database",
"tags": [],
"reasons": {}
},
{
"tool": "update_database",
"tags": [],
"reasons": {}
},
{
"tool": "delete_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_postgresql_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_mysql_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_mariadb_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_mongodb_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_redis_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_keydb_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_dragonfly_database",
"tags": [],
"reasons": {}
},
{
"tool": "create_clickhouse_database",
"tags": [],
"reasons": {}
},
{
"tool": "start_database",
"tags": [],
"reasons": {}
},
{
"tool": "stop_database",
"tags": [],
"reasons": {}
},
{
"tool": "restart_database",
"tags": [],
"reasons": {}
},
{
"tool": "get_database_backups",
"tags": [],
"reasons": {}
},
{
"tool": "create_database_backup",
"tags": [],
"reasons": {}
},
{
"tool": "list_database_backup_executions",
"tags": [],
"reasons": {}
},
{
"tool": "list_database_envs",
"tags": [],
"reasons": {}
},
{
"tool": "create_database_env",
"tags": [],
"reasons": {}
},
{
"tool": "delete_database_env",
"tags": [],
"reasons": {}
},
{
"tool": "list_services",
"tags": [],
"reasons": {}
},
{
"tool": "get_service",
"tags": [],
"reasons": {}
},
{
"tool": "create_service",
"tags": [],
"reasons": {}
},
{
"tool": "update_service",
"tags": [],
"reasons": {}
},
{
"tool": "delete_service",
"tags": [],
"reasons": {}
},
{
"tool": "start_service",
"tags": [],
"reasons": {}
},
{
"tool": "stop_service",
"tags": [],
"reasons": {}
},
{
"tool": "restart_service",
"tags": [],
"reasons": {}
},
{
"tool": "list_service_envs",
"tags": [],
"reasons": {}
},
{
"tool": "create_service_env",
"tags": [],
"reasons": {}
},
{
"tool": "delete_service_env",
"tags": [],
"reasons": {}
},
{
"tool": "list_service_scheduled_tasks",
"tags": [],
"reasons": {}
},
{
"tool": "create_service_scheduled_task",
"tags": [
"code-exec"
],
"reasons": {
"code-exec": [
"parameter \"command\""
]
}
},
{
"tool": "delete_service_scheduled_task",
"tags": [],
"reasons": {}
},
{
"tool": "list_deployments",
"tags": [],
"reasons": {}
},
{
"tool": "get_deployment",
"tags": [],
"reasons": {}
},
{
"tool": "cancel_deployment",
"tags": [],
"reasons": {}
},
{
"tool": "list_deployments_by_application",
"tags": [],
"reasons": {}
},
{
"tool": "deploy_by_tag_or_uuid",
"tags": [],
"reasons": {}
},
{
"tool": "list_private_keys",
"tags": [],
"reasons": {}
},
{
"tool": "get_private_key",
"tags": [],
"reasons": {}
},
{
"tool": "create_private_key",
"tags": [],
"reasons": {}
},
{
"tool": "update_private_key",
"tags": [],
"reasons": {}
},
{
"tool": "delete_private_key",
"tags": [],
"reasons": {}
},
{
"tool": "list_github_apps",
"tags": [],
"reasons": {}
},
{
"tool": "create_github_app",
"tags": [
"external-sink",
"sensitive-source"
],
"reasons": {
"external-sink": [
"parameter \"webhook\""
],
"sensitive-source": [
"parameter \"secret\""
]
}
},
{
"tool": "delete_github_app",
"tags": [],
"reasons": {}
},
{
"tool": "list_github_app_repositories",
"tags": [],
"reasons": {}
},
{
"tool": "list_cloud_tokens",
"tags": [],
"reasons": {}
},
{
"tool": "create_cloud_token",
"tags": [],
"reasons": {}
},
{
"tool": "delete_cloud_token",
"tags": [],
"reasons": {}
},
{
"tool": "get_hetzner_locations",
"tags": [],
"reasons": {}
},
{
"tool": "get_hetzner_server_types",
"tags": [],
"reasons": {}
},
{
"tool": "get_hetzner_images",
"tags": [],
"reasons": {}
},
{
"tool": "get_hetzner_ssh_keys",
"tags": [],
"reasons": {}
},
{
"tool": "list_resources",
"tags": [],
"reasons": {}
}
],
"surfaceDigest": "7de68ebf639626cf703444f835a550ec685a26cdcafed4114fc4a35cf04bd99f",
"stats": {
"tools": 111,
"prompts": 0,
"resources": 0,
"findingsBySeverity": {
"critical": 0,
"high": 8,
"medium": 11,
"low": 5,
"info": 0
}
}
}