python
Warn
Audited by Snyk on Mar 1, 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.80). The Dockerfile in the skill explicitly runs "useradd --create-home --uid 1000 app" and performs root-level file operations (COPY to /bin, --chown), which instruct creating a system user and modifying system-owned paths during image build, so it encourages state-changing actions.
Audit Metadata