
from superpowers-sage13
Comprehensive security patterns for WordPress development using Sage and Acorn, focusing on sanitization, escaping, and authorization.
Provides a rigorous security framework for writing and reviewing WordPress code within the Sage/Acorn ecosystem. It implements a multi-layered defense strategy covering input sanitization, output escaping, and robust authorization checks.
Use this skill during the development of any feature that handles user input, renders dynamic content in Blade templates, interacts with the database via $wpdb or Eloquent, or processes file uploads. It is also intended as a final security audit pass before deployment.
sanitize_text_field), contextual escaping (esc_html, esc_attr), nonce verification, capability checks (current_user_can), SQL preparation, and CSRF protection.Optimized for Claude Code and other AI coding assistants working on modern WordPress architectures.
This skill has not been reviewed by our automated audit pipeline yet.
Design Tool Integration — Superpowers Sage
Route design links (Paper, Figma, Stitch, local assets) to the correct extractor, extract per-section layout and assets, and save structured design notes for im
Acorn Middleware & Authentication
Implements Laravel-style HTTP middleware, JWT authentication, and request filtering within WordPress using Acorn and Sage.
WordPress REST API Patterns
Expert patterns for creating, modifying, and debugging WordPress REST API endpoints, ensuring secure and performant API surfaces.