youtube-thumbnail-design
Audited by Socket on Mar 8, 2026
1 alert found:
MalwareThe skill aligns with its stated purpose of enabling AI-generated YouTube thumbnails via a CLI, but it embeds a download-and-execute pattern (curl | sh) and remote binary installation from an external domain with checksum verification. This creates a non-trivial supply-chain/security risk, especially since the binary is not verifiably sourced from a widely trusted registry. Data flows involve user prompts feeding into a remote CLI to produce image assets, with potential for hidden data flows if the installer or CLI exfiltrates data. Overall assessment: suspicious (due to download/install chain and external binary execution) with medium risk; not clearly malicious, but warrants caution and, if possible, a more verifiable distribution path (official registries, signed releases, or containerized/embedded binaries with verified signatures).