creating-sbx-kits
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for configuring sandboxes and contains no executable logic or malicious patterns. It explicitly advises against unsafe practices such as unpinned dependencies and excessive permissions.
- [EXTERNAL_DOWNLOADS]: The skill provides examples of external resources from trusted domains including Docker, Ubuntu, and GitHub. It demonstrates secure installation patterns, such as verifying SHA256 checksums for downloaded binaries.
- [REMOTE_CODE_EXECUTION]: Examples include the use of
npxandcurlfor environment setup. These patterns are presented as templates for standard development workflows and include appropriate safety measures like version pinning. - [COMMAND_EXECUTION]: The documentation guides users on using shell commands for sandbox provisioning (
setup.installandsetup.startup). These instructions are consistent with the platform's intended design for environment initialization.
Audit Metadata