A real-time 0–100 risk score on every agent run
Security shouldn't be a post-mortem SIEM afterthought. Splyntra embeds inline prompt injection detection, PII/secret data loss prevention (DLP), and tool guardrails directly into the OpenTelemetry pipeline.
# Runtime security inspection on agent spans
trace = splyntra.get_active_trace()
# Per-trace unified risk score (0 = clean, 100 = critical threat)
print(f"Risk Score: {trace.risk_score}") # -> 84/100 (HIGH RISK)
print(f"Threat Type: {trace.threat_type}") # -> "Indirect Prompt Injection"
print(f"Action Taken: {trace.guard_action}") # -> "BLOCKED_TOOL_CALL"
# Secrets & PII are redacted before data is storedEngineered for high-throughput autonomous agents
Every capability is built into the OpenTelemetry streaming pipeline with sub-millisecond ingestion overhead.
Unified 0–100 Risk Score Engine
Combines DLP violations, prompt injection probability, jailbreak patterns, and policy infractions into a single scannable score on every trace.
- ✓Jump instantly from high-risk trace to the exact span that triggered it
- ✓Configurable risk severity tiers (Low, Medium, High, Critical)
- ✓Automatic alerts sent to security teams on elevated threat scores
Prompt Injection & Jailbreak Defense
Detects direct and indirect prompt injection inside user prompts, retrieved RAG documents, web scraping results, and MCP payloads.
- ✓Inspects data at all 3 runtime chokepoints (input, retrieval, tool args)
- ✓Identifies hidden instruction overrides, delimiter attacks, and ASCII smudging
- ✓Inline tool-guard blocks unauthorized actions before execution
Automated Secret & PII Redaction
Scans all prompts, tool arguments, and model responses for API keys, SSH credentials, credit card numbers, and PII before storage.
- ✓Deterministic pattern matching for OpenAI, AWS, GitHub, Stripe tokens
- ✓Custom enterprise regex rules and entity redaction dictionaries
- ✓Zero plaintext secret leakage to observability storage or dashboards
How it works under the hood
Native OpenTelemetry ingestion, zero-overhead client sidecars, and real-time evaluation pipelines.
Payload Ingestion
Span text streams into the Splyntra OpenTelemetry collector.
DLP & Secret Masking
Regex & ML scanners redact sensitive keys and PII in-memory.
Prompt Injection Classifier
Lightweight embedding & heuristic models compute risk weight.
Policy & Enforcement
If score exceeds threshold, block tool call or trigger alert.
Frequently Asked Questions
How is prompt injection detected without adding heavy latency?▼
Can Splyntra block an agent from executing dangerous tools?▼
Related Platform Features & Guides
Ready to monitor and secure your AI agents?
Get started in under 3 minutes with zero credit card required. Free tier includes up to 5 projects and community telemetry.