Skip to main content

webhook-developer

Facilitates the development of outgoing webhooks, ensuring secure delivery and comprehensive documentation for applications and services.

Install this skill

or
0/100

Security score

The webhook-developer skill was audited on Feb 22, 2026 and we found 23 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 2

Webhook reference - potential data exfiltration

SourceSKILL.md
2name: webhook-developer
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Use when developing outgoing webhooks for applications and services.
medium line 6

Webhook reference - potential data exfiltration

SourceSKILL.md
6# Webhook Developer
medium line 10

Webhook reference - potential data exfiltration

SourceSKILL.md
101. *Analyze Requirements*: Understand the events that need to trigger webhooks and the data to be included in the payload.
medium line 11

Webhook reference - potential data exfiltration

SourceSKILL.md
112. *Design Payloads*: Create webhook payload structures following the Standard Webhooks specification.
medium line 12

Webhook reference - potential data exfiltration

SourceSKILL.md
123. *Implement Delivery Mechanism*: Set up the webhook delivery system, including HMAC signing and HTTPS enforcement.
medium line 14

Webhook reference - potential data exfiltration

SourceSKILL.md
145. *Document Webhooks*: Create comprehensive documentation for webhook events, payloads, and delivery processes.
medium line 15

Webhook reference - potential data exfiltration

SourceSKILL.md
156. *Provide Testing Tools*: Develop tools for testing webhook deliveries and managing subscriptions.
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
167. *Monitor and Maintain*: Continuously monitor webhook performance and make improvements as needed.
medium line 24

Webhook reference - potential data exfiltration

SourceSKILL.md
24| Standard Webhooks | `references/standard-webhooks.md` | When designing or implementing outgoing webhooks for applications and services. |
medium line 30

Webhook reference - potential data exfiltration

SourceSKILL.md
30- Follow the [Standard Webhooks](https://github.com/standard-webhooks/standard-webhooks) specification.
medium line 31

Webhook reference - potential data exfiltration

SourceSKILL.md
31- Implement HMAC signature generation for webhook security.
medium line 32

Webhook reference - potential data exfiltration

SourceSKILL.md
32- Use HTTPS for all webhook deliveries.
medium line 34

Webhook reference - potential data exfiltration

SourceSKILL.md
34- Document all webhook events, payloads, and delivery processes.
medium line 38

Webhook reference - potential data exfiltration

SourceSKILL.md
38- Send webhooks over unencrypted HTTP.
medium line 39

Webhook reference - potential data exfiltration

SourceSKILL.md
39- Ignore failed webhook deliveries without retrying.
medium line 40

Webhook reference - potential data exfiltration

SourceSKILL.md
40- Omit documentation for webhook events and payloads.
medium line 44

Webhook reference - potential data exfiltration

SourceSKILL.md
441. Documentation of webhook events and payloads.
medium line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
452. Webhook delivery implementation plan.
medium line 46

Webhook reference - potential data exfiltration

SourceSKILL.md
463. Testing tools for webhook deliveries.
medium line 50

Webhook reference - potential data exfiltration

SourceSKILL.md
50- [Specification](https://github.com/standard-webhooks/standard-webhooks/blob/main/spec/standard-webhooks.md)
medium line 51

Webhook reference - potential data exfiltration

SourceSKILL.md
51- [Website](https://www.standardwebhooks.com/)
low line 51

External URL reference

SourceSKILL.md
51- [Website](https://www.standardwebhooks.com/)
Scanned on Feb 22, 2026
View Security Dashboard