P
Peekr Cloud
DemoAcme Agents

Compliance & Guardrails

Rule configuration

Enable regulatory compliance packs — rules are fetched by the SDK automatically. Toggle a pack and your code updates instantly.

Demo

SDK integration

2 of 6 packs enabled — copy this into your agent

import peekr

peekr.instrument(
    exporter=peekr.HTTPExporter(
        endpoint="https://peekr.starkspherelabs.com",
        api_key="pk_live_…",
    ),
    compliance=["HIPAA", "FDCPA"],
)
2 active

Custom rules

Define your own blocked terms, patterns, and required disclosures.

2 active
no_competitor_mentions

Blocklist · blocks: AcmeRival, CompetitorX

on
require_human_handoff_disclosure

Required phrase · must include: “connect you with a specialist”

on

Sign in to add your own rules — they ship to the SDK without a redeploy.

Regulatory compliance packs2/6 enabled

Patterns maintained by Peekr — updated without SDK redeploys

HIPAA — PHI protectionCRITICALUS · Healthcare

Blocks PHI leakage in prompts and completions: names + diagnosis pairs, MRNs, insurance IDs. Redacts before storage so traces stay audit-safe.

compliance=["HIPAA"]

enabled
FDCPA — debt collectionHIGHUS · Collections

Flags threats, harassment language, false urgency, and third-party disclosure in collection-agent outputs. Required disclosures checked per call.

compliance=["FDCPA"]

enabled
FINRA — financial communicationsHIGHUS · Finance

Catches guarantees of returns, unbalanced claims, and missing risk disclosures in investor-facing copy.

compliance=["FINRA"]

off
GDPR — personal dataHIGHEU

Detects EU personal data in prompts, enforces minimization, and tags spans for right-to-erasure workflows.

compliance=["GDPR"]

off
EU AI Act — transparencyMEDIUMEU

Requires AI-disclosure language in user-facing outputs and logs decisions for conformity documentation.

compliance=["EU_AI_ACT"]

off
UAE PDPL — personal dataMEDIUMUAE

UAE federal data-protection rules: consent references, cross-border transfer flags, Arabic-name PII patterns.

compliance=["UAE_PDPL"]

off

Toggles are live in your own project — start free with 10k spans/month.