wp-perf-audit
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Auditing scripts and system utilities like
curl,git, andwp-cliare executed through Python'ssubprocessmodule. These commands are used for environment capability detection and site measurements, employing safe list-based argument handling. - [DATA_EXFILTRATION]: The skill performs outbound network requests to gather timing and asset data from target WordPress sites. It includes specific code in
capabilities.pyto identify the presence of environment variable names (e.g., API keys) without accessing or exposing their actual values. - [PROMPT_INJECTION]: The skill analyzes data from remote websites, which is treated as untrusted input. It provides clear instructions to ignore any instructions embedded in analyzed data and implements sanitization logic in
perf-probe.pyto block dangerous schemes likejavascript:. - [EXTERNAL_DOWNLOADS]: Performance audits involve fetching site headers and assets. The skill uses
curlandurllibwith configured timeouts and byte-size limits to safely retrieve and size remote resources for the audit report.
Audit Metadata