ZenMux

AdvisoryAudited by Static analysis on May 10, 2026.

Overview

Detected: suspicious.exposed_secret_literal

Findings (2)

critical

suspicious.exposed_secret_literal

Location
dist/index.js:69
Finding
File appears to expose a hardcoded API secret or token.
Evidence
const apiKey = [REDACTED](PROVIDER_ID).apiKey;
critical

suspicious.exposed_secret_literal

Location
index.ts:76
Finding
File appears to expose a hardcoded API secret or token.
Evidence
const apiKey = [REDACTED](PROVIDER_ID).apiKey;