voxtype-install
Fail
Audited by Snyk on Aug 5, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The two pchalasani.github.io links are documentation pages (low risk), but https://astral.sh/uv/install.sh is a direct shell-install script commonly used with curl | sh, which is a high-risk distribution pattern that can deliver malware if the host is not trusted.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The install instruction pipes a remote shell script to sh (curl -LsSf https://astral.sh/uv/install.sh | sh), which fetches and executes remote code during setup and is presented as a required installation option.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata