This release focuses on making check results more trustworthy by cutting down on cases where comments or unrelated code patterns triggered a pass or warning.
Bug Fixes
Debug statement scanning no longer reports leftover debug calls when they are only mentioned in a trailing comment. This helps prevent chasing down console logging or similar statements that are not actually in your running code.
Stripe detection now looks for actual initialization in code, not references inside comments. This avoids reporting Stripe as set up when a project only contains TODO notes or placeholder mentions.
Structured data detection is now stricter for WordPress SEO markers, so typical GraphQL setup code does not accidentally count as Schema.org structured data. This reduces silent passes on sites that still need real structured data added.