og-image-design
Fail
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's documentation includes a command to install a CLI tool by piping a remote script to a shell:
curl -fsSL https://cli.inference.sh | sh. This pattern allows for arbitrary code execution from a remote source. - [EXTERNAL_DOWNLOADS]: As part of its setup and functionality, the skill downloads a binary from
dist.inference.shand references external packages vianpxfrom theinference-shorganization on the npm registry. - [COMMAND_EXECUTION]: The skill is configured to use the
infshtool via the Bash environment (authorized viaallowed-tools: Bash(infsh *)) to execute various remote applications for image generation and search functions. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface. Evidence Chain: 1) Ingestion Point: User-provided text (titles, subtitles) is interpolated into HTML strings in
SKILL.md. 2) Boundary Markers: Absent (no delimiters or 'ignore' instructions). 3) Capability Inventory: Usesinfshto execute thehtml-to-imageapplication. 4) Sanitization: Absent (no HTML escaping or input validation is performed).
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata