weak-encryption-anti-pattern
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOW
Full Analysis
- [SAFE] (INFO): The skill serves as an educational reference for detecting cryptographic anti-patterns such as DES and ECB mode. All code snippets are clearly labeled for pedagogical purposes.
- [DATA_EXPOSURE & EXFILTRATION] (SAFE): Code examples use cryptographically secure random generators for keys and nonces (e.g.,
os.urandom). No hardcoded secrets, sensitive file access, or network exfiltration patterns were found. - [REMOTE_CODE_EXECUTION] (SAFE): The file contains no commands for downloading or executing remote scripts. All code is static and illustrative.
- [PROMPT_INJECTION] (SAFE): No instructions attempting to override agent behavior, bypass safety filters, or extract system prompts were detected.
- [DYNAMIC_EXECUTION] (SAFE): No runtime code generation, unsafe deserialization (e.g., pickle), or dynamic loading of external libraries.
Audit Metadata