Adds a conservative warning for inline contact-form handlers that cancel native submission, display success, and contain no visible delivery call.
- detects
onsubmitand inlineaddEventListener("submit", ...)patterns - suppresses the warning when a visible Fetch, Axios, XHR, beacon, jQuery Ajax, EmailJS, or native submit call is present
- documents that imported scripts and unfamiliar helper functions are not followed
- keeps the warning non-blocking under the default
fail-on: neversetting
All 11 unit tests and the hosted Action self-check pass.