wc-shipping-providers
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation for WooCommerce development. It includes instructions for registering shipping providers and implementing tracking URL logic using official WooCommerce classes and hooks.
- [SAFE]: Input handling recommendations explicitly advise using
rawurlencodefor tracking numbers and deterministic placeholder handling, which prevents potential injection attacks when constructing URLs. - [SAFE]: The skill uses official WooCommerce feature gates (
FeaturesUtil::feature_is_enabled) to ensure code only runs when the relevant core functionality is active, following standard development practices. - [SAFE]: No suspicious patterns, such as obfuscation, remote code execution, or unauthorized data access, were identified in the provided code snippets or instructions.
Audit Metadata