narova-google
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
generativelanguage.googleapis.comto access Gemini Text-to-Speech and Veo video generation services. These connections are intended for the skill's primary functionality and target a well-known service. - [COMMAND_EXECUTION]: The manifests
tool/provider.jsonandtool/video-provider.jsonregister local Python scripts (worker.pyandvideo-worker.py) as providers. These scripts are executed locally to handle API interactions via a JSONL protocol. - [DATA_EXPOSURE]: The skill requires a
GEMINI_API_KEYprovided via the environment. The implementation includes specific logic to redact this key from stderr logs and ensures it is only transmitted in securex-goog-api-keyHTTP headers to the API provider. - [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied text and prompts for generation. The scripts implement basic boundary markers (e.g., wrapping instructions in brackets) and strictly validate options like model names, durations, and aspect ratios to limit the attack surface.
Audit Metadata