cryptography
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Cryptography Implementation (SAFE): The skill provides high-quality guidance for secure cryptographic implementation. It emphasizes using standard algorithms (ED25519, AES-GCM) and explicitly warns against common pitfalls like signing raw data or ignoring error results.
- Dynamic Execution (SAFE): Code patterns include proactive memory management. The skill recommends calling
.Zeroize()andArray.Clear()to wipe sensitive data from RAM immediately after use, reducing the risk of exposure via memory dumps or forensics. - Indirect Prompt Injection (SAFE): While the skill defines workflows for processing user-supplied data such as mnemonics and transaction payloads, it does not demonstrate vulnerable interpolation patterns. Instead, it promotes hashing and serialization as integrity controls. Boundary markers are absent in documentation templates, but the logic relies on structured cryptographic modules rather than natural language parsing of the data.
Audit Metadata