aizen299/ChainAudit — Smart Contract Security Scanner
Scan Solidity smart contracts for vulnerabilities using Slither + ML exploitability prediction
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path to a .sol file, .zip archive, or directory of contracts | yes | contracts/ |
| fail-on-critical | Exit with code 1 if CRITICAL vulnerabilities are found | no | true |
| output-format | Output format: 'table' (human-readable) or 'json' | no | table |
| solc-version | Solidity compiler version to use | no | 0.8.24 |
Outputs
| name | description |
|---|---|
| risk-score | Overall risk score (0-100) |
| total-findings | Total number of findings |
| critical-count | Number of CRITICAL findings |
| high-count | Number of HIGH findings |
| report-path | Path to the JSON report artifact |