pr-demo-recorder
Warn
Audited by Snyk on Apr 17, 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's required prereq script (scripts/ensure-webreel.sh) explicitly fetches companion skill files from the public URL https://raw.githubusercontent.com/vercel-labs/webreel/main/skills/webreel and auto-installs the third‑party gh-image extension (drogers0/gh-image), meaning the agent will ingest and rely on publicly-hosted, third‑party content that can change runtime behavior and tool usage.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The environment check script (scripts/ensure-webreel.sh) fetches the companion Claude skill files at runtime from https://raw.githubusercontent.com/vercel-labs/webreel/main/skills/webreel (curl -fsSL ... → ~/.claude/skills/webreel), which will directly control agent prompts/instructions, and it also auto-installs the gh extension drogers0/gh-image via
gh extension install(fetching/executing remote extension code) — both are required runtime dependencies.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata