Back to Registry
git.ci.passed
HARD
Verifies that all CI check runs passed for a given commit SHA.
Scorecard
| Determinism | deterministic |
| Evidence Quality | api-state |
| Intended Use | eval-and-train |
| Gating Required | No |
| Permissions | api:github |
Test Fixtures
9 total
| Type | Count |
|---|---|
| Positive | 3 |
| Negative | 3 |
| Adversarial | 3 |
Metadata
| Version | 0.1.0 |
| Domain | git |
| Task Type | ci_verification |
| Contributor | vr.dev |
| Source | arXiv:2310.06770 |
Use in SDK
# CLI
vr verify --verifier git.ci.passed --ground-truth '{"order_id": "ORD-42"}'
# Python
from vrdev import verify
result = verify("git.ci.passed", ground_truth={"order_id": "ORD-42"})
# API
curl -X POST https://api.vr.dev/v1/verify \
-H "X-API-Key: vr_live_..." \
-d '{"verifier": "git.ci.passed", "ground_truth": {"order_id": "ORD-42"}}'