php-wordpress-audit

Map WordPress security controls to a unified vulnerability taxonomy.

386|38|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/0xShe/PHP-Code-Audit-Skill --skill php-wordpress-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: php-wordpress-audit
Source: https://github.com/0xShe/PHP-Code-Audit-Skill/tree/main/php-wordpress-audit
Command: npx skills add https://github.com/0xShe/PHP-Code-Audit-Skill --skill php-wordpress-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress projects frequently rely on ad-hoc security checks, making consistent white-box audits difficult. This skill standardizes the examination of nonce validation, capability gating, admin-ajax actions, output escaping, redirects, uploads, and remote requests, and maps findings to a unified vulnerability taxonomy (AUTH/CSRF/XSS/SQL/CFG/SSRF).

Core Features & Use Cases

  • Nonce validation and capability checks auditing to defend against CSRF and authorization bypass.
  • AJAX action inspection, output escaping, redirects, and remote requests assessment to identify common weaknesses.
  • Produces structured reports mapping findings to standard risk categories for plugins and themes.

Quick Start

Run the WordPress audit on your WordPress project root to generate the framework audit report.

Frequently Asked Questions about php-wordpress-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit WordPress plugins for CSRF and authorization bypass vulnerabilities?

To audit WordPress plugins for CSRF and authorization bypass, inspect nonce validation and capability checks. This skill standardizes the examination of these controls to identify authorization weaknesses and map them to unified vulnerability categories.

What is the best way to perform a white-box security audit on a WordPress theme?

Performing a white-box security audit on a WordPress theme requires analyzing output escaping, redirects, and remote requests. This skill examines escaping routines and uploads to identify XSS and SSRF issues, generating a structured audit report.

Does this WordPress security audit cover SQL injection and XSS vulnerabilities?

Yes, this WordPress security audit covers SQL injection and XSS vulnerabilities. It analyzes output escaping routines and remote requests, mapping findings to a unified vulnerability taxonomy that explicitly includes XSS and SQL risk categories.

Can I use this tool to check admin-ajax actions for security weaknesses?

Yes, you can use this skill to check admin-ajax actions for security weaknesses. It inspects AJAX actions to assess common vulnerabilities, verifying that nonce checks and capability gating are properly implemented to prevent unauthorized access.

What do I need to generate a structured WordPress vulnerability report?

To generate a structured WordPress vulnerability report, you need accessible WordPress core, theme, or plugin code. This skill analyzes the codebase to examine security controls and outputs a report including risk mappings and evidence requirements.