wordpress
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: Provides secure-by-design patterns for WordPress development, including mandatory use of
$wpdb->prepare()for database queries and proper capability checks. - [SAFE]: Includes explicit instructions for security essentials, such as sanitizing all user input and escaping all output in different contexts (HTML, attributes, URLs).
- [SAFE]: Promotes the use of nonces for all form and AJAX submissions to prevent CSRF attacks.
- [EXTERNAL_DOWNLOADS]: Mentions standard development workflows using industry-standard package managers like Composer and NPM to manage well-known dependencies.
Audit Metadata