p-image
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
beltCLI to interact with remote AI models. Theallowed-toolsfrontmatter configuration restricts theBashtool to only allow commands starting withbelt, which is a security best practice for scoping agent capabilities. - [EXTERNAL_DOWNLOADS]: The skill references installation of the
beltCLI vianpxand provides documentation links to the officialinference.shGitHub repository. These are standard procedures for integrating with this service. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing external data.
- Ingestion points: User-controlled text is passed into the
promptfield, and external URLs are passed into theimagesfield of the JSON payload for thebeltCLI inSKILL.md. - Boundary markers: The data is structured as JSON, but there are no specific instructions to the agent to treat the prompt content as untrusted or to ignore embedded instructions.
- Capability inventory: The skill utilizes the
beltcommand to perform remote image generation and editing tasks. - Sanitization: No explicit sanitization or filtering of the
promptorimagesinput is described in the skill instructions.
Audit Metadata