P
Peekr Cloud
DemoAcme Agents

Guardrails

Protection activity

Blocks, redactions, and warnings — last 24h.

Total events

7

last 24h

Blocked

2

GuardrailError raised

Redacted

3

PII / secrets removed

Warnings

2

flagged, not blocked

Rules triggered · last 24h

Unknown
1

Guardrail enforced

Blocklist
2

Blocks forbidden terms

PIIRedact
2

Redacts personal data

HallucinationBlock
1

Blocks low-quality responses

MemoryContradiction
1

Flags conflicting recalled memories

Recent events · newest first

BlockedUnknownglobex

Response blocked: hallucination score 0.210 is below threshold 0.500

trace_0000·tool.calculator·just now
BlockedBlocklistglobex

Blocklist: blocked pattern in 'output'

trace_0000·tool.calculator·just now
RedactedPIIRedactglobex

PIIRedact: [EMAIL, PHONE] removed from [input]

trace_0000·anthropic.messages.create·just now
RedactedBlocklistglobex

Blocklist: redacted 1 pattern(s) from 'input'

trace_0000·agent.run·just now
WarningHallucinationBlockglobex

HallucinationBlock: passed (score=0.820, threshold=0.500)

trace_attn·anthropic.messages.create·10m ago
RedactedPIIRedactglobex

PIIRedact: [EMAIL] removed from [output]

trace_attn·router.triage·10m ago
WarningMemoryContradictionacme

MemoryContradiction: recall returned a memory and its correction together — "The production database is hosted at cloud.acme.…" vs…

trace_cont·memory.recall·1h ago

Configure guardrails

Rules run automatically on every LLM span.

PIIRedact

Strips email, phone, SSN, credit card

peekr.guard.PIIRedact()
Blocklist

Blocks secrets, API keys, forbidden terms

peekr.guard.Blocklist(
  patterns=Blocklist.COMMON_SECRETS
)
HallucinationBlock

Blocks responses below faithfulness threshold

peekr.guard.HallucinationBlock(
  threshold=0.5
)
Compliance packs

HIPAA, FDCPA, GDPR, UAE PDPL + 13 more

peekr.instrument(
  compliance=["HIPAA"]
)

Regulatory compliance packs

HIPAA, FDCPA, FINRA, GDPR, UAE PDPL — toggle from dashboard, enforced on next request.

Get started free →