azurliu/Falsiflow
Install Falsiflow and block numeric claims without reviewable evidence.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 1, 2026
- License
- MIT
Pinned Snippet
uses: azurliu/falsiflow@d52791c995992ec5d6497d389afedf9c5146cf8a # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Gate to run: check. claim-check is accepted as a legacy alias. | no | check |
| python-version | Python version for actions/setup-python. | no | 3.11 |
| install-command | Command that installs Falsiflow before running the gate. | no | python -m pip install "$GITHUB_ACTION_PATH" |
| working-directory | Directory where the Falsiflow command should run. | no | . |
| config | Project config JSON path. | yes | — |
| evidence | Evidence CSV path. | yes | — |
| out-dir | Output directory for generated Falsiflow artifacts. | no | data/falsiflow/check |
| strict | Exit non-zero unless the claim is ready. | no | true |
| force | Replace an existing Falsiflow output directory. | no | true |
Outputs
| name | description |
|---|---|
| out-dir | Directory containing generated Falsiflow artifacts. |
| summary-json | Machine-readable check summary. |
| summary-md | Human-readable Markdown report. |