woocommerce
Pass
Audited by Gen Agent Trust Hub on Feb 15, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (SAFE): The skill contains purely instructional content regarding PHP and WooCommerce development. No executable malicious code, obfuscation, or exfiltration patterns were identified.
- [Security Standards] (INFO): The skill proactively includes sections on security best practices, such as:
- Data validation and sanitization using
absint(),wc_stock_amount(), andsanitize_email(). - Secure output escaping using
esc_html(),esc_url(), andwp_kses_post(). - CSRF protection using WordPress nonces (
wp_nonce_field,wp_verify_nonce). - Privilege/Authorization checks via
current_user_can(). - SQL injection prevention through the use of
$wpdb->prepare()for database queries.
Audit Metadata