Provides a framework for leveraging real user metrics to detect optimizations for improving page performance.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_SERVER['HTTP_X_FORWARDED_FOR'] not unslashed before sanitization. Use wp_unslash() or similar | 99:17 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_SERVER['HTTP_X_FORWARDED_FOR'] | 99:17 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotValidated | Detected usage of a possibly undefined superglobal array index: $_SERVER['REMOTE_ADDR']. Use isset() or empty() to check the index exists before using it | 99:53 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.MissingUnslash | $_SERVER['REMOTE_ADDR'] not unslashed before sanitization. Use wp_unslash() or similar | 99:53 | Security |
| WARNING | WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | Detected usage of a non-sanitized input variable: $_SERVER['REMOTE_ADDR'] | 99:53 | Security |
| WARNING | readme_reserved_contributors | The "Contributors" header in the readme file contains reserved username(s). Found: "wordpressdotorg" | — | Plugin Repo |
| 11/12/2025, 11:54:39 PM | 14s | 98 | 0 | 6 |