python-executor
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The primary function of this skill is to execute arbitrary Python code on a remote server (inference.sh) using the
beltCLI tool. This is the intended behavior for providing sandboxed code execution capabilities to an agent. - [INDIRECT_PROMPT_INJECTION]: The skill represents a surface for indirect prompt injection as it ingests and executes code provided in the
codeinput parameter. An agent that generates this code based on untrusted external data (such as web content) could be influenced to perform unintended actions within the sandbox. - Ingestion points: The
codefield in the input JSON schema (SKILL.md). - Boundary markers: None explicitly defined in the prompt template, though the skill notes the environment is sandboxed.
- Capability inventory: The skill can perform network operations (requests, scrapy), file manipulation (pillow, moviepy), and arbitrary computation via the
beltCLI tool. - Sanitization: Not explicitly documented; the skill relies on the remote infrastructure's sandboxing for safety.
- [EXTERNAL_DOWNLOADS]: The skill references and encourages the installation of the
beltCLI tool from a public registry and fetches configuration/installation documentation from the provider's official GitHub repository (inference-shorganization).
Audit Metadata