The eval + guardrail + red-team + audit platform for K-12, higher-ed, and EdTech vendors. Block FERPA-protected student-record leakage at the gateway, ship age-appropriate content scorers for under-13 surfaces, satisfy district + IRB audit obligations.
What ships today
Every checked item is in production today. In-progress items are flagged explicitly — no overclaiming, no vapor.
Built for buyer reality
Student asks the AI for help on a homework problem. Must not give the answer outright (cheating), must redirect appropriately when off-topic, must catch crisis signals (self-harm / abuse disclosures) and escalate.
AI drafts feedback on student essays. Must not leak prior students' work, must give substantive feedback grounded in the rubric, must satisfy FERPA on student-record handling.
AI helps students find primary sources for a research paper. Must cite real sources (not hallucinate citations), must respect age-appropriate content filters, must catch academic-integrity red flags.
School-district chatbot answers parent + staff questions about enrollment, schedules, transportation. Cannot leak student records (FERPA), cannot give legal-style accommodation determinations.
Wire it in 60 seconds
Per-district project IDs isolate FERPA boundary + age-appropriate scorer thresholds. Crisis signals fire an onOutputViolation callback that escalates to district counselor workflow.
import OpenAI from "openai";
import { wrapOpenAI } from "evalguardai-openai";
const openai = wrapOpenAI(new OpenAI(), {
apiKey: process.env.EVALGUARD_API_KEY!,
projectId: `tutor_${districtId}_${gradeBand}`,
metadata: { vertical: "edtech", districtId, gradeBand },
blockOnViolation: true, // student PII pre-egress block
evalOnResponse: { failOnScore: 0.9 }, // age-appropriate + crisis gate
onOutputViolation: (s) => escalateToCounselor(s, districtId),
});
await openai.chat.completions.create({
model: "gpt-4o",
messages: [{ role: "user", content: tutoringPrompt }],
});wrapOpenAI for wrapAnthropic.Stack
Eval, firewall, red-team, audit, BYOK, dashboard — every surface ships out of the box. No bolt-on vendors, no procurement cycle per capability.
Free trial includes FERPA firewall, age-appropriate scorers, crisis-signal detection, and the full audit log. District-level deployment + SOPPA evidence bundle on request.
Apache-2.0 source · SOC 2 Type II in progress · full trust center