woocommerce-data
Warn
Audited by Snyk on Feb 16, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill documents explicit WooCommerce commerce APIs and CRUD that can create and modify orders and trigger checkout flows: the Store API includes POST /wc/store/v1/checkout ("Place order"), the authenticated REST API includes POST /wc/v3/orders (orders CRUD), and WC_Order methods (set_status, update_meta_data, save) can mark orders completed and record transaction IDs. These are specific, finance-related endpoints/operations for executing e-commerce payments/transactions rather than generic tooling, so it grants direct financial execution capability.
Audit Metadata