Intent-Code Divergence
Medium
- Confidence
- 98% confidence
- Finding
- The file defines a full test runner in `_main()` that executes all tests, but later redefines `_main()` to call `_run_unit_tests()`, which is undefined. As a result, running the file as instructed will crash instead of executing the validation suite, undermining integrity checks and allowing packaging or policy violations to go undetected.
