pitch-deck-visuals
Fail
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documentation provides a setup command that downloads a script from
https://cli.inference.shand pipes it directly into the shell (curl -fsSL https://cli.inference.sh | sh). This is a high-risk pattern that executes unverified code on the host system without manual review. - [EXTERNAL_DOWNLOADS]: The instructions suggest using
npxto fetch and execute additional skills from an external source (inferencesh/skills), which introduces unverified third-party code into the execution environment. - [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to interact with theinfshCLI. It includes several examples of sending Python code as strings to a remote executor (infsh/python-executor). While the examples provided usematplotlibfor generating charts, the underlying mechanism allows for the execution of dynamic code logic on a remote service.
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