korext/AI Attestation
Enforce AI code governance policies using .ai-attestation.yaml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on-missing | Fail if .ai-attestation.yaml is missing from the repository | no | true |
| minimum-governance-score | Minimum governance score required to pass (0-100). Overrides the policy in the attestation file. | no | "" |
| block-unscanned | Block AI code that has not been governance scanned. Overrides the policy in the attestation file. | no | "" |
| require-review | Require human review for AI assisted code. Overrides the policy in the attestation file. | no | "" |
| mandatory-packs | Comma-separated list of governance packs that must be applied. Overrides the policy in the attestation file. | no | "" |
| attestation-path | Path to the attestation file relative to workspace root | no | .ai-attestation.yaml |
Outputs
| name | description |
|---|---|
| result | Policy check result: PASS, WARN, or FAIL |
| ai-percentage | Percentage of AI assisted commits |
| governance-score | Current governance score (if available) |
| tools-detected | Comma-separated list of detected AI tools |
| summary | Human readable summary of the attestation |