Secret Redaction Check

Validate public reports redact bearer tokens, provider tokens, and platform keys.

Instantiate locally
secret-check.js
const sample='Authorization: Bearer sample-token'; console.log(JSON.stringify({ rawSecretPublic:false, redacted:sample.replace(/Bearer .+$/,'Bearer [REDACTED]') }));
Help