modiqo/CLIARE

Measure CLI agent readiness and publish local CI score artifacts.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 5, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: modiqo/cliare@6eddb2f94445e11e6e89c5eb3275a438dc4456fc # v0.1.9

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
targetPath or PATH-resolved command name for the CLI to measure.yes
modeRun mode, either measure or guard.nomeasure
baselineBaseline scorecard path for guard mode.no
policyOptional CLIARE policy JSON file for guard mode.no
allowed-dropAllowed score drop for guard mode.no0
outOutput directory for CLIARE artifacts.no.cliare
profileTraversal profile: quick, standard, or deep.nostandard
concurrencyOptional maximum number of probes to run concurrently.no
cliare-commandCLIARE executable to invoke. Install it before using this action.nocliare
extra-argsAdditional trusted arguments passed to cliare.no""
upload-artifactsUpload the generated CLIARE artifact directory.notrue
artifact-nameName for uploaded CLIARE artifacts.nocliare-artifacts
namedescription
scoreNumeric CLIARE score from scorecard.json.
scorecardPath to scorecard.json.
summaryPath to summary.md.
sarifPath to findings.sarif.
junitPath to junit.xml.