analyze_cnsa_compliance
Check NSA CNSA 2.0 readiness of cryptographic algorithms, identify compliance gaps, and obtain a migration roadmap for National Security Systems.
Instructions
Check NSA CNSA 2.0 readiness for National Security Systems.
Analyzes algorithms against CNSA 2.0 requirements (AES-256, SHA-384, ML-KEM-1024, ML-DSA-87), tracks transition timeline, and assesses crypto agility.
Args: algorithms: Comma-separated algorithm names (e.g. "AES-256,ECDSA-P384,SHA-256") include_gap_analysis: Include full gap analysis with migration roadmap (default True) scan_text: Optional source code or config text to scan
Returns: JSON CNSA 2.0 compliance analysis with gap assessment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithms | Yes | ||
| include_gap_analysis | No | ||
| scan_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |