analyze-experiment
Fail
Audited by Snyk on Jul 26, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The CLI install link is a direct .sh installer on a non-standard subdomain (used with curl | bash in SKILL.md), which is a high-risk pattern for distributing unverified executables; the main site (promptingcompany.com) is a regular homepage and not itself a download.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's prerequisites instruct installing the required tpc CLI by running a remote install script that is fetched and executed at runtime via "curl -fsSL https://cli.promptingco.com/install.sh | bash", and the skill relies on the tpc CLI for all data pulls.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata