autoreview
Fail
Audited by Snyk on Aug 27, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly states it writes and scans the exact outgoing review pack and "credentials are never redacted and forwarded", and it requires an AMP_API_KEY to be supplied to the helper, which forces secrets to be included/unredacted in prompts sent to reviewer engines—meaning the LLM would receive and forward secret values verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The
autoreviewruntime (e.g.,scripts/autoreviewwith--mode branch/commit/local) ingests outsider-authored free text by reading the repository diff/patch (including untracked file contents and optional--prompt-file/--dataset) directly into the LLM prompt viabuild_review_prompts/render_review_prompt.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata