create-implementation-plan
Fail
Audited by Snyk on Mar 26, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The template mandates "define all variables, constants, and configuration values explicitly" and "no placeholder text may remain", which forces concrete values (including credentials) into the plan rather than safe references like environment variables—creating a high risk of requiring secret values verbatim in output.
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 requires machine-executable plans with exact file paths/line numbers and mandates saving files to a root-level /plan/ directory, which enables or encourages plans that modify root-owned or system files (possibly needing sudo) even though it doesn't explicitly request privilege escalation.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata