femave/SCaForge Smart Contract Audit
Run AI-powered security audits on Solidity smart contracts using SCaForge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Your SCaForge API key (get one at https://scaforge.io/settings/api-keys) | yes | — |
| contracts-path | Glob pattern for Solidity contract files to audit | no | contracts/**/*.sol |
| fail-on | Fail the workflow if findings at this severity or above are found (critical, high, medium, low) | no | high |
| api-url | SCaForge API URL (use for self-hosted instances) | no | https://api.scaforge.io |
Outputs
| name | description |
|---|---|
| risk-score | Overall risk score from 0-100 |
| total-findings | Total number of findings across all contracts |
| critical-count | Number of critical severity findings |
| high-count | Number of high severity findings |
| medium-count | Number of medium severity findings |
| low-count | Number of low severity findings |
| report-json | Full audit report in JSON format |