speedvibecode/Sembl verify
Deterministic accountability gate for AI coding agent changes — verify a PR's diff stayed in declared bounds and didn't fabricate its results.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bounds | Path to the bounds JSON (editable_paths / forbidden_areas / churn_budget). Produce it by hand, with `sembl bounds --spec-kit`, or `sembl generate`. | yes | — |
| report | Optional executor report JSON to cross-check for fabricated file claims and unevidenced test passes. | no | "" |
| strict | Strict gate: out-of-scope edits BLOCK (not just WARN) and any WARN fails the check. | no | false |
| base-ref | Base ref to diff against. Defaults to the PR base SHA, else the previous commit. | no | "" |
| sembl-version | Version specifier for the sembl package (e.g. '==0.2.0'). Empty installs the latest. | no | "" |
Outputs
no outputs