modiqo/CLIARE
Measure CLI agent readiness and publish local CI score artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 5, 2026
- License
- Apache 2.0
Pinned Snippet
uses: modiqo/cliare@6eddb2f94445e11e6e89c5eb3275a438dc4456fc # v0.1.9tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path or PATH-resolved command name for the CLI to measure. | yes | — |
| mode | Run mode, either measure or guard. | no | measure |
| baseline | Baseline scorecard path for guard mode. | no | — |
| policy | Optional CLIARE policy JSON file for guard mode. | no | — |
| allowed-drop | Allowed score drop for guard mode. | no | 0 |
| out | Output directory for CLIARE artifacts. | no | .cliare |
| profile | Traversal profile: quick, standard, or deep. | no | standard |
| concurrency | Optional maximum number of probes to run concurrently. | no | — |
| cliare-command | CLIARE executable to invoke. Install it before using this action. | no | cliare |
| extra-args | Additional trusted arguments passed to cliare. | no | "" |
| upload-artifacts | Upload the generated CLIARE artifact directory. | no | true |
| artifact-name | Name for uploaded CLIARE artifacts. | no | cliare-artifacts |
Outputs
| name | description |
|---|---|
| score | Numeric CLIARE score from scorecard.json. |
| scorecard | Path to scorecard.json. |
| summary | Path to summary.md. |
| sarif | Path to findings.sarif. |
| junit | Path to junit.xml. |