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