comprehensive-code-review
Fail
Audited by Snyk on Mar 11, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The skill mandates reading full diffs/file contents, citing exact file lines and embedding code/examples in GitHub comments and subagent prompts with no guidance to redact secrets, so any API keys or passwords present in the code would be handled and potentially output verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly instructs the agent to run gh pr view/gh pr diff and gh issue view to ingest PR bodies, diffs, and issue text (see "Gather Review Context" / "Step 1" and the "Parallel Review Process" reviewer prompt templates), and then embeds those untrusted, user-generated PR/issue/diff contents into reviewer prompts and decision logic — allowing third‑party text to materially influence tool use and actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata