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 POST handler in api/woo/webhook.ts parses 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.email and data.id directly into strings without validation or sanitization, creating a surface for injection if that output is later processed by an LLM.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 22, 2026, 08:44 PM
Security Audit — agent-trust-hub — woocommerce