pr-overview
Fail
Audited by Snyk on Jun 20, 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 explicitly requires preserving PR bodies and unresolved comment bodies verbatim into the generated JSON/HTML output, so any secrets present in those fields (API keys, tokens, passwords) would be emitted by the LLM, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). Outsider-authored free text is ingested via
gh pr view --json body(PR author’sbody) and via the GraphQLgh api graphqlquery that fetches unresolved GitHub review/discussionbodyfields from other users, which are then passed verbatim intooverview.jsonaspr_description.bodyandunresolved_comments[].bodyfor LLM context/rendering.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata