github-agentic-workflows
Warn
Audited by Snyk on Mar 29, 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.80). The skill's authoring and examples (notably references/authoring.md and references/examples.md and troubleshooting.md) explicitly instruct using and fetching public GitHub-hosted content (e.g., https://raw.githubusercontent.com/... and commands like gh aw add githubnext/agentics/ci-doctor or curl from raw.githubusercontent.com), so the agent is expected to ingest and act on third-party, user-authored repository content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes a runtime installation command that fetches and executes remote code (curl -sL https://raw.githubusercontent.com/github/gh-aw/main/install-gh-aw.sh | bash in references/troubleshooting.md), which directly runs external code and is presented as a required fallback for installing the gh-aw tooling.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata