land-and-deploy
Warn
Audited by Snyk on May 10, 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 explicitly reads and interprets user-generated, third-party content (GitHub PR bodies, checks and runs via gh commands such as
gh pr view --json bodyandgh pr checks, and external site content viacurl/$B gotoduring canary checks) and uses that content to make merge/deploy decisions in the workflow (e.g., Step 3.5 PR body accuracy and Step 7 canary verification), so it clearly ingests untrusted external content that can influence tool actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's SETUP step will download and execute the Bun installer script at https://bun.sh/install (curl -fsSL "..."/bash) to build the browse tool at runtime, which fetches and runs remote code required for the skill's browsing/deploy verification.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata