J
Jomex.ai
Open Source Tools • NPD / SOL / ZTI

Open Core • Open Source Tools for AI Provenance

Production-grade demos for NPD (Neural Provenance DNA), SOL detection, and ZTI verification. Use them standalone or wire them to your backend via API keys — ready for WordPress or any SPA.

NPD SDK SOL Scanner ZTI Verifier Live Audit Codex Wall

Codex Wall (Protective Layer)

A sovereign security envelope around NPD/SOL/ZTI pipelines: policy gating, key isolation, rate-limiting, audit logging, and tamper evidence. All client demos here respect Codex Wall guards; server signing is strongly recommended for production.

  • • Policy gates before/after generation & verification
  • • Key separation (client verify only; server signs)
  • • Integrity channels (hash chains, time-stamps)
  • • Real-time audit events + anomaly scoring

Open Tools

NPD SDK (Browser)

Demo

Generate a provenance package (hashes + signed envelope) and verify it locally using WebCrypto. For production, sign on server.

SOL Detector

Heuristics

Scan text for fabricated citations, DOI anomalies, or “context drift”. Wire to your API for authoritative checks.

ZTI Verifier

Scoring

Attach claims to sources and compute a provenance coverage score. Supports server-side validators.

Live Audit Stream

WebSocket

Connect to a live audit feed (WS/SSE). If not configured, a deterministic simulator will run.

Docs & Downloads

MIT / CC-BY

Developer guides, API schemas, and datasets. Mirror to GitHub & Zenodo.

Go to Downloads

WP Shortcode

WordPress

This page can be embedded as [jomex_open_tools] — assets via wp_enqueue_*.

Integration Notes

NPD Package • Generate & Verify (WebCrypto)

Client demo

Note: Uses ephemeral RSA-PSS keys in browser. For production, sign on server behind Codex Wall.

SOL Detector • Citation & Context Heuristics

Client+API

Checks DOI patterns, placeholder phrases (e.g., “XYZ Clinical Trial”), dangling ‘et al.’, and year/source mismatches. If API is configured, server checks override local heuristics.

Findings

    ZTI Verifier • Coverage Scoring

    Deterministic

    Result

    
            

    Live Audit Stream • WS/SSE

    Realtime
    Not connected

    Configure WS_URL in API Config. If unset, a deterministic simulator will emit events.

    Events

      Docs & Downloads

      WordPress Integration (Shortcode)

      1. Create a plugin folder jomex-open-tools/.
      2. Move this HTML into a PHP template and enqueue assets via wp_enqueue_script/style.
      3. Register shortcode [jomex_open_tools] to render the root container.
      4. Expose config via REST route (server signs NPD; client only verifies).
      5. Harden with nonces, capabilities, and CSP headers from server.

      API Config (Local)

      Stored in localStorage for demos. Don’t put secrets in the browser on production—use server-side endpoints.