event-driven
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code snippets for implementing event-driven architectures. All patterns follow industry best practices for Go and Python.
- [SAFE]: Code examples for webhooks correctly demonstrate security best practices, such as HMAC signature verification using
webhook.ConstructEventandhmac.New(sha256.New, ...)to ensure message integrity and authenticity. - [SAFE]: Network operations are generic implementation patterns for outgoing webhooks and message publishing. They use standard libraries without hardcoded destinations, sensitive data exfiltration, or credential exposure.
- [SAFE]: Data processing examples use standard JSON marshalling/unmarshalling and do not demonstrate unsafe dynamic execution or deserialization vulnerabilities.
Audit Metadata