Documentation Index
Fetch the complete documentation index at: https://budecosystem-b7b14df4.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
A strong guardrail program starts with the right provider and probe mix for your domain, risk profile, and latency targets.Selection Framework
1) Define Risk Domains
Examples:- Prompt injection and jailbreak
- Harm/toxicity and unsafe content
- PII and secrets leakage
- Industry or policy-specific requirements
2) Map Coverage to Providers
- Bud Sentinel for broad curated probe coverage and platform-native workflows.
- Cloud provider moderation where external alignment or ecosystem constraints apply.
3) Build a Minimal Viable Probe Set
Start with high-impact probes only, then expand based on real incident and false-positive data.4) Tune Thresholds with Data
Measure flag rates and business impact, then refine profile/probe thresholds.Example Layered Policy
| Layer | Goal | Typical Probes |
|---|---|---|
| Input Gate | Stop malicious prompts | Injection, jailbreak, PII input |
| Output Gate | Prevent unsafe responses | Toxicity, violence, sexual content, PII output |
| Context Gate | Govern tool/retrieval stages | Secrets, unsafe data extraction |
Rollout Pattern
- Pilot on one project.
- Monitor violations and false positives.
- Calibrate thresholds and probe selection.
- Replicate profile template across projects.