deployment-automation
Fail
Audited by Snyk on Jun 27, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill includes explicit examples of setting environment variables by embedding connection strings (e.g., railway variables set DATABASE_URL=postgres://..., netlify env:set DATABASE_URL postgres://..., heroku config:set DATABASE_URL=postgres://...), which would require the agent to handle or output secret values verbatim in commands and therefore creates an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The script may execute a remote installer at runtime via the Heroku CLI install command "curl https://cli-assets.heroku.com/install.sh | sh" in install_cli(), which fetches and runs remote code to satisfy a required dependency for Heroku deployments.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata