smoke-tests
Fail
Audited by Snyk on May 7, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). One URL (https://hurl.dev/install.sh) is a direct .sh installer intended to be fetched and executed (curl | bash) which is a high‑risk pattern for remote code execution if the source is untrusted or compromised, while http://localhost:3000 is just a local service endpoint and not a download.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). I flagged https://hurl.dev/install.sh because the CI snippets explicitly run curl -LsSf https://hurl.dev/install.sh | bash at runtime, which fetches and executes remote code as a required install step for the skill.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata