devex-review
Warn
Audited by Snyk on May 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). This skill's workflow explicitly instructs the agent to "use the browse tool to navigate docs, try the getting started flow" and the Scope Declaration names docs pages, API playgrounds, web dashboards and signup flows (SKILL.md), meaning the agent will fetch and interpret arbitrary public web content which can directly influence its audit findings and subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's setup path explicitly downloads and executes the bun installer script from https://bun.sh/install (curl -fsSL "https://bun.sh/install" -o tmp && bash tmp) at runtime to satisfy a required dependency, so it fetches and runs remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata