alva-p/Chainlink Audit
Scan Solidity repositories for risky Chainlink integration patterns (Data Feeds, CCIP, VRF, Automation, Functions) and produce a SARIF report.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory to scan | — | . |
| sarif-file | Where to write the SARIF report | — | chainlink-audit.sarif |
| fail-on | Fail the step if any finding is at or above this severity (info, low, medium, high). Empty = never fail. | — | "" |
| args | Extra CLI arguments, e.g. --changed-since origin/main or --no-baseline | — | "" |
| version | chainlink-audit npm version to install | — | latest |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF report |