in-app-audio
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill does not contain any malicious patterns, prompt injections, or obfuscated code. Analysis of the code and instructions shows behavior consistent with the stated purpose of generating audio effects.
- [DATA_EXFILTRATION]: The utility script sends user-defined audio prompts to the ElevenLabs API (api.elevenlabs.io). This is a well-known service used for the skill's primary function.
- [COMMAND_EXECUTION]: The script performs file system operations by creating directories and saving audio files. It uses user-provided arguments for path construction, which is standard for a command-line tool.
- [SAFE]: API credentials are managed using environment variables and .env.local files, which is a secure and recommended practice to avoid exposing sensitive keys in code.
Audit Metadata