AI safety for NemoClaw agents.
NemoClaw guards the container. EvalGuard guards the AI inside it.
NemoClaw secures the runtime. But who secures the AI?
Container Isolation
LLM Output Safety
Network Policy
Prompt Injection Detection
Credential Vault
PII Redaction
EvalGuard adds the AI safety layer
A complete guard pipeline that wraps every LLM call, inspects every response, and reports everything to your dashboard.
Everything you need to secure AI agents
Eight layers of protection, from prompt to response, from development to production.
Prompt Injection Detection
Real-time, 5-layer detection engine catches direct injections, indirect injections, jailbreaks, payload smuggling, and encoding attacks.
PII Redaction
Regex + NER dual-engine pipeline redacts personally identifiable information before data ever reaches the LLM.
Content Safety
Toxicity, bias, and harmful content scoring with configurable thresholds and automatic blocking.
Hallucination Detection
Factual accuracy scoring against grounding documents with citation verification and confidence calibration.
Compliance Reporting
Auto-generated compliance reports for EU AI Act, DPDP Act, and NIST AI RMF with audit trails.
Cost Attribution
Per-agent, per-model, per-team cost tracking with budget alerts and spend forecasting.
Red-Teaming
249 attack plugins across 43 strategies with scheduled scans and regression tracking.
Continuous Monitoring
Drift detection, anomaly alerts, and real-time dashboards for production agent observability.
Five lines to protect every agent
Install the SDK, wrap your agent, and every LLM call is guarded automatically.
import { init } from "@evalguard/nemoclaw";
const agent = init({
apiKey: "eg_...",
agentName: "support-bot",
guards: ["prompt_injection", "pii_redact", "hallucination"],
});
// Every LLM call through this agent is now guarded
const response = await agent.chat("How can I help you?");Complete the security stack
| Feature | NemoClaw Only | NemoClaw + EvalGuard |
|---|---|---|
| Container sandboxing | ||
| Network policy enforcement | ||
| Credential vault | ||
| Resource isolation | ||
| Prompt injection detection | ||
| PII redaction | ||
| Content safety scoring | ||
| Hallucination detection | ||
| Compliance reporting | ||
| Cost attribution | ||
| Red-team scanning | ||
| Drift & anomaly monitoring |
Transparent pricing
Start free. Scale as your agent fleet grows.
Community
Get started with essential AI safety
- 50K traces/mo
- Unlimited projects
- Full 5-layer guards
- AI Gateway
- Pairwise eval
- Discord + community support
Pro
For teams shipping AI-powered products
- 500K traces/mo
- Unlimited agents
- All guards
- Compliance reports
- Email support
Team
For organizations scaling AI operations
- 2M traces/mo
- Unlimited agents
- All guards
- Red-team scans
- SSO
- Priority support
Enterprise
For regulated industries and large deployments
- Unlimited traces
- Unlimited agents
- Custom guards
- Dedicated CSM
- On-prem option
- SLA guarantee
Start protecting your NemoClaw agents in 2 minutes
One SDK. Zero config changes to your existing NemoClaw setup. Full AI safety coverage from day one.