wp-performance
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The inspection script
perf_inspect.mjssafely interacts with the system usingspawnSyncwith an arguments array, which effectively mitigates common command injection vulnerabilities by not invoking a shell. - [SAFE]: The skill leverages official WordPress and WP-CLI diagnostic tools and provides clear guidance on safety, such as obtaining approval before running performance-heavy operations (e.g.,
wp cache flushorSAVEQUERIES) in production environments. - [SAFE]: All external URLs and package recommendations point to official WordPress documentation (make.wordpress.org) and reputable community repositories (wp-cli.dev) associated with the WordPress ecosystem.
- [SAFE]: The instructions for targeted code profiling using
wp profile evalare transparent and appropriate for the skill's primary purpose of backend performance measurement. - [SAFE]: The script uses standard file system checks to detect the presence of performance-related plugins and drop-ins without accessing sensitive file content or environment secrets.
Audit Metadata