gtsbahamas/Assay Verify
Run Assay verification on your codebase — detect hallucinated claims, verify code compliance, and post results to PRs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| assay-api-key | Assay API key (recommended). Get a free key at https://tryassay.ai | no | — |
| anthropic-api-key | Anthropic API key for Claude (BYOK mode). Used if assay-api-key is not set. | no | — |
| scan-mode | Scan mode: "full" analyzes entire codebase, "changed" analyzes only changed files in PR | no | changed |
| fail-threshold | Compliance score threshold (0-100). Action fails if score is below this value. Set to 0 to never fail. | no | 0 |
| doc-source | Document 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-pr | Post results as a PR comment (true/false) | no | true |
| working-directory | Working directory for the codebase to analyze | no | . |
Outputs
| name | description |
|---|---|
| compliance-score | Compliance score as a percentage (0-100) |
| total-claims | Total number of claims extracted |
| pass-count | Number of claims that passed verification |
| fail-count | Number of claims that failed verification |
| partial-count | Number of claims with partial verification |
| report-path | Path to the generated JSON report artifact |