boxlang-compiled-native-binaries
Fail
Audited by Snyk on Apr 15, 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 direct link to a raw GitHub-hosted install.sh script (used in a curl | bash step), which—while on GitHub's CDN and possibly legitimate for the ortus-boxlang/matchbox project—matches a high-risk pattern (remote shell install script) that should be reviewed before execution because such scripts can easily distribute malware if the repo or account is compromised or not reputable.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md GitHub Actions workflow explicitly runs "curl -sSL https://raw.githubusercontent.com/ortus-boxlang/matchbox/master/install/install.sh | bash" (the "Install MatchBox" step), which fetches and executes public raw.githubusercontent.com content so untrusted third-party code can directly influence the build/runtime behavior.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The GitHub Actions workflow runs a runtime command that curls and pipes to bash the installer at https://raw.githubusercontent.com/ortus-boxlang/matchbox/master/install/install.sh, which fetches and executes remote code that the build relies on.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata