check_fips_compliance
Validate cryptographic algorithm compliance with FIPS 140-3, including key lengths and security strength, and map findings to NIST 800-53 controls.
Instructions
Validate cryptographic algorithms against FIPS 140-3 approved list.
Checks algorithm compliance, key lengths, security strength per SP 800-57, and maps findings to NIST 800-53 controls (SC-12, SC-13).
Args: algorithms: Comma-separated list of algorithm names (e.g. "AES-256,SHA-384,RSA-2048,MD5") scan_text: Optional source code or config text to scan for algorithm usage
Returns: JSON FIPS 140-3 compliance report with pass/fail per algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algorithms | Yes | ||
| scan_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |