wp-rocket-cache-invalidation
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for integrating third-party code with the WP Rocket caching plugin, using its verified public API functions.
- [SAFE]: All provided PHP code snippets adhere to WordPress security best practices, including the use of
function_exists()anddefined()checks to prevent fatal errors in environments where the plugin is not active. - [SAFE]: The instructions correctly advise against insecure or unstable practices, such as using
unlink()for manual cache deletion or assuming the presence of specific plugin files during early initialization hooks. - [SAFE]: The skill provides explicit guidance on avoiding infinite recursion when hooking into the plugin's action events, which promotes stability and prevents denial-of-service scenarios within the WordPress execution environment.
- [SAFE]: No patterns associated with prompt injection, data exfiltration, obfuscation, or unauthorized command execution were detected in the instructions or metadata.
Audit Metadata