/** * SMI-595: typosquat.ts — detector tests. * * Covers the Wave 1 acceptance criteria directly: * - exact-skeleton impersonation (fires on exact fold match only, never * substring/affix) * - Levenshtein edit-distance <= 2 * - authority-claiming affix, independent of the exact-skeleton rule * - enforcement-mode severity capping */ export {}; //# sourceMappingURL=typosquat.test.d.ts.map