skills/jpcaparas/skills/audify/Gen Agent Trust Hub

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.py utilizes subprocess.run to call ffmpeg for 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.py script 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.request library 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
Risk Level
SAFE
Analyzed
Apr 18, 2026, 01:25 AM