auditdbio/Savant Smart Contract Analyzer
Analyzes changes in Solidity contracts between commits and creates an audit request in Savant.Chat
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 17, 2025
- License
- None
Pinned Snippet
uses: auditdbio/savant-smart-contract-analyzer@e3305328805617be0e1d3000be31892282bf879a # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| base_commit | Base commit SHA for comparison | yes | — |
| head_commit | Head commit SHA for comparison | yes | — |
| github_token | GitHub token for repository access | no | ${{ github.token }} |
| api_token | API token for the audit service. Get it from https://savant.chat (Profile -> Settings -> API Keys) | yes | — |
| api_url | URL for the audit service API endpoint | no | https://savant.chat/api/v1/ci-cd/requests |
| dry_run | Whether to perform a dry run (do not create real audit) | no | false |
| tier | Tier | no | advanced |
| notification_contacts | Comma-separated list of notification contacts (emails and Telegram usernames) | no | "" |
Outputs
no outputs