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
CRITICAL

Malicious code pattern detected in skill scripts.

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Apr 20, 2026, 06:16 AM
Issues
2