jira-webhooks
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates secure webhook verification by using standard cryptographic libraries (
cryptoin Node.js,hmacin Python) and performing timing-safe comparisons to prevent side-channel attacks. - [SAFE]: The implementation examples correctly use raw request bodies for signature verification, which is critical for Jira webhooks to avoid inconsistencies caused by JSON re-serialization.
- [EXTERNAL_DOWNLOADS]: The documentation suggests using
hookdeck-cli(the author's own developer tool) vianpxfor local testing and tunnel management. - [CREDENTIALS_UNSAFE]: The skill uses environment variables (
JIRA_WEBHOOK_SECRET) for secret management and provides.env.examplefiles. This is a secure and standard practice for managing sensitive configuration.
Audit Metadata