scan_path
Scan a file or directory to detect quantum-vulnerable asymmetric cryptography and get a post-quantum readiness summary with findings.
Instructions
Scan a file or directory for classical (quantum-vulnerable) asymmetric cryptography using quantakrypto. Returns a readiness summary and findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to a file or directory to scan. | |
| format | No | Output format: 'summary' (default) for readable text, 'json' for the raw ScanResult. |