github-release-swarm
Warn
Audited by Snyk on Feb 20, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill's examples and workflow explicitly fetch commits, PRs, and release data from GitHub using gh commands (e.g., "gh api repos/...compare", "gh pr list", "gh release list" in Quick Start and Usage Examples) and pass that user-generated repository content into ruv-swarm agents for changelog, versioning, and release decisions, meaning untrusted third-party content is read and can materially influence agent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The skill repeatedly invokes "npx ruv-swarm" at runtime (including in CI and example commands), which will fetch and execute the remote npm package (e.g. https://registry.npmjs.org/ruv-swarm or https://www.npmjs.com/package/ruv-swarm), meaning external code is fetched at runtime and controls execution.
Audit Metadata