0xmhha/Solin - Solidity Static Analyzer
Run Solin static analysis on your Solidity smart contracts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 26, 2025
- License
- None
Pinned Snippet
uses: 0xmhha/solin@9ea3d58e4cfbe4277e1130e028a04892bf9f9f1b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to analyze (file, directory, or glob pattern) | no | . |
| config | Path to configuration file | no | "" |
| format | Output format (stylish, json, sarif, html) | no | stylish |
| fail-on-error | Fail the action if errors are found | no | true |
| fail-on-warning | Fail the action if warnings are found | no | false |
| comment-on-pr | Post results as PR comment | no | true |
| sarif-upload | Upload SARIF results to GitHub Code Scanning | no | false |
| working-directory | Working directory for analysis | no | . |
| node-version | Node.js version to use | no | 18 |
Outputs
| name | description |
|---|---|
| total-issues | Total number of issues found |
| errors | Number of errors found |
| warnings | Number of warnings found |
| info | Number of info issues found |
| sarif-file | Path to generated SARIF file (if sarif-upload is true) |