Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The documented implementation is nonfunctional because PATTERNS references _build_js_concurrency_patterns() before that helper is defined. In Python, top-level code executes sequentially during import, so this raises a NameError and prevents the scanner from running at all, creating a denial-of-service against the security control and causing users to miss real race-condition findings.
