skaffold-standards
Fail
Audited by Snyk on Apr 21, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These domains host an unrecognized third‑party CLI (dotenvx) and the prompt recommends installing via an unaudited remote script (curl https://dotenvx.sh | sh), a high‑risk pattern because it's not a well‑known/official package source and could be used to distribute malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The SKILL includes a setup step that runs "curl -sfS https://dotenvx.sh | sh" which fetches and executes remote installer code and the skill's runtime hooks call "dotenvx run ...", making https://dotenvx.sh a runtime external dependency that can execute code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata