The eval + guardrail + red-team + audit platform for industrial, advanced, and defense manufacturing. Block ITAR/EAR-controlled-technical-data leakage at the gateway, prove engineering-doc AI is faithful to source CAD/specs, satisfy ISO 27001 + IEC 62443 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
Design engineer asks the AI to summarize a 500-page MIL-STD or extract a tolerance from a CAD package. Outputs must be faithful to the source spec — a fabricated tolerance becomes a quality escape on the shop floor.
Operator asks the AI about a fault code or a setup procedure. AI must not hallucinate a setup that could damage a $2M tool or injure the operator. Crisis-level safety obligation.
AI extracts pricing + lead time + compliance claims from supplier bid responses. Cross-tenant isolation matters (supplier A's bid never visible to supplier B), ITAR-restricted suppliers need export-control isolation.
AI ingests sensor telemetry + maintenance history + suggests prioritized maintenance actions. False negatives lead to unplanned downtime; false positives wear out the tech team.
Wire it in 60 seconds
ITAR firewall patterns + spec-faithfulness scorers + ISO 27001 retention live in your self-hosted control plane. Your code just wraps the client and sets `baseUrl`.
import OpenAI from "openai";
import { wrapOpenAI } from "evalguardai-openai";
const openai = wrapOpenAI(new OpenAI(), {
apiKey: process.env.EVALGUARD_API_KEY!,
baseUrl: "https://evalguard.factory.local/api/v1", // air-gap deploy
projectId: "spec-summary",
metadata: { vertical: "manufacturing", classification: "ITAR-CTI" },
blockOnViolation: true, // CTI-marked content pre-egress
evalOnResponse: { failOnScore: 0.9 }, // spec-citation + tolerance gate
});
await openai.chat.completions.create({
model: "gpt-4o",
messages: [{ role: "user", content: milStdSummaryPrompt }],
});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 the ITAR firewall, engineering-faithfulness scorers, and the full audit log. Air-gapped self-hosted deployment + CMMC + ITAR evidence bundles on request.
Apache-2.0 source · SOC 2 Type II in progress · full trust center