slither-analysis

Automates Solidity contract security analysis using Slither detectors and severity triage for CI pipelines.

120|12|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ccashwell/evm-cortex --skill slither-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slither-analysis
Source: https://github.com/ccashwell/evm-cortex/tree/main/skills/slither-analysis
Command: npx skills add https://github.com/ccashwell/evm-cortex --skill slither-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Slither-based analysis streamlines the detection of vulnerabilities and analysis noise in Solidity contracts, reducing manual review time and accelerating secure deployments.

Core Features & Use Cases

  • Run Slither on projects to identify common vulnerability patterns and detector results.
  • Filter false positives, triage findings by severity, and prepare actionable remediation steps.
  • Integrate into CI pipelines for automated security checks during builds and code reviews.

Quick Start

Install Slither and run a full analysis on your Solidity project.

Frequently Asked Questions about slither-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Slither static analysis on Solidity contracts?

Run Slither static analysis on Solidity contracts by executing a full project scan to identify common vulnerability patterns and detector results. This streamlines vulnerability detection and reduces manual review time.

Can I integrate Slither into CI pipelines for automated security checks?

Yes, you can integrate Slither into CI pipelines for automated security checks during builds and code reviews. This automates security analysis to accelerate secure deployments and catch vulnerabilities early.

How do I filter false positives and triage findings by severity in Slither?

Filter false positives and triage findings by applying Slither detectors and interpreting severity levels. This allows you to prepare actionable remediation steps and reduce analysis noise in Solidity projects.

What is Slither used for in Solidity security reviews?

Slither is used in Solidity security reviews to automate vulnerability detection and analysis noise reduction. It identifies common vulnerability patterns, accelerating secure deployments and reducing manual review time.

Does Slither support applying specific detectors during Solidity analysis?

Yes, Slither supports applying specific detectors during Solidity analysis to identify vulnerability patterns. You can filter false positives and interpret severity levels to prepare actionable remediation steps.