OpenAI 2026 hackathon

Veridion

Every document your RAG ingests can hijack every future answer. Veridion screens documents before ingestion by measuring their actual influence on retrieval and generation.

Team of 3 · 0 likes · 0 comments

Archive position — measured, not model output

0 likes on Devpost

2,264 of the 7,856 archived projects have more likes, and 5,592 share exactly 0 — so this project's #7,527 place in the like-ranked listing is a tie-break inside that group, not a ranking.

Projects (log scale)

1
10
100
1k
10k
05,592
11,758
2285
3–4132
5–975
10+14

Likes on Devpost. ▲ marks this project's group.

Show the figures
LikesProjectsShare of archive
05,59271.2%
11,75822.4%
22853.6%
3–41321.7%
5–9751.0%
10+140.2%
Devpost like counts for all 7,856 archived projects, captured when this archive was built.

Executive Summary

What the company appears to be

Veridion is a self-reported pre-ingestion screening tool for Retrieval-Augmented Generation (RAG) systems. It claims to detect and prevent RAG poisoning attacks by measuring document influence on retrieval and generation, using three independent signals: embedding anomaly detection, instruction-injection classification, and retrieval-influence measurement.

What changed

The project description is a self-reported submission to the OpenAI 2026 hackathon. It describes a prototype system built in Python with a focus on offline-first, local execution, and security. The authors state they are addressing a known vulnerability in RAG systems — "RAG poisoning" — which they distinguish from prompt injection.

Single most important open question

Is the described influence measurement signal capable of detecting real-world RAG poisoning attacks at scale, or is it limited to the specific test cases and probe sets presented?

Note: This analysis is based entirely on the self-reported project description provided by the caller. No external verification, revenue data, customer names, or traction evidence are available.

Back to contents

What The Product Actually Is

The description states that Veridion is a gate that sits in front of a RAG corpus and evaluates documents before ingestion using three independent signals:

  • Signal A (Embedding-space anomaly): Uses an Isolation Forest to detect statistical outliers in document embeddings.
  • Signal B (Instruction-injection classification): Detects phrasing or obfuscation patterns directed at the model rather than human readers.
  • Signal C (Retrieval-influence measurement): Measures how much a document changes system behavior when retrieved and generated, using a fixed set of probe queries.

Documents are scored as ADMIT, QUARANTINE, or REJECT based on a weighted sum of these signals. The system is designed to run offline and includes integrity checks via SHA-256 and Ed25519 signing.

Inference: The product appears to be a prototype built for demonstration in a hackathon setting, not a production-grade SaaS offering.

Back to contents

Positioning & Claim Evolution

The description positions Veridion as a solution to an emerging AI security risk — RAG poisoning — which the authors claim is distinct from prompt injection and more dangerous because it persists in the knowledge base. They argue that existing defenses operate too late in the pipeline (after generation), while Veridion operates before ingestion.

They also emphasize:

  • That pattern-based detection fails against influence-only attacks.
  • That Signal C is the most robust signal due to its design principle of measuring effect rather than wording.
  • That the system is built for offline use, with no API dependencies.

Claim: Veridion addresses a critical gap in RAG security by detecting poisoning at ingestion time using influence measurement.

Back to contents

Target Customer & ICP

The description does not name specific customers or personas. However, it implies that the target audience includes:

  • Organizations deploying RAG systems.
  • Developers or security teams managing knowledge bases for AI assistants.
  • Entities concerned with AI safety and integrity in LLM applications.

Inference: The product is likely aimed at enterprises or developers using RAG-based AI assistants who want to mitigate risks from untrusted data sources.

Back to contents

Business Model & Pricing Evidence

No evidence of pricing, monetization strategy, or business model is provided. The project is described as a hackathon submission with no indication of commercial intent or revenue streams.

Not evidenced

Back to contents

Technical & Delivery Signals

The system is built using:

  • Python 3.11
  • sentence-transformers (all-MiniLM-L6-v2)
  • FAISS for vector storage
  • scikit-learn IsolationForest
  • Ollama (Phi-3 mini, int4) for local LLM inference
  • FastAPI for API layer
  • Streamlit for dashboard

It supports both local and OpenAI-compatible endpoints through an abstract interface. The architecture is modular, with no direct dependencies between signal modules and core components.

Inference: The system is designed to be portable and adaptable across different RAG implementations.

Back to contents

Traction & Maturity Signals

There is no evidence of traction, customers, or adoption beyond the hackathon submission. No revenue, ARR, headcount, or user data are mentioned.

Not evidenced

Back to contents

Competitive Context

The description does not mention competitors or existing solutions in the RAG security space. It positions itself as addressing a gap where "dedicated pre-ingestion detection remains largely unbuilt."

Inference: The competitive landscape for RAG poisoning detection is unclear, but this may be an emerging niche with limited prior offerings.

Back to contents

Key Risks & Red Flags

  • Limited testing scope: Evaluated only on 60 documents (40 clean, 20 poisoned) across four attack families.
  • Coverage limitation: Signal C depends on a fixed probe set; real-world effectiveness is unknown without query log-based probes.
  • No production-grade performance data: The demo was built for a hackathon and may not scale to enterprise needs.
  • Offline-first design implies limited integration capabilities in environments requiring cloud or API access.
  • Signal C’s reliance on influence measurement may be computationally expensive, even with optimizations.

Inference: While the approach is conceptually sound, lack of real-world deployment data raises concerns about scalability and robustness.

Back to contents

Diligence Questions To Ask The Founders

  1. What are the actual performance metrics (precision/recall) on larger, more diverse datasets?
  2. How does Signal C scale with corpus size and number of documents?
  3. Can the system be integrated into existing RAG pipelines without significant architectural changes?
  4. Are there plans to support real-time query log-based probe generation?
  5. What is the expected latency for screening large batches of documents?
  6. How is the system tested against adversarial inputs beyond those in the evaluation set?

Back to contents

Investment/Partnership Verdict

This project is a proof-of-concept submitted to a hackathon, not a commercial product or company. It addresses a real and growing concern in AI security — RAG poisoning — but lacks evidence of traction, scalability, or monetization.

Verdict: Not ready for investment or partnership at this stage. The idea has merit, but the current form is experimental and unproven in production settings. Further development and validation are required before considering deeper engagement.

Back to contents

Source

Submitted to the OpenAI 2026 hackathon on Devpost. Project home on DevPost.

The analysis above was generated by a language model from the project's own one-line description. It is not independent research and contains no verified traction, revenue or customer data.