OpenAI 2026 hackathon

Foxy Audit

Stop promising your AI is safe. Start proving it with cryptographic proof, not just your word.

Team of 2 · 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 #4,222 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

Foxy Audit is a self-reported privacy-preserving runtime evidence layer for AI systems. The product claims to enable AI providers to prove compliance with data protection standards (e.g., HIPAA, GDPR) without ever seeing or storing sensitive user data.

What changed

The project was built as part of an OpenAI 2026 hackathon submission and is described as a proof-of-concept. It includes an SDK that blocks/redacts sensitive data locally, hashes interactions into a tamper-evident chain anchored to a public blockchain (Sepolia), and generates a Compliance Passport.

Single most important open question

Is the system truly privacy-preserving in practice, or does it still expose sensitive data during runtime? The description states strong claims about cryptographic proof but lacks evidence of real-world deployment or testing beyond the demo environment.

This analysis is based solely on the self-reported project description provided by the authors. No independent verification, traction data, revenue figures, or customer information are available.

Back to contents

What The Product Actually Is

The description states that Foxy Audit is a privacy-preserving runtime evidence layer for AI systems. It wraps AI calls using a lightweight SDK and:

  • Blocks or redacts sensitive data (PHI, PII, secrets, prompt-injection attempts) locally before it leaves the host.
  • Hashes every interaction into a 64-character digest without transmitting raw prompts or responses.
  • Chains events into a tamper-evident ledger using SHA256:

$$

H_i = \text{SHA256}(\,data_i \,|\, H_{i-1}\,)

$$

  • Anchors the chain head to a public blockchain (Sepolia).
  • Produces a Compliance Passport — a signed report summarizing audit findings and including full chain verification.
  • Includes a live dashboard and desktop companion for real-time event reactions.

The product is described as built with Python SDK, Next.js frontend, GPT-5.6 for judging, Codex for code hardening, and PostgreSQL backend.

Back to contents

Positioning & Claim Evolution

The description states that Foxy Audit positions itself as a solution to the problem faced by AI startups selling into regulated industries (healthcare, finance, legal). These buyers often ask how they can prove an AI didn’t leak or tamper with data.

Foxy Audit claims to offer cryptographic proof, not just trust-based assurances. It distinguishes itself from existing tools by:

  • Avoiding the need to upload sensitive raw logs.
  • Offering a system where "the raw text is hashed and discarded on the client before a network call is even made."
  • Providing a Compliance Passport that can be handed over to legal or security teams.

The authors emphasize that Foxy Audit is an “evidence layer, not a compliance guarantee.” This distinction appears central to their positioning.

Back to contents

Target Customer & ICP

The description states that Foxy Audit targets AI startups selling into regulated industries, particularly those in healthcare, finance, and legal sectors. These buyers are said to be concerned with proving that AI systems did not leak or tamper with data.

No explicit customer segments beyond these verticals are mentioned. The ICP appears to be AI vendors who must demonstrate compliance to enterprise buyers.

Back to contents

Business Model & Pricing Evidence

Not evidenced.

There is no mention of pricing, licensing models, monetization strategy, or any commercial structure in the description.

Back to contents

Technical & Delivery Signals

The product is described as built using:

  • Python SDK (@foxy.audit)
  • Next.js dashboard
  • GPT-5.6 for AI judging
  • Codex for code hardening and marketing review
  • PostgreSQL backend
  • SHA-256 hash chain service
  • Public blockchain anchoring (Sepolia)

It uses a pluggable judge system that supports different LLMs (GPT-5.6, Gemini, or customer's own key), though GPT-5.6 is the default.

The technical architecture includes local redaction, cryptographic chaining, and anchoring to public blockchain — all claimed to be privacy-preserving.

Back to contents

Traction & Maturity Signals

Not evidenced.

No revenue, customers, usage metrics, or product adoption data are provided. The project was submitted as a hackathon entry and is described as a demo-only system.

Back to contents

Competitive Context

The description states that existing solutions either:

  • Offer weak trust-based assurances ("just trust us"),
  • Provide outdated manual audits,
  • Force users to upload sensitive raw logs to their cloud (creating a bigger privacy problem).

Foxy Audit positions itself as an alternative that avoids these pitfalls by offering cryptographic proof without data exposure.

No specific competitors are named, but the context implies a competitive space involving AI governance, compliance platforms, and privacy-preserving tools.

Back to contents

Key Risks & Red Flags

  • Unproven privacy claims: The system is described as privacy-preserving, but there's no evidence of real-world testing or validation that it actually prevents data leakage.
  • Demo-only architecture: The product appears to be a hackathon prototype with no indication of production readiness or scalability.
  • LLM dependency: The core judgment engine relies on GPT-5.6 (or other LLMs), which introduces potential reliability and availability risks.
  • Marketing vs. code alignment: While the authors claim to use Codex to ensure marketing aligns with code, this is self-reported and not independently verifiable.

The lack of real-world deployment or testing raises concerns about whether the system delivers on its privacy promises.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific mechanisms prevent sensitive data from being leaked during SDK execution (e.g., memory dumps, logs, etc.)?
  2. How is the hash chain verified independently by a third party without access to raw prompts or responses?
  3. Has the system been tested with real-world AI models and workflows, or only in controlled demos?
  4. What are the failure modes of the LLM judges, and how does the system handle them?
  5. Is there any external audit or validation of the SDK’s privacy-preserving claims?
  6. How is the system intended to scale beyond a single demo environment?

Back to contents

Investment/Partnership Verdict

Not evidenced.

No financials, valuation, funding history, or partnership status are provided. The project is described as a hackathon submission with no indication of commercial traction or investor interest.

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.