slither
Installation
SKILL.md
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 |