code-review-ai-ai-review
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: 0.80). The skill embeds full code diffs and static-analysis outputs into model prompts and asks the model to return concrete code examples / modified code in its outputs, which can force the LLM to reproduce any secrets present in those inputs verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The required runtime workflow for AI review (CI/CD GitHub Actions running
python scripts/ai_review.pyand building an LLM prompt withdiffandstatic_results) will ingest PR-authored free text/code diff and issue content from outside the operating user (e.g., pull request author), which can contain prompt-injection payloads.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata