ollieb89/ai-output-redacter
Stop AI leaks before they leave CI. Scan and redact sensitive content in AI-generated outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-paths | Comma-separated list of files or directories to scan | no | . |
| config-path | Path to .ai-output-redacter.yml config file | no | .ai-output-redacter.yml |
| mode | report | redact | enforce | no | report |
| fail-on | any | high | none (used in enforce mode) | no | any |
| scan-stdin | Also scan stdin for sensitive content | no | false |
| ignore-paths | Comma-separated paths to skip during scan | no | "" |
Outputs
| name | description |
|---|---|
| violations-found | true if any violations were detected |
| violation-count | Total number of violations found |
| rules-triggered | Comma-separated list of rule names that triggered |
| report-path | Path to JSON report artifact |