What problem does it solve? AI agents and developers often run Slither incorrectly — wrong package name, unfiltered dependency noise, stale detector IDs, and raw output treated as audit results. This Skill provides accurate, current guidance for installing, configuring, and triaging Slither static analysis on Solidity projects so findings are actionable instead of noisy. ## Core Features & Use Cases - Detector Reference & Triage: Covers 95+ detectors organized by severity, with a step-by-step triage workflow to separate true positives from false positives using filters, triage mode, and .slither.conf.json. - Custom Detectors & Printers: Shows how to write Python-based custom detectors via the Slither API and use printers like contract-summary, call-graph, and variable-order for structural analysis. - CI/CD Integration: Provides GitHub Actions workflows with SARIF upload, severity thresholds, and pre-commit hooks for continuous security scanning. - Use Case: Before a mainnet deployment, run Slither on a Foundry project, filter out OpenZeppelin dependency noise, triage the remaining findings, and gate pull requests on medium-and-high severity results. ## Quick Start Ask the agent to run Slither on your Foundry project, filter out library dependencies, and explain each high-severity finding with a recommended fix.