tandoor-recipes
Fail
Audited by Snyk on Jun 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). This points to an unknown GitHub user hosting a “skill” and the install instructions use npx (which will fetch and execute remote code), so while there is no direct .exe or archive link the combination of an untrusted repo/account and an npx install makes this a potentially risky source for malware distribution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The SKILL.md install step runs "npx clawhub@latest install tandoor-recipes", which fetches and executes remote code from the npm registry (via npx), so it is an external dependency that runs remote code at install time.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata