pitch-deck-visuals
Fail
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill facilitates the download and execution of a shell script from a remote URL to install the vendor's CLI tool.
- Evidence:
curl -fsSL https://cli.inference.sh | shin the Quick Start section ofSKILL.md. - Context: The resource originates from the author's official domain (
inference.sh), representing vendor-specific installation procedures. - [COMMAND_EXECUTION]: The skill executes dynamic Python scripts to generate pitch deck charts and visuals.
- Evidence: Multiple
infsh app run infsh/python-executorblocks inSKILL.md. - Mechanism: The scripts utilize
matplotlibto render Market Size, Traction, and Competition maps, which are then saved as local image files. - [COMMAND_EXECUTION]: The skill performs HTML-to-image rendering using a remote service.
- Evidence:
infsh app run infsh/html-to-imagecommands inSKILL.md. - Action: Converts inline CSS and HTML templates into slide background images.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
Audit Metadata