woocommerce
Pass
Audited by Gen Agent Trust Hub on Sep 22, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes code to handle external webhooks that ingest data from potentially untrusted sources.
- Ingestion points: The
POSThandler inapi/woo/webhook.tsparses JSON data directly from incoming request bodies. - Boundary markers: The skill does not implement boundary markers or instructions to ignore embedded prompts in the processed data.
- Capability inventory: The skill demonstrates network capabilities, including interacting with the WooCommerce REST API and triggering external notifications (Slack, email).
- Sanitization: The provided code snippets interpolate external fields like
data.billing.emailanddata.iddirectly into strings without validation or sanitization, creating a surface for injection if that output is later processed by an LLM.
Audit Metadata