mergeguide/MergeGuide Policy Check

Run MergeGuide policy checks on your code to enforce security and compliance standards

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsFiles or directories to check (space-separated)no.
formatOutput format (text, json, sarif, markdown)notext
policyPath to custom policy file(s) (space-separated)no""
no-defaultsSkip default policiesnofalse
fail-on-warningExit with error if warnings are foundnofalse
sarif-filePath to write SARIF output (for GitHub code scanning)no""
github-tokenGitHub token for uploading SARIF resultsno${{ github.token }}
anthropic-api-keyBYOK (bring your own key): your Anthropic API key, supplied from a CI secret (e.g. ${{ secrets.ANTHROPIC_API_KEY }}). When set, MergeGuide runs the composed NGE deep-analysis engine (L1 + L2) instead of the default scan. The key is used ONLY to call Anthropic from within your own CI runner and is NEVER stored, logged, or transmitted to MergeGuide. Leave empty for the free, offline L1/regex scan (no key required).no""
l2-modelOptional pinned L2 model id. Defaults to the validated model (claude-opus-4-8). Ignored when no key is supplied. Pinning a model keeps CI verdicts reproducible.no""
namedescription
passedWhether all checks passed (true/false)
violationsNumber of violations found
reportPath to the output report file (if sarif-file specified)