Storyboard Creation

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is classified as suspicious due to its installation method, which instructs the AI agent to execute `curl -fsSL https://cli.inference.sh | sh` from `SKILL.md`. While the stated purpose is benign (installing a CLI tool), this method introduces a significant supply chain risk, allowing arbitrary code execution if the remote script at `cli.inference.sh` were compromised. Additionally, the `allowed-tools: Bash(infsh *)` permission grants broad execution capabilities to the `infsh` command, which, while used benignly in the examples, could be exploited by a malicious user prompt.