Intent-Code Divergence
Medium
- Confidence
- 97% confidence
- Finding
- The documentation states that Markdown scanning is limited to code blocks, but the provided Python scanner reads every line of `.md` files without implementing any code-block-only filtering. This mismatch can cause false positives and unsafe reliance on scan results, especially if users make installation or trust decisions based on the claimed behavior.
