oma-dev-workflow
Warn
Audited by Snyk on May 16, 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 release workflows (resources/release-coordination.md and associated mise tasks like tasks.release:check, tasks.release:verify, and tasks.release:debug) explicitly run GitHub commands (e.g.,
bunx gh pr list,bunx gh release list,bunx gh release view) that fetch user-generated public PRs/releases from GitHub and the agent is expected to read and act on that content, which could materially influence decisions and tool use.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly instructs running "curl https://mise.run | sh" to install mise (fetching and piping remote code to a shell), which executes remote code at runtime and is a required dependency for the workflow, so it is a high-risk external URL: https://mise.run
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata