animate
Audited by Socket on Mar 1, 2026
2 alerts found:
AnomalyMalwareThe script simply runs a bundled install.sh using bash. The JS is not itself obfuscated or directly malicious, but executing a packaged shell script without integrity checks is a meaningful supply-chain risk: if install.sh is malicious or tampered with, arbitrary code will run on the host. Audit the install.sh contents and the package publishing process before trusting this package.
The described pipeline is coherent for automated Manim animation generation but introduces notable supply-chain and data-exposure risks due to external AI agents, prompt injection dynamics, and multi-stage file handling. While no explicit malicious payload is evident, the architecture warrants strict sandboxing, data minimization, and auditing of prompts/logs to prevent inadvertent data leakage or prompt-based code execution. Recommend tightening controls around external agents, adding sandboxed execution environments, and rotating/monitoring credentials and inputs used in prompts.