gamma-webhooks-events
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a standard implementation for receiving and processing webhooks from the Gamma platform.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets were found; the code correctly references environment variables for sensitive data like webhook secrets and Redis connection strings.
- [REMOTE_CODE_EXECUTION]: The skill does not perform any remote code downloads or execution; it uses standard Node.js packages like express and bull.
- [DATA_EXFILTRATION]: No unauthorized data transfer or exfiltration patterns were detected. Webhook data is verified via HMAC signature check before processing.
Audit Metadata