pr-review-ci-fix
Warn
Audited by Snyk on Apr 30, 2026
Risk Level: MEDIUM
Full Analysis
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 fetch PR diffs/files and download GitHub/GitLab workflow run logs (e.g., GITHUB_LIST_PULL_REQUESTS_FILES, GITHUB_DOWNLOAD_WORKFLOW_RUN_LOGS) — untrusted, user-generated third-party content that the agent is expected to read/interpret to decide fixes and commits, enabling indirect prompt-injection via those sources.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's prereqs instruct running "curl -fsSL https://composio.dev/install | bash", which fetches and immediately executes remote code from https://composio.dev/install during setup/runtime, making it a required external dependency that executes remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata