python-executor
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill directs users and agents to download setup scripts and the 'belt' CLI from the
inference.shdomain and the vendor's official GitHub repository (github.com/inference-sh). These are standard resources required to interface with the code execution service. - [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool via theBashtool to communicate with the execution backend. Theallowed-toolsfrontmatter restricts the agent's shell access specifically to thebeltutility. - [DYNAMIC_EXECUTION]: The skill is designed to execute arbitrary Python scripts provided in the input. This execution occurs in a remote sandboxed environment that supports over 100 libraries, including
pandas,playwright, andtrimesh. - [INDIRECT_PROMPT_INJECTION]: The skill processes code provided through the
codeinput field, creating a surface where untrusted data could be interpreted as instructions. - Ingestion points: The
codefield in the JSON input for thebelt app runcommand located inSKILL.md. - Boundary markers: The instructions do not specify the use of delimiters or 'ignore' instructions to prevent the agent from accidentally executing malicious payloads embedded in processed data.
- Capability inventory: The execution environment supports network requests (via
requests,httpx) and file creation within theoutputs/directory, though these are performed within a remote sandbox. - Sanitization: There is no indication of input sanitization or validation performed by the agent before the code is sent for execution.
Audit Metadata