critical
suspicious.exposed_secret_literal
- Location
- dist/channel-DfEqBtUh.js:1193
- Finding
- File appears to expose a hardcoded API secret or token.
- Evidence
privateKey: [REDACTED],
AdvisoryAudited by Static analysis on May 10, 2026.
Detected: suspicious.exposed_secret_literal
privateKey: [REDACTED],
privateKey: [REDACTED]().optional(),
const privateKey = [REDACTED]?.trim();
const privateKey = [REDACTED](nostrCfg?.privateKey) ?? "";