wp-performance
Audited by Runlayer on Mar 13, 2026
Risky tool definition detected
- Request a URL and inspect the `Server-Timing` header: - `curl -sS -D - https://example.test/ -o /dev/null | rg -i \"^server-timing:\"` Guardrails: - Don’t enable experimental modules in production without approval.
Risky tool definition detected
Risky tool definition detected
Risky tool definition detected
Prompt Injection
Context Poisoning
Risky tool definition detected
Docs: - `wp option list`: https://wpcli.dev/docs/option/list - `wp doctor` includes an `autoload-options-size` check: - https://make.wordpress.org/cli/handbook/doctor-default-checks/ ## Fix patterns - Stop autoloading large blobs: - store large data in non-autoload options (autoload=off) - move large computed data to transients/object cache - Remove stale options left behind by removed plugins/themes (careful: confirm usage before deleting).
Risky tool definition detected
Tool passed security scan
Tool passed security scan
Passed Files (3)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan