dialogue-audio
Audited by Socket on Mar 8, 2026
1 alert found:
MalwareThe skill aims to orchestrate multi-speaker dialogue generation via a CLI-based Dia TTS tool. While the described features align with that purpose, there are notable security concerns: the use of curl | sh for bootstrap (command_injection risk), reliance on an external binary outside official registries (unverifiable_dependency risk), and potential data-flow exposure through external synthesis tooling. These patterns indicate a higher risk footprint than would be expected for a benign, purpose-aligned tool. The footprint is coherent with its stated purpose only insofar as it enables dialogue generation, but the install/execution and data-flow patterns areSuspicious to High risk. Recommend restricting run-time execution to trusted, verifiable binaries with explicit cryptographic signing, removing curl|sh bootstrap, and documenting precise data flows and privacy protections.