dev-debugging
Warn
Audited by Snyk on Apr 22, 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.90). The skill's required workflow and reference docs (SKILL.md and references/production-cdn-debugging.md) explicitly instruct fetching and inspecting public asset URLs (e.g., curl checks of https://in-theflow.com/assets/index.css and example.com assets), meaning the agent is expected to read/interprete open public web content which can directly influence debugging decisions and actions.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill explicitly instructs editing production server configuration (adding headers to the Caddyfile on the VPS) and running/ installing system-level services (tauri-driver, building/running binaries), which are state-changing operations on the host/remote machine and may require elevated privileges—so it poses a risk of modifying machine state.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata