Module Overview
Priority: Medium
Estimated Functions: ~8
Focus: Validate crypto usage (NOT implement crypto)
Features
validate_encryption_algorithm(), validate_key_length(), validate_certificate_chain()
detect_weak_crypto(), detect_hardcoded_keys(), check_random_number_generation()
check_tls_configuration(), parse_crypto_standards()
Rationale
Crypto misuse is common. Detection is deterministic. Agents miss security nuances.
Related
- Part of Phase 5: Development Workflow
Module Overview
Priority: Medium
Estimated Functions: ~8
Focus: Validate crypto usage (NOT implement crypto)
Features
validate_encryption_algorithm(),validate_key_length(),validate_certificate_chain()detect_weak_crypto(),detect_hardcoded_keys(),check_random_number_generation()check_tls_configuration(),parse_crypto_standards()Rationale
Crypto misuse is common. Detection is deterministic. Agents miss security nuances.
Related