logo-design-guide
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references an external installation guide hosted on GitHub at
raw.githubusercontent.com/inference-sh/skills/refs/heads/main/cli-install.mdand suggests the installation of additional CLI components. - [COMMAND_EXECUTION]: The instructions include several examples of shell commands utilizing the
beltCLI to run AI models for logo generation and image upscaling. - [INDIRECT_PROMPT_INJECTION]: The skill constructs prompts by interpolating user-provided design descriptions, creating a surface for indirect prompt injection if untrusted data is processed.
- Ingestion points: User-defined logo concepts are used in the prompt templates within
SKILL.md. - Boundary markers: None.
- Capability inventory: Shell command execution via the
beltCLI for model inference. - Sanitization: None identified for the user-provided prompt strings.
Audit Metadata