woocommerce-webhooks
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): No malicious patterns, obfuscation, or unauthorized data access were detected in the skill code or documentation.
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill handles untrusted data from WooCommerce webhooks but includes robust defenses.
- Ingestion points: Webhook POST endpoints in
examples/express/src/index.js,examples/fastapi/main.py, andexamples/nextjs/app/webhooks/woocommerce/route.tsingest external data. - Boundary markers: Strong boundary markers are present via HMAC SHA-256 signature verification (
X-WC-Webhook-Signature) required before any data processing occurs. - Capability inventory: The provided code is restricted to logging and JSON parsing; it does not contain dangerous sinks like
eval()orsubprocess.run(). - Sanitization: The handlers use standard JSON parsers (
JSON.parseorrequest.json()) only after the authenticity of the payload has been cryptographically verified.
Audit Metadata