bash-defensive-patterns
Warn
Audited by Snyk on Jun 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.90). The skill includes explicit examples that create or modify system-wide files and directories (e.g., /etc/myapp/config, /var/cache/myapp) and uses commands like chown, rm, mkdir -p and atomic writes which typically require elevated privileges, so it encourages modifying the host system state.
Issues (1)
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata