runtime-matchbox
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.80). The URL is a raw GitHub-hosted install.sh intended to be piped to bash, which is a common but risky pattern because it executes remote code directly and should only be trusted if the repository/maintainer is verified and widely used.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's installation step uses a curl | bash command to fetch and execute remote code from https://raw.githubusercontent.com/ortus-boxlang/matchbox/master/install/install.sh, which runs external code during setup and is presented as the required installation method.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata