debug-buttercup
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple powerful
kubectlcommands, includingkubectl exec, which allows running arbitrary shell commands inside target containers (e.g.,df,du,stat,cat,mount). - [COMMAND_EXECUTION]: It executes local shell scripts located at
deployment/collect-logs.shand{baseDir}/scripts/diagnose.shto gather system-wide diagnostic data. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process potentially untrusted data from Kubernetes sources which can lead to the agent following instructions embedded in logs or events.
- Ingestion points: Commands like
kubectl logsandkubectl get eventsinSKILL.mdbring external data into the agent's context. - Boundary markers: None identified; there are no specific instructions for the agent to ignore or delimit embedded commands within logs.
- Capability inventory: The skill has broad capabilities including container-level execution (
kubectl exec) and local script execution, which increases the impact if an injection occurs. - Sanitization: There is no evidence of log filtering or sanitization to prevent the agent from acting on instructions found in pod output.
Audit Metadata