list_algorithms
Lists all algorithm families this server recognizes and their classifications (classical, post-quantum, symmetric, hash, deprecated) to confirm scan coverage before trusting findings.
Instructions
List every algorithm family this server can recognise, and how each is classified.
Returns the whole table: family name, classification (classical and quantum-vulnerable, post-quantum, symmetric, hash, or deprecated) and the kind of use it stands for. Reads no files and takes no arguments.
Use this to check coverage before trusting a scan -- whether a scheme the project
depends on is one this server knows at all -- or to explain a classification without
scanning. To find what a particular directory uses, use scan_repo instead; this
tool never looks at a codebase.
An algorithm absent from this table is reported as unknown by a scan, which is not
the same as absent from the code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||