ppio-sandbox
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads its core instruction files, including SKILL.md and cli-reference.md, from the official PPIO GitHub repository. It also retrieves a Node.js environment configuration script from the well-known NodeSource repository during the setup process.
- [COMMAND_EXECUTION]: The skill utilizes shell commands to detect the host agent environment (such as Claude Code or Gemini CLI), manage local skill directories, and interface with the system's package managers. This includes using brew on macOS or apt-get on Linux, with sudo privileges employed specifically for the installation of the Node.js runtime.
- [REMOTE_CODE_EXECUTION]: The skill performs a global installation of the ppio-sandbox-cli package from the official NPM registry and executes a remote setup script from NodeSource to configure the execution environment. These actions are the primary intended functions of the skill to enable its management capabilities.
Audit Metadata