File appears to expose a hardcoded API secret or token.
Critical
- Code
- suspicious.exposed_secret_literal
- Location
- dist/src/glm-realtime-provider.js:45
- Evidence
apiKey: [REDACTED] ?? envApiKey,
Security audit
Security checks for vulnerabilities and agentic risk
This plugin appears to be a coherent GLM Realtime voice provider that uses a user-supplied Zhipu API key to stream voice data to Zhipu's documented realtime endpoint.
Before installing, understand that voice audio, transcripts, prompts/instructions, and model tool-call context may be sent to Zhipu's GLM Realtime service using your ZHIPU_API_KEY. Install only if you intend to use that provider and are comfortable with that third-party data flow.
Detected: suspicious.exposed_secret_literal
apiKey: [REDACTED] ?? envApiKey,