blaxel-cli
Pass
Audited by Gen Agent Trust Hub on May 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides an installation command for the Blaxel CLI:
curl -fsSL https://raw.githubusercontent.com/blaxel-ai/toolkit/main/install.sh | sh. This fetches and executes an installation script from the vendor's official GitHub repository. - [REMOTE_CODE_EXECUTION]: The CLI facilitates the deployment and execution of code on remote Blaxel infrastructure. This is primarily handled through the
bl deploy,bl apply, andbl runcommands, which allow users to manage agents, jobs, and sandboxes in the cloud. - [COMMAND_EXECUTION]: A utility script,
scripts/generate-docs.ts, is included to regenerate documentation by executingbl helpcommands. This script uses the Deno runtime with permissions to read, write, and execute subprocesses to maintain up-to-date reference documentation.
Audit Metadata