critique
Fail
Audited by Snyk on Jul 7, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt requires the sub-agent to include verbatim diff/untracked file contents and to quote offending lines in its report, which forces the model to output any secrets present in the code or diffs.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required workflow feeds the sub-agent the contents of
git diff <fp>...HEAD,git log <fp>..HEAD --oneline, andgit status --porcelain-derived untracked file listings, which are outsider-authored free text when the diff/commit messages include contributions from other people (e.g., PR authors) rather than the operating user.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata