gitcode-pr-security-review
Fail
Audited by Snyk on Aug 13, 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 instructs the agent to obtain the GitCode access token (from env or by prompting the user) and then place it verbatim into Authorization: Bearer {GITCODE_TOKEN} headers for API requests, which requires handling and emitting the secret directly.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). GitCode PR content is fetched at runtime via the required workflow calling GitCode API endpoints that return
pulls/{number}/filespatches, then the workflow extractspatchdiff text and passes the changed code lines intosdk-security-auditfor analysis, so outsider-authored PR text is directly ingested.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata