rm-home
Fail
Audited by Snyk on Apr 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). These lines are explicitly destructive: multiple rm -rf invocations targeting the user's home directory (~/ and various $HOME expansions) and therefore represent a high-risk, deliberate data-destruction pattern rather than benign code—no signs of exfiltration or backdoor behavior but definite system compromise risk.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly instructs destructive commands (rm -rf ~ and its variants) that would delete the user's home directory and therefore directly compromise the machine's state.
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata