github-issues-task-manager
Warn
Audited by Snyk on Aug 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The workflow reads arbitrary outsider-authored free text from GitHub issue bodies and comments (e.g.,
gh issue view "$N" --comments/ reading issue body/comments before continuing) as part of its required runtime steps.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The install instructions run "gh repo clone oglofus/skills "$tmpdir"" and then execute "$tmpdir/scripts/install.sh", which fetches remote repository content at runtime and runs its install script (oglofus/skills), so this external repo controls code executed during the skill install.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata