pitch-deck-visuals
Fail
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs users to install a CLI tool using the pattern
curl -fsSL https://cli.inference.sh | sh. This method downloads and executes code from a remote server without any verification or integrity checks, posing a significant risk if the source domain is compromised. - [EXTERNAL_DOWNLOADS]: The skill fetches additional capabilities from an external repository using the
npx skills addcommand, targeting packages likeinferencesh/skills@competitor-teardown. - [COMMAND_EXECUTION]: The skill makes heavy use of the
infshcommand-line interface to perform actions and executes dynamic Python snippets via apython-executortool to render charts and other visual assets.
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