bajuzjefe/Aikido - Aiken Security Analyzer
Run Aikido static analysis on Aiken smart contracts and upload SARIF results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | Path to the Aiken project directory | no | . |
| fail-on | Minimum severity that triggers a non-zero exit (info, low, medium, high, critical) | no | high |
| min-severity | Minimum severity to include in output (info, low, medium, high, critical) | no | info |
| format | Output format (text, json, sarif, markdown) | no | text |
| upload-sarif | Upload SARIF results to GitHub Security tab | no | true |
| version | Aikido version to install (e.g. v0.3.0, or 'latest') | no | latest |
| config | Path to .aikido.toml config file (default: auto-detected from project path) | no | "" |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| critical-count | Number of critical findings |
| exit-code | Aikido exit code (0 = pass, 1 = error, 2 = findings exceed threshold) |
| sarif-file | Path to SARIF output file (if generated) |