audio-transcriber
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements its core functionality using standard Node.js libraries and the axios HTTP client to interact with the OpenAI API. No malicious patterns, obfuscation, or unauthorized data access were detected.
- [EXTERNAL_DOWNLOADS]: The skill connects to the official OpenAI API endpoint at
https://api.openai.com/v1/audio/transcriptionsto perform transcription. OpenAI is recognized as a well-known and trusted service provider. - [CREDENTIALS_UNSAFE]: The application handles API keys through the
--keyflag or theOPENAI_API_KEYenvironment variable. There are no hardcoded credentials or secrets within the codebase, and placeholders are used in documentation. - [COMMAND_EXECUTION]: All file operations are performed using built-in Node.js
fsmodules and the framework'ssafeWriteFileutility. No evidence of arbitrary command execution or shell injection was found.
Audit Metadata