From 79c4b47b2b626925d48fc8086e0663d23b81d316 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 21 Jun 2026 12:41:34 -0400 Subject: [PATCH] chore(audit): generate baseline file (post-Phase-1: 112 weak sites, 79% reduction) --- scripts/audit_weak_types.baseline.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/audit_weak_types.baseline.json diff --git a/scripts/audit_weak_types.baseline.json b/scripts/audit_weak_types.baseline.json new file mode 100644 index 00000000..8d0570b9 --- /dev/null +++ b/scripts/audit_weak_types.baseline.json @@ -0,0 +1,17 @@ +{ + "total_weak": 112, + "files_with_findings": 27, + "by_category": { + "dict_str_any": 72, + "list_of_dict": 32, + "optional_dict": 4, + "optional_tuple": 2, + "optional_list_of_dict": 2 + }, + "by_severity": { + "high": 109, + "medium": 3 + }, + "generated_at": "2026-06-21T12:40:51.974837", + "note": "Baseline for --strict mode. Re-generate when a new track intentionally reduces the count." +}