rust-guidelines
Warn
Audited by Snyk on Feb 16, 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.70). The prompt advises changing file ownership with commands like
chown -R <user>:<group> .and to run project Makefile targets (e.g.make deploy) which can modify filesystem ownership/permissions or execute arbitrary system-level actions that may require sudo and thus can change the machine state.
Audit Metadata