Webhook Design
Warn
Audited by Snyk on Mar 4, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill defines webhook endpoints (/webhooks/stripe and /webhooks/github) that receive and parse JSON payloads from external providers (Stripe, GitHub) and then the agent code (process_stripe_event/process_github_event) acts on those event contents to make decisions and trigger actions, so untrusted third-party content is ingested and can influence behavior.
Audit Metadata