chaos-engineering
Fail
Audited by Snyk on Apr 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E004: Prompt injection detected in skill instructions.
- Potential prompt injection detected (high risk: 0.90). The embedded "Companion check" directs the agent to run local filesystem commands and offer to install companion skills—actions unrelated to chaos-engineering and effectively a hidden/unauthorized behavior outside the skill's stated purpose, so it constitutes a prompt injection.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill explicitly instructs running privileged and state-changing commands (e.g., "sudo tc qdisc add ..." to modify network qdiscs, kubectl/pg_ctl/aws failover operations, and a companion check that runs filesystem commands and suggests installing skills via npx), which directs the agent to alter the host or infrastructure state and potentially require sudo/privileged access.
Issues (2)
E004
CRITICALPrompt injection detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata