xie38388/SOVR AI Safety Check
Add SOVR AI responsibility layer to your CI/CD pipeline. Audit and block dangerous AI operations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | SOVR API key | yes | — |
| mode | Check mode: audit (log only) or enforce (block violations) | no | audit |
| industry | Industry compliance template: fintech, healthtech, legaltech, devtools | no | "" |
| config-file | Path to SOVR config file | no | .sovr.yml |
| fail-on-violation | Fail the workflow if violations are found | no | true |
| scan-paths | Paths to scan (comma-separated) | no | . |
| exclude-paths | Paths to exclude (comma-separated) | no | node_modules,venv,.git |
Outputs
| name | description |
|---|---|
| violations-count | Number of violations found |
| audit-report-url | URL to the audit report |
| compliance-status | Overall compliance status |