0xmariowu/AgentLint
Check how well your repo supports AI coding agents. Runs 51 evidence-backed core checks across 6 dimensions (Findability, Instructions, Workability, Continuity, Safety, Harness). Seven additional Deep/Session analyzers are opt-in and not run in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 28, 2026
- License
- MIT
Pinned Snippet
uses: 0xmariowu/agentlint@6cf433c4092ee10a3162c2f4ddd68ff13b5d4aff # v1.1.13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project-dir | Directory to scan (default: repo root) | no | . |
| fail-below | Fail the build if total score is below this threshold (0-100). Default 0 = never fail. | no | 0 |
| format | Report format: terminal, md, jsonl, html, all | no | terminal |
| output-dir | Directory to write reports. Only used when format != terminal. | no | "" |
| sarif-upload | Upload SARIF to GitHub Code Scanning. Requires the calling workflow to declare `permissions: security-events: write` and (for private repos) a GHAS license. Default: false. | no | false |
Outputs
| name | description |
|---|---|
| score | Total AgentLint score (0-100). Averaged only over dimensions whose checks actually ran — never polluted by a zero for Deep or Session when they are not available in CI. |
| score-scope | Which dimensions the total covers: "core" (6 deterministic dimensions, the CI default) or "core+extended" (also includes Deep/Session when opted in). |
| findability | Findability dimension score (0-10) |
| instructions | Instructions dimension score (0-10) |
| workability | Workability dimension score (0-10) |
| continuity | Continuity dimension score (0-10) |
| safety | Safety dimension score (0-10) |
| harness | Harness dimension score (0-10) |