beanstechbr/constituicao.tech — Document Integrity Scanner
Scans documents in pull requests for prompt injection, forged signatures, and AI-generated content. Aligned to OWASP LLM Top 10, NIST AI 100-2e2025, MITRE ATLAS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-mode | Which modules to run: injection, integridade, assinatura, all | no | injection |
| threshold | Risk score threshold to fail the check (0-100) | no | 30 |
| file-patterns | Glob patterns for files to scan (comma-separated) | no | **/*.pdf,**/*.docx,**/*.txt,**/*.md |
| fail-on-detection | Whether to fail the workflow on detection above threshold | no | true |
Outputs
| name | description |
|---|---|
| score | Highest risk score found across all scanned files |
| level | Risk level: baixo, atencao, elevado |
| files-scanned | Number of files scanned |
| detections | Number of files with score above threshold |