list_detectors
List available Slither security detectors with metadata including name, description, impact, and confidence levels. Use to discover which security checks to run before analysis.
Instructions
Lists all available Slither security detectors with their metadata. Use this to discover what security checks are available before running analysis, or to filter detectors by name. Returns detector name, description, impact level (High/Medium/Low/Informational), and confidence level. Does not run detection; use run_detectors for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| has_more | No | True if there are more results beyond this page | |
| detectors | Yes | ||
| total_count | Yes | ||
| error_message | No |