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.

Add to your workflow
- uses: askuma/guardrailprobe-action@v1
  with:
    backend: lakera
    api_key: ${{ secrets.LAKERA_GUARD_API_KEY }}
    threshold: "90"
View on PyPI GitHub

The source repository opens to the public in late July 2026 — the package is installable from PyPI today.