This pack helps external reviewers verify VERITAS PoC evidence quickly. It is intended for review, diligence, and technical evaluation. It is not production certification.
- HPAN reviewers
- Enterprise AI governance teams
- Security and audit reviewers
- Investors and technical diligence reviewers
- Integration partners
- Observability capabilities endpoint can be checked.
- JSON evidence packet can be generated.
- Markdown evidence packet can be generated.
- Generated evidence can be self-validated.
- Evidence JSON follows the repo-local schema.
- Sample evidence packet is available before running the script.
- No API key, token, raw endpoint, raw env value, or raw request/response body is written into evidence.
Use this exact command:
VERITAS_API_KEY=... python scripts/demo/one_day_poc_smoke.py \
--json \
--evidence-json /tmp/veritas_poc_evidence.json \
--evidence-md /tmp/veritas_poc_evidence.md \
--validate-generated-evidenceYou should see output that includes the following lines:
Wrote sanitized evidence JSON: ...Generated evidence validation: VALID one_day_poc_evidence.v1Wrote sanitized evidence Markdown: ...- JSON summary output that includes
okandcapabilities_ok - If
--jsonis used, parse stdout as JSON and inspect status lines on stderr.
Do not require an exact full stdout ordering; verify presence of the expected success signals.
python scripts/demo/one_day_poc_smoke.py \
--validate-evidence /tmp/veritas_poc_evidence.jsonExpected output includes:
VALID one_day_poc_evidence.v1
python scripts/demo/one_day_poc_smoke.py --print-schema-pathExpected output includes:
schemas/poc/one_day_poc_evidence.v1.schema.json
/tmp/veritas_poc_evidence.json/tmp/veritas_poc_evidence.mdschemas/poc/one_day_poc_evidence.v1.schema.jsondocs/en/poc/sample-one-day-poc-evidence.jsondocs/en/poc/sample-one-day-poc-evidence.mddocs/ja/poc/sample-one-day-poc-evidence.mddocs/en/poc/one-day-poc-walkthrough.mddocs/ja/poc/one-day-poc-walkthrough.md
- API server is running
- API key is mapped to
governance_readrole, such asauditororadmin - Smoke script completes
- JSON evidence file is created
- Markdown evidence file is created
- Generated evidence validation reports
VALID - Offline validation reports
VALID - Evidence does not contain API key
- Evidence does not contain raw exporter endpoint
- Evidence does not contain raw env values
- Evidence does not copy raw request/response bodies
-
generated_atuses fixed UTC Z format:YYYY-MM-DDTHH:MM:SSZ -
non_goalsare present -
limitationsare understood
- API keys are not written.
- Raw endpoints are not written.
- Raw env values are not written.
- Raw request/response bodies are not copied.
- Validation output does not print raw evidence body.
- CLI validation is a stdlib lightweight contract check aligned with v1 schema.
- CLI validation is not a full external
jsonschemaengine.
- Not production certification.
- Not final enterprise SLA.
- No Jaeger, Grafana, Tempo, or OTLP deployment is included.
- No cryptographic human approval signature is included.
- No stronger TrustLog durability guarantee beyond current implementation.
- Not a live customer integration proof by itself.
- "The relevant question is not whether this is a full enterprise deployment, but whether VERITAS can produce reviewable, sanitized, schema-aligned evidence for governed AI action flows."
- "The PoC should be evaluated as an auditable decision-boundary demonstration."
- "Production hardening would require deployment architecture, operational controls, retention policy, identity integration, and customer-specific risk controls."
VERITAS_API_KEY=... python scripts/demo/one_day_poc_benchmark.py \
--runs 10 \
--warmup 2 \
--json \
--out-json runtime/dev/benchmarks/veritas_poc_benchmark.json \
--out-md runtime/dev/benchmarks/veritas_poc_benchmark.mdInclude runtime/dev/benchmarks/veritas_poc_benchmark.json and runtime/dev/benchmarks/veritas_poc_benchmark.md in reviewer handoff artifacts.
- Not legal certification.
- Not a conformity assessment.
- Not an EU Declaration of Conformity.
- Not CE marking.
- Not a production SLA guarantee.
- Not a replacement for legal counsel review.
- Missing API key: set
VERITAS_API_KEYand retry. 401/403: verify key validity and role mapping (governance_read, e.g.auditororadmin).capabilities_ok: false: check API server status and capabilities endpoint availability.- Evidence validation invalid: re-run generation and inspect evidence JSON shape against the v1 schema path.
- Write failure: ensure target path is writable (for example
/tmp). generated_atinvalid: verify timestamp format isYYYY-MM-DDTHH:MM:SSZ.- Schema path not found: verify repo checkout includes
schemas/poc/one_day_poc_evidence.v1.schema.json.
- Generated JSON evidence packet
- Generated Markdown evidence packet
- Command used
- VERITAS commit hash or release tag, if available
- Reviewer notes
- Known limitations
- OpenAI is the current production-tier provider for the runtime path.
- See
docs/en/operations/provider-support-matrix.mdfor current provider tiers and limitations. - Reviewers should not infer on-premises, private-cloud, or multi-provider production support from this PoC alone.