zig-crypto
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for Zig developers, providing examples of hashing, AEAD encryption, digital signatures, and key exchange using the language's standard library.
- [SAFE]: No external downloads or remote code execution patterns were detected. The skill relies entirely on the built-in Zig standard library.
- [SAFE]: The documentation includes appropriate security warnings, such as the importance of nonce uniqueness in AEAD, the risks of legacy algorithms like MD5, and the necessity of using constant-time comparison (timingSafeEql) to prevent timing attacks.
- [SAFE]: No data exfiltration or sensitive file access patterns were found. Cryptographic operations are presented as local code snippets for the user to implement.
Audit Metadata