Contract Static Scan
contract_static_scanRun static analysis on Solidity code using Slither, normalize detector outputs into candidate findings for further review. Results are unverified candidates that need a proof-of-concept before submission.
Instructions
Run Slither over a Solidity project and normalize the detector output.
repo is a path inside the engagement workspace. Analysis is local: no
network request is made and no contract is executed, which is why this is
passive and costs no budget.
Every result is a CANDIDATE. Slither's high-impact detectors fire on safe code often enough that a finding without a runnable PoC is not submittable on any platform that pays for smart-contract bugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| exclude_informational | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||