lyria

Pass

Audited by Gen Agent Trust Hub on Jul 3, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill integrates with Google Gemini Lyria 3 using the official google-genai Python package.
  • [SAFE]: The code handles API credentials through standard environment variables (GEMINI_API_KEY, GOOGLE_CLOUD_PROJECT).
  • [SAFE]: The script includes a feature to disable SSL certificate verification via the --no-ssl-verify flag or LYRIA_NO_SSL_VERIFY environment variable. While this globally modifies the process's SSL context and monkey-patches the httpx library to skip verification—introducing a risk of Man-In-The-Middle (MITM) attacks—it is implemented as an optional, documented feature for users in restrictive network environments (e.g., behind corporate proxies).
  • [SAFE]: File system operations are limited to creating an output directory and writing the generated audio files to paths specified by the user or configuration.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 3, 2026, 03:37 AM
Security Audit — agent-trust-hub — lyria