Back to skill

Security audit

Google Gemini TTS

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward Gemini text-to-speech wrapper that sends user-provided text to Google and saves the returned audio as a WAV file.

Before installing, confirm you trust the publisher and are comfortable sending the text you ask it to speak, along with a Gemini API key, to Google's API. Prefer a dedicated GEMINI_API_KEY, and choose output paths carefully because the script can create the output directory and overwrite the selected WAV file.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

No suspicious patterns detected.