book-cover-design
Fail
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION] (CRITICAL): Found in
SKILL.md. The commandcurl -fsSL https://cli.inference.sh | shperforms a download and execution of a remote script from an untrusted domain. This allows for arbitrary code execution on the host system. - [EXTERNAL_DOWNLOADS] (MEDIUM): Found in
SKILL.md. The skill usesnpxto install additional components frominference-sh/skills, which is not a verified or trusted source. - [COMMAND_EXECUTION] (MEDIUM): Found in
SKILL.md. The skill requests permission forBash(infsh *), which allows for execution of system commands via a CLI tool that was installed through an insecure remote script. - [PROMPT_INJECTION] (LOW): Found in
SKILL.md. The skill is vulnerable to indirect prompt injection through its handling of user-provided prompt strings. - Ingestion points: User-supplied text strings passed to the
infshcommand for image generation. - Boundary markers: Partial mitigation through the use of JSON-formatted arguments in CLI calls.
- Capability inventory: Uses the
Bashtool to execute system-level image generation utilities. - Sanitization: No evidence of input sanitization or validation for user-provided prompt content.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata