archon
Warn
Audited by Snyk on May 3, 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's example workflow (examples/dag-workflow.yaml / SKILL.md Running Workflows) explicitly runs a bash node
fetch-issuethat callsgh issue view ...to ingest GitHub issue content and then feeds$fetch-issue.outputinto theclassifyprompt/node to drive branching and subsequent actions, meaning untrusted, user-generated GitHub content is read and can materially influence agent decisions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The setup instructions run a remote installer at runtime (curl -fsSL https://bun.sh/install | bash and the Windows equivalent irm bun.sh/install.ps1 | iex), which fetches and directly executes remote code required to install Bun for the CLI.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata