og-image-design
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user or agent to install external packages using
npx skills add belt-sh/cliandnpx skills add inference-sh/skills. These packages originate from third-party sources not included in the primary trusted vendor list. - [COMMAND_EXECUTION]: The skill relies on the
beltCLI tool and theBashtool to execute commands such asbelt loginandbelt app run. This allows for local command execution and interaction with the inference.sh remote API. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection where untrusted data could be interpolated into the HTML templates used for image generation.
- Ingestion points: The
htmlfield in the--inputJSON forbelt app run infsh/html-to-image(found inSKILL.md). - Boundary markers: None identified; there are no explicit instructions to the agent to treat input as data rather than instructions.
- Capability inventory: The skill uses
Bash(belt *)to execute shell commands and perform network operations via thebeltCLI. - Sanitization: No evidence of input sanitization or validation before passing content to the
html-to-imagetool.
Audit Metadata