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 | sh in the Quick Start section of SKILL.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-executor blocks in SKILL.md.
  • Mechanism: The scripts utilize matplotlib to 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-image commands in SKILL.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
Risk Level
HIGH
Analyzed
Feb 25, 2026, 05:37 PM