audio-converter
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Prompt Injection] (SAFE): The documentation contains only functional instructions for audio conversion. There are no attempts to override system prompts or bypass safety filters.
- [Data Exposure & Exfiltration] (SAFE): No sensitive file paths, hardcoded secrets, or unauthorized network communication patterns were found. The tool operates on local audio files as expected.
- [Obfuscation] (SAFE): The files are written in clear, human-readable text. No Base64, zero-width characters, or other obfuscation techniques are present.
- [Remote Code Execution] (SAFE): There are no patterns involving the download and execution of remote scripts (e.g., curl|bash). The dependencies are standard packages from public repositories.
- [Dependencies] (SAFE): The skill relies on 'pydub' and 'soundfile', which are legitimate and widely used libraries for audio manipulation. The requirement for FFmpeg is a standard system dependency for these libraries.
Audit Metadata