Run an audit
Run a Standard or Artifact audit against supplied context, schema, code, config, or policy.
Check whether an output follows the material it was based on before you trust or release it.
Use Standard mode for prose and Artifact mode for code, schemas, JSON, SQL, configs, and other technical output.
Ideal for automated workflows that use OpenAI, Anthropic etc. for code review - then use Taplid to audit the review.
Taplid is an output validation and auditing platform. Give it the source of truth - such as a document, policy, code diff, test suite, schema, specification, or set of requirements - and the output produced from it. Taplid checks whether the output matches the supplied source, then returns an ALLOW, REVIEW, or BLOCK decision, a 0 to 100 trust score, specific issues, and a next step. Although Taplid is commonly used for AI-generated output, the audit is based on the supplied source and output, not on how the output was produced. Taplid is a decision-support gate; it does not guarantee that an output is universally accurate, safe, or free of contradictions.
Taplid evaluates only the evidence and requirements supplied to the audit. It can be used with AI-generated or non-AI output, but it does not replace testing, qualified professional review, or normal human oversight for critical work.
Across the web app, SDK, HTTP API, CLI, MCP, and OpenAI-compatible integrations, Taplid allows the following operations.
Run a Standard or Artifact audit against supplied context, schema, code, config, or policy.
Retrieve a persisted public result by auditId. No API key is required; treat the audit ID like a share link.
Verify the ES256 attestation, issuer, signed fields, and result hash for a saved audit. Token-only verification checks the signature and issuer.
The review claims the implementation is safe to merge, but the supplied context does not prove the retry handler prevents double-charging.
Next step: Add the exact idempotency code or test evidence, or soften the claim before merging.
Taplid is conservative by design. REVIEW means “check this before trusting it”, not “the answer is definitely wrong.”
Taplid found a high-risk problem such as a contradiction, unsafe instruction, fabricated support, or a claim that should not be used as-is.
Do not ship or rely on the response until the issue is fixed.
Taplid is not confident enough to pass or block it. The response may be missing evidence, making a strong claim, or touching something that needs human judgement.
This is the caution zone: check the highlighted issue before relying on the answer.
The response appears sufficiently supported for the audit performed, and Taplid did not identify a material contradiction or dangerous omission in the evidence checked.
Continue under your normal release policy. Critical or regulated work may still require testing, professional review, or human approval.
Taplid is a risk gate, not a truth oracle. It helps decide whether an AI output should be allowed, reviewed, or blocked before it reaches users or production systems.
Real cases where Taplid saved time or prevented bad decisions.
Outcome: The wrong answer never went live.
Outcome: The answer was already in the audit - I just wasn't reading it.
Outcome: No guesswork. The fix is clear in seconds.
Taplid doesn’t just flag issues - it stops you fixing the wrong thing.
Audit trail: Every run is saved with a unique audit ID for compliance, reporting, and historical review.
Flag claims not supported by the supplied code, document, policy, or source context.
AI hallucination checkerCheck whether AI review comments are actually supported by the supplied code or artifact.
AI code review auditEvery audit generates a persistent record with decision trace, score, and context.
Artifact mode is deterministic-first, using structured checks for code, SQL, configs, schemas, docs, JSON, and technical AI responses, with AI review added only where it improves confidence.
Schema checkerRun Taplid directly inside Claude, Cursor, and any MCP client, so agents can verify implementation plans, code reviews, and other artifacts before acting.
Apply consistent ALLOW, REVIEW, or BLOCK decisions before outputs are trusted.
Validate AI responsesCheck generated HR, support, finance, legal-style, and policy answers against the approved source material that governs them.
AI policy checkerWorks with OpenAI-compatible SDKs. Change one base URL. Verify AI responses before your app uses them.
Run Taplid checks in CI/CD and gate releases on trust scores. Every result returns clean JSON for agents, humans, and automated workflows.
An internal deployment option keeps fast code reviews, schema checks, CI validation, and audit evidence secure inside your own network.
Route uncertain blockers to REVIEW instead of stopping developers with weak evidence.
Artifact mode checks structured outputs against the supplied spec, schema, policy, or source context. Use Taplid to validate AI-generated code, SQL, configs, schemas, API contracts, Docker, Kubernetes YAML, Terraform, security rules, and technical review claims before they reach production.
Check whether generated JSON, object shapes, required fields, enum values, and closed-schema constraints match the supplied schema.
Validate SQL columns, types, NOT NULL rules, VARCHAR lengths, NUMERIC precision, filters, and query claims against the stated database contract.
Check Dockerfiles, Kubernetes YAML, manifests, container users, ports, image tags, replicas, secrets, and deployment policy claims.
Validate TypeScript, JavaScript, React, Next.js, Angular, C#/.NET, and frontend claims against the supplied code or implementation plan.
Catch unsupported claims about credentials, API keys, auth headers, public buckets, root containers, CORS, encryption, and secret handling.
Validate API responses, HTTP/CORS rules, refund policies, pricing rules, entitlement logic, configuration values, and release criteria.
Verify reviewer claims against the supplied diff, code, or implementation context.
Check AI-generated plans before Claude, Codex, Cursor, or a developer acts on them.
Use API, CLI, or MCP to audit artifacts before agents trigger downstream actions.
Block unsupported claims before generated reports, docs, or review artifacts reach production.
Start in the web audit page, then use the same audit, retrieval, and verification flow from your SDK, API, CLI, CI pipeline, MCP agent, or OpenAI-compatible integration.
Use Taplid from your backend, terminal, CI pipeline, or MCP-capable agent.
AI hallucination is when a model gives a confident answer that is not reliably supported by facts or evidence.
AI response verification means comparing material claims with the approved source of truth and routing unsupported or contradicted output before release.