Pitch Deck Visuals
Analysis
This instruction-only skill is coherent with making pitch deck visuals, but users should notice that it relies on installing, logging into, and sending deck-rendering inputs to an external inference.sh CLI service.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
curl -fsSL https://cli.inference.sh | sh && infsh login
The documented setup runs a remote installer script to add the external CLI. This is disclosed and user-directed, but the installer itself is not included in the reviewed artifacts.
allowed-tools: Bash(infsh *)
The skill permits Bash use of any infsh command, not only the specific html-to-image examples. This is limited to the infsh CLI and fits the visual-generation purpose, but it is still a broad command surface.
infsh app run infsh/python-executor --input '{\n "code": "import matplotlib.pyplot as pltOne example uses an external Python executor to generate a market-size chart. Code execution is disclosed and aligned with chart generation, but users should treat it as executable code rather than static design advice.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
infsh login
The skill expects the user to authenticate to the external inference.sh service. This is normal for the integration, but it gives the CLI access under the user's account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Create investor-ready pitch deck visuals via [inference.sh](https://inference.sh) CLI.
The workflow sends rendering inputs such as HTML, chart data, and potentially pitch-deck content to an external provider. This is disclosed and purpose-aligned, but investor decks can contain sensitive business information.
