Guardrail Bridge

AdvisoryAudited by Static analysis on May 18, 2026.

Overview

Detected: suspicious.exposed_secret_literal

Findings (2)

critical

suspicious.exposed_secret_literal

Location
dist/src/config.d.ts:19
Finding
File appears to expose a hardcoded API secret or token.
Evidence
apiKey: [REDACTED];
critical

suspicious.exposed_secret_literal

Location
dist/src/config.js:58
Finding
File appears to expose a hardcoded API secret or token.
Evidence
base.http.apiKey = [REDACTED];