narova-openai
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard provider for a parent application (Narova) using documented APIs.
- [DATA_EXPOSURE_&_EXFILTRATION]: No sensitive data is exfiltrated. The skill correctly instructs users to provide credentials via the
OPENAI_API_KEYenvironment variable and explicitly warns against hardcoding secrets in configuration files or logs. - [EXTERNAL_DOWNLOADS]: No third-party packages or remote scripts are downloaded. The
tool/setup.shscript verifies that only standard library modules (json,pathlib,urllib.request,wave) are used. - [COMMAND_EXECUTION]: Shell commands in documentation and
tool/setup.share restricted to setup, verification, and standard CLI usage (e.g.,narova providers add). No arbitrary command execution patterns were found. - [REMOTE_CODE_EXECUTION]: There are no patterns of remote code execution. All network activity is limited to HTTPS POST requests to
api.openai.com/v1/audio/speechfor speech synthesis. - [PROMPT_INJECTION]: The skill processes user-supplied instructions for voice steering but implements character length limits (4096 characters) and does not interpret these instructions as commands within its own execution context.
Audit Metadata