zig-crypto
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for Zig's
std.cryptomodule, covering standard primitives such as SHA-2/3, AES-GCM, Ed25519, and Argon2. - [SAFE]: No external network operations, remote script downloads, or sensitive file system access patterns were detected. All cryptographic operations described are intended for local execution.
- [SAFE]: The instructions explicitly warn users about common security pitfalls, such as nonce reuse, the dangers of legacy hashes (MD5/SHA1), and the importance of timing-safe comparisons to prevent side-channel attacks.
- [SAFE]: Code snippets use appropriate placeholders for keys and salts, following secure development practices by not hardcoding credentials.
Audit Metadata