gtsbahamas/Assay Verify

Run Assay verification on your codebase — detect hallucinated claims, verify code compliance, and post results to PRs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
assay-api-keyAssay API key (recommended). Get a free key at https://tryassay.aino
anthropic-api-keyAnthropic API key for Claude (BYOK mode). Used if assay-api-key is not set.no
scan-modeScan mode: "full" analyzes entire codebase, "changed" analyzes only changed files in PRnochanged
fail-thresholdCompliance score threshold (0-100). Action fails if score is below this value. Set to 0 to never fail.no0
doc-sourceDocument source to verify against (BYOK mode only). URL to a Terms of Service, Privacy Policy, or API docs. If empty, Assay generates claims from code.no""
comment-on-prPost results as a PR comment (true/false)notrue
working-directoryWorking directory for the codebase to analyzeno.
namedescription
compliance-scoreCompliance score as a percentage (0-100)
total-claimsTotal number of claims extracted
pass-countNumber of claims that passed verification
fail-countNumber of claims that failed verification
partial-countNumber of claims with partial verification
report-pathPath to the generated JSON report artifact