guardrailprobe‑action
Fail the build when your LLM safety score drops.
A GitHub Action that runs the guardrailprobe benchmark against your guardrail backend on every push or PR, scores it 0–100, and gates the build on your threshold.
- One step in your workflow — no setup scripts
- Score, pass/fail output, job summary & shields.io badge
- Pinned probe suite: scores comparable across runs
- uses: askuma/guardrailprobe-action@v1
with:
backend: lakera
api_key: ${{ secrets.LAKERA_GUARD_API_KEY }}
threshold: "90"
The source repository opens to the public in late July 2026 — the package is installable from PyPI today.