integration-spec
Creates detailed integration specifications for documenting APIs, webhooks, and data flows, ensuring clear communication between systems.
Install this skill
Security score
The integration-spec skill was audited on Feb 12, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Webhook reference - potential data exfiltration
| 3 | description: Эксперт по интеграционным спецификациям. Используй для документирования интеграций, webhooks, event schemas и data flows. |
Webhook reference - potential data exfiltration
| 296 | ## Webhook Specification |
Webhook reference - potential data exfiltration
| 299 | webhooks: |
Webhook reference - potential data exfiltration
| 311 | signature_header: "X-Webhook-Signature" |
Webhook reference - potential data exfiltration
| 313 | timestamp_header: "X-Webhook-Timestamp" |
Webhook reference - potential data exfiltration
| 321 | def verify_webhook(payload: bytes, signature: str, secret: str) -> bool: |
Webhook reference - potential data exfiltration
| 441 | Notification Service--)Client: Webhook: order.created |
Webhook reference - potential data exfiltration
| 465 | - "Webhook sent" |
Webhook reference - potential data exfiltration
| 532 | 5. **Webhook reliability** — retry policy и signature verification |
External URL reference
| 83 | url: "https://api.example.com/oauth/token" |
External URL reference
| 193 | tracking_url: "https://api.example.com/orders/ORD-12345678/track" |
External URL reference
| 504 | base_url: "https://api-sandbox.example.com" |
External URL reference
| 511 | base_url: "https://api-staging.example.com" |
External URL reference
| 517 | base_url: "https://api.example.com" |