Skill based on Slither (slither-analyzer v0.11.5), generated from sources/slither. Doc path: sources/slither/docs/src/ and repo README.
Slither is a Solidity and Vyper static analysis framework. It runs vulnerability detectors, prints contract structure (call graph, CFG, inheritance, SlithIR), and exposes a Python API and SlithIR for custom analyses. Use it to find bugs, understand code, and integrate into CI or scripts.
Core References
| Topic |
Description |
Reference |
| CLI usage |
Targets, detector/printer selection, path filter, triage, config |
core-usage |
| Python API |
Slither, CompilationUnit, Contract, Function, Node—load and traverse |
core-api |
| SlithIR and analysis |
IR, SSA, when to use irs vs irs_ssa, data dependency |
core-slithir-and-analysis |
Features
Detectors and printers
| Topic |
Description |
Reference |
| Detectors |
Built-in detectors, impact/confidence, custom detector plugin |
features-detectors |
| Printers |
Call graph, CFG, inheritance, SlithIR, function summary, etc. |
features-printers |
Tools
| Topic |
Description |
Reference |
| Built-in tools |
slither-flat, slither-check-erc, slither-check-upgradeability, slither-mutate, slither-doc, slither-read-storage, etc. |
features-tools |
Best Practices
| Topic |
Description |
Reference |
| Suppression and output |
Inline/block suppress, triage, JSON/SARIF/checklist, config file |
best-practices-suppression-and-output |
1---2name: slither3description: Solidity & Vyper static analysis—detectors, printers, Python API, SlithIR, and tools for security and code comprehension.4---56> Skill based on Slither (slither-analyzer v0.11.5), generated from `sources/slither`. Doc path: `sources/slither/docs/src/` and repo README.78Slither is a Solidity and Vyper static analysis framework. It runs vulnerability detectors, prints contract structure (call graph, CFG, inheritance, SlithIR), and exposes a Python API and SlithIR for custom analyses. Use it to find bugs, understand code, and integrate into CI or scripts.910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| CLI usage | Targets, detector/printer selection, path filter, triage, config | [core-usage](references/core-usage.md) |15| Python API | Slither, CompilationUnit, Contract, Function, Node—load and traverse | [core-api](references/core-api.md) |16| SlithIR and analysis | IR, SSA, when to use irs vs irs_ssa, data dependency | [core-slithir-and-analysis](references/core-slithir-and-analysis.md) |1718## Features1920### Detectors and printers2122| Topic | Description | Reference |23|-------|-------------|-----------|24| Detectors | Built-in detectors, impact/confidence, custom detector plugin | [features-detectors](references/features-detectors.md) |25| Printers | Call graph, CFG, inheritance, SlithIR, function summary, etc. | [features-printers](references/features-printers.md) |2627### Tools2829| Topic | Description | Reference |30|-------|-------------|-----------|31| Built-in tools | slither-flat, slither-check-erc, slither-check-upgradeability, slither-mutate, slither-doc, slither-read-storage, etc. | [features-tools](references/features-tools.md) |3233## Best Practices3435| Topic | Description | Reference |36|-------|-------------|-----------|37| Suppression and output | Inline/block suppress, triage, JSON/SARIF/checklist, config file | [best-practices-suppression-and-output](references/best-practices-suppression-and-output.md) |