tejaschandr/VeriSol Smart Contract Audit
AI-powered smart contract security verification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| contract-path | Path to Solidity contract file or directory | yes | contracts/ |
| openai-api-key | OpenAI API key for LLM analysis (not needed for quick/offline modes) | no | — |
| mode | Audit mode: default, quick, offline, full | no | default |
| fail-on-high | Fail the action if HIGH severity issues are found | no | true |
| fail-on-critical | Fail the action if CRITICAL severity issues are found | no | true |
| solc-version | Solidity compiler version to use | no | 0.8.24 |
Outputs
| name | description |
|---|---|
| score | Security score (0-100) |
| status | Audit status: passed, failed, or error |
| findings-count | Total number of findings |
| critical-count | Number of CRITICAL severity findings |
| high-count | Number of HIGH severity findings |
| report-path | Path to the JSON report file |