Ai Product Photography
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The SKILL.md file contains `curl -fsSL https://cli.inference.sh | sh` and `npx skills add ...` commands. These commands, if executed by the AI agent, violate the explicitly defined `allowed-tools: Bash(infsh *)` restriction. Executing remote scripts via `curl | sh` or `npx` introduces a significant Remote Code Execution (RCE) vulnerability, as it allows arbitrary code execution from external sources, even if the stated purpose is to install a legitimate CLI or suggest related skills. This constitutes a high-risk vulnerability rather than clear malicious intent.
