audify
Pass
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/audify.pyutilizessubprocess.runto callffmpegfor converting PCM audio data into MP3 or WAV files. This execution is limited to specific arguments and internally generated paths. - [COMMAND_EXECUTION]: The
scripts/test_skill.pyscript executes local verification tools within the skill's own directory structure to validate the integrity and performance of the code. - [EXTERNAL_DOWNLOADS]: The skill fetches text-based content from external URLs using the standard
urllib.requestlibrary as part of its core feature set for processing online resources. - [DATA_EXFILTRATION]: Cleaned text data is sent to the Google Gemini API endpoint for speech generation. This interaction is essential for the skill's operation and uses an established, well-known cloud service.
Audit Metadata