Secure Plugin Development

Use when starting a new WordPress plugin or theme, scaffolding a plugin file, wiring hooks, or adding any feature that handles requests, options, or output. Establishes the secure-by-default baseline — ABSPATH guard, the capability + nonce + sanitize + escape flow, prepared queries, and safe defaults — and routes to the focused security skills for each concern. Apply proactively at the start of any WordPress build.

wpultimatesecurity 18c9a1d 4 files · 19.9 KB Updated

File contents

wpultimatesecurity/WordPress-Security-Skills/tree/main/skills/secure-plugin-development commit 18c9a1d825

Frequently asked questions

npx skillmds@latest add wpultimatesecurity/secure-plugin-development