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/transcriptions to perform transcription. OpenAI is recognized as a well-known and trusted service provider.
  • [CREDENTIALS_UNSAFE]: The application handles API keys through the --key flag or the OPENAI_API_KEY environment 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 fs modules and the framework's safeWriteFile utility. No evidence of arbitrary command execution or shell injection was found.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 4, 2026, 11:21 PM