/** * Evidence Sanitizer Tests — Core Package * * Direct tests for the shared evidence sanitizer module. * This module is security-critical and used by both core and plugin packages. * * Tests verify: * - Token redaction (sk-*, ghp_*, JWT, base64) * - PD tag stripping * - Path convergence (workspace-relative vs basename) * - Recursive sanitization with depth/key/array limits * - Platform-agnostic path handling (Windows/POSIX) * * ERR checklist: * - ERR-001: No `as` casts — input is `unknown`, narrowed with typeof guards * - ERR-055: ANY-segment sensitive field matching * - ERR-056: Token redaction runs on ALL strings * - EP-08: Platform-agnostic path basename */ export {}; //# sourceMappingURL=evidence-sanitizer.test.d.ts.map