woocommerce-plugin-development
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive guidance on building WooCommerce plugins with a strong focus on security best practices.
- [SAFE]: Code examples demonstrate the use of WordPress security functions like
wp_verify_nonce()for CSRF protection andsanitize_text_field()for input validation. - [SAFE]: REST API endpoints are implemented with
permission_callbackchecks usingcurrent_user_can('manage_woocommerce'), ensuring proper authorization for sensitive operations. - [SAFE]: The skill explicitly instructs developers to "Sanitize and escape everything" and provides specific examples for both input (
sanitize_text_field) and output (esc_html,esc_attr).
Audit Metadata