boxlang-deployment
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides commands to install the BoxLang Version Manager (BVM) and the BoxLang runtime by piping remote shell scripts directly to bash from the vendor's official domain.
- Evidence:
curl -fsSl https://downloads.ortussolutions.com/bvm/install.sh | bashandcurl -fsSl https://downloads.ortussolutions.com/boxlang/install.sh | bashinSKILL.md. - Context: These are standard installation methods provided by Ortus Solutions for their tooling.
- [EXTERNAL_DOWNLOADS]: The skill fetches external resources for setup, including GPG keys for package management and Homebrew taps.
- Evidence:
curl -fsSl https://downloads.ortussolutions.com/debs/gpg | apt-key add -andbrew tap ortus-solutions/tapinSKILL.md. - Context: All downloads target official vendor infrastructure or well-known package managers.
- [COMMAND_EXECUTION]: The skill includes various CLI commands for managing servers, building Docker containers, and deploying to AWS Lambda.
- Evidence: Commands such as
box server start,docker build, andapt-get installare documented for standard deployment workflows.
Audit Metadata