og-image-design
Warn
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
belt-sh/clipackage vianpxand provides links to external installation scripts hosted on GitHub (e.g.,https://raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.md). It also suggests adding further skills from theinference-shorganization. - [REMOTE_CODE_EXECUTION]: The skill uses the
belt app runcommand to execute remote logic, such asinfsh/html-to-imageandfalai/flux-dev-lora. This involves sending data to and executing code on remote infrastructure provided by third-party services. - [COMMAND_EXECUTION]: The skill utilizes shell commands (
belt login,belt app run,npx skills add) to interact with the environment and external services. These commands are necessary for the skill's primary function but involve significant capabilities. - [INDIRECT_PROMPT_INJECTION]: The skill defines a surface for processing untrusted data by interpolating HTML and prompts into remote execution commands.
- Ingestion points: HTML strings and image prompts provided to
belt app runinSKILL.md. - Boundary markers: None identified; untrusted content is passed directly as command arguments.
- Capability inventory: Execution of shell commands and remote applications via the
beltCLI. - Sanitization: No evidence of input sanitization or validation before passing content to remote tools.
Audit Metadata