python-executor
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads a CLI tool from a well-known service (inference.sh) during the installation process. This is a common pattern for integrating cloud-based execution tools and is considered safe given the provider's established nature.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executeinfshcommands. This is the intended primary purpose of the skill—enabling remote Python code execution via the Inference.sh platform. - [REMOTE_CODE_EXECUTION]: While the skill involves executing code on a remote server, this occurs within a sandboxed environment designed for this purpose. The installation script (
curl | sh) is a standard distribution method for this specific well-known service.
Audit Metadata