crypto
Installation
SKILL.md
Cryptographic Failures (A02:2021)
Analyze source code for cryptographic weaknesses including use of broken or weak algorithms, hardcoded encryption keys, improper password hashing, cleartext transmission of sensitive data, missing encryption at rest, and insecure random number generation.
Supported Flags
Read ../../shared/schemas/flags.md for the full flag specification. This skill
supports all cross-cutting flags. Key flags for this skill:
--scopedetermines which files to analyze (default:changed)--depth standardchecks imports, function calls, and configuration values--depth deeptraces key material origin and data flow for sensitive values--severityfilters output (crypto issues range fromlowtocritical)
Framework Context
Related skills