generate_compliance_report
Generate a cryptographic compliance report for FIPS 140-3, CNSA 2.0, and post-quantum readiness by evaluating algorithms and audit text to support security assessments and migration planning.
Instructions
Generate comprehensive cryptographic compliance report covering FIPS 140-3, CNSA 2.0, post-quantum readiness, and code audit.
Produces a unified report suitable for security assessments, compliance audits, and migration planning.
Args: algorithms: Comma-separated algorithm names to evaluate scan_text: Optional source code or config text to audit system_type: System type - "nss", "federal", or "general" data_sensitivity: Data sensitivity - "low", "medium", "high", or "critical" data_shelf_life_years: How many years data must remain confidential
Returns: JSON comprehensive compliance report across all standards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithms | Yes | ||
| scan_text | No | ||
| system_type | No | general | |
| data_sensitivity | No | high | |
| data_shelf_life_years | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |