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 | bash and curl -fsSl https://downloads.ortussolutions.com/boxlang/install.sh | bash in SKILL.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 - and brew tap ortus-solutions/tap in SKILL.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, and apt-get install are documented for standard deployment workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 30, 2026, 01:36 PM
Security Audit — agent-trust-hub — boxlang-deployment