/** * Redact Sensitive Tests — Feedback Pipeline Privacy Guards * * Tests the privacy-preserving redaction helpers used by the feedback pipeline. * These functions handle sensitive data (tokens, paths, env vars) and must be * thoroughly tested to prevent data leaks. * * ERR checklist: * - ERR-001: no `as` casts on untrusted values * - ERR-002: never throws; returns safe fallbacks * - ERR-003: segment-exact key matching (no substring matches) * - ERR-014/016: bounded output */ export {}; //# sourceMappingURL=redact-sensitive.test.d.ts.map