OpenAI 2026 hackathon

Quantum Readiness Copilot

Quantum Readiness Copilot scans repositories for cryptography vulnerable to quantum attacks, then uses GPT-5.6 and Codex to explain risks and produce prioritized migration plans and reviewable patches

Solo project by jozai193 Jevoor · 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 #6,204 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

Quantum Readiness Copilot is a self-reported developer tool built as a local Node.js application that scans repositories for cryptographic assets vulnerable to quantum attacks. It uses static analysis and GPT-5.6 through Codex to explain risks, prioritize work, and generate reviewable patches.

What changed

The author states they built this tool to bridge the gap between strategic post-quantum cryptography planning and repository-level evidence. They describe it as a "local developer-security tool with a browser-based dashboard" that focuses on actionable findings rather than broad certification claims.

Single most important open question

Does the tool actually function as described, or is this a conceptual prototype? The description states it's built for local use only, but there's no evidence of deployment, testing, or operational readiness beyond the author's own benchmarking.

Analysis basis

This report is based entirely on the self-reported project description provided by the caller. No external verification, traction data, revenue figures, customer names, or third-party sources are available. All claims are treated as unverified statements made by the author.

Back to contents

What The Product Actually Is

The description states that Quantum Readiness Copilot:

  • Scans local repositories, public GitHub repositories, or ZIP archives for cryptographic implementations and dependencies
  • Groups findings into actionable cryptographic assets
  • Distinguishes confidentiality risks from authenticity and signature risks
  • Calculates an explainable readiness score
  • Evaluates harvest-now-decrypt-later exposure using the Mosca inequality
  • Builds a dependency-aware migration plan
  • Validates repository-owned evidence for ML-KEM, ML-DSA, SLH-DSA, and hybrid constructions
  • Uses GPT-5.6 through Codex to explain risks and prioritize work
  • Generates reviewable patches for selected findings
  • Applies proposed patches only to an isolated copy, rescans it, and reports impact without modifying the original repository
  • Exports Markdown and SARIF evidence for review and CI workflows

The tool is described as a "local Node.js developer-security tool with a browser-based dashboard" that uses deterministic rules for repository traversal, cryptographic discovery, evidence grouping, scoring, policy enforcement, and SARIF generation.

Inference The product appears to be a proof-of-concept or early-stage prototype rather than a production-ready tool. It's built as a local application with no mention of cloud deployment, multi-user support, or enterprise features.

Back to contents

Positioning & Claim Evolution

The description states that the author built Quantum Readiness Copilot to "connect that strategic question to repository-level evidence" and to give developers "a practical and technically honest starting point for planning the transition."

The tool is positioned as:

  • A bridge between strategic post-quantum cryptography planning and repository-level evidence
  • Not a tool to label codebases as "quantum-safe"
  • A way to provide developers with actionable findings rather than broad certification claims

Inference The positioning suggests this is an early-stage developer tool aimed at helping teams understand their current cryptographic posture before making migration decisions. It's positioned as a planning and evidence-gathering tool rather than a certification or compliance tool.

Back to contents

Target Customer & ICP

The description states that Quantum Readiness Copilot is built for:

  • Developers working with cryptographic implementations
  • Teams needing to plan post-quantum cryptography migrations
  • Organizations wanting to understand their current cryptographic posture

It's described as a "local developer-security tool" and "browser-based dashboard," suggesting it targets individual developers or small teams rather than large enterprises.

Inference The target customer appears to be technical teams within organizations that have existing codebases with cryptographic dependencies, particularly those considering post-quantum cryptography migration. The tool seems designed for early-stage planning rather than production deployment.

Back to contents

Business Model & Pricing Evidence

Not evidenced.

The description does not contain any information about pricing models, revenue streams, or business model assumptions. There's no mention of commercial licensing, subscription fees, or monetization strategies.

Back to contents

Technical & Delivery Signals

The description states that:

  • The application is built as a local Node.js developer-security tool with a browser-based dashboard
  • It uses deterministic rules for repository traversal, cryptographic discovery, evidence grouping, scoring, policy enforcement, and SARIF generation
  • Static call-site analysis, repository-owned migration policies, baseline tracking, exposure-horizon modelling, and dependency graph are included
  • Model responses are constrained by structured schemas and checked against deterministic evidence before acceptance
  • The scanner remains the source of observed facts; GPT-5.6 adds context but cannot silently change scores or claim completion
  • Codex runs in a read-only repository context with generated changes remaining proposals until user review
  • Implementation includes reproducible Node and Python interoperability checks covering ML-KEM-768, ML-DSA-65, and X25519 + ML-KEM-768 hybrid
  • The tool includes automated suite covering scanner, exposure logic, redaction, repository intake, model schemas, patch verification, network failures, and HTTP behaviour

Inference The technical approach appears to be a hybrid deterministic/static analysis + AI reasoning system. The tool is designed with safety mechanisms to prevent AI from overriding factual evidence, suggesting a cautious approach to AI integration.

Back to contents

Traction & Maturity Signals

Not evidenced.

The description contains no information about:

  • Revenue or funding
  • Customer adoption or usage metrics
  • Product deployment or operational history
  • Market traction or user feedback
  • Any form of commercial success or market validation

Back to contents

Competitive Context

Not evidenced.

The description does not contain any information about:

  • Direct competitors in the post-quantum cryptography scanning space
  • Market positioning relative to existing tools
  • Competitive advantages or differentiators
  • Industry benchmarks or standards

Back to contents

Key Risks & Red Flags

Risk 1

The tool is described as a local Node.js application with no mention of cloud deployment, multi-user support, or enterprise features. This suggests it's not designed for production use or commercial deployment.

Risk 2

The author states the tool is built for "local single-user environment" and that "for use beyond a local single-user environment, I would also add hosted authentication, tenant isolation, durable storage, stricter resource controls, and deployment-specific security configuration." This indicates the current version is incomplete or experimental.

Risk 3

The description mentions that "Codex runs in a read-only repository context" and that generated changes remain proposals until user review. This suggests the tool may not be fully automated or integrated into CI/CD workflows.

Risk 4

The author states they are "proud that the project produces evidence that can be inspected and reproduced instead of relying on a polished AI answer." This could indicate limitations in usability or integration with existing development practices.

Back to contents

Diligence Questions To Ask The Founders

  1. What specific cryptographic assets does the tool identify, and how does it distinguish between different types of risks?
  2. How does the tool handle false positives in its static analysis?
  3. What is the accuracy rate of the GPT-5.6 model-assisted explanations compared to manual verification?
  4. Has the tool been tested on real-world repositories beyond the author's own benchmark?
  5. What are the limitations of the current implementation that would prevent it from being used at scale?
  6. How does the tool handle edge cases in cryptographic implementations or complex dependency chains?
  7. What is the expected timeline for moving from this prototype to a production-ready version?
  8. How does the tool integrate with existing CI/CD pipelines and security platforms?

Back to contents

Investment/Partnership Verdict

Not evidenced.

The description contains no information about:

  • Financial metrics or performance indicators
  • Market opportunity size or competitive positioning
  • Founders' track record or team experience
  • Strategic fit for potential investors or partners
  • Any form of commercial viability assessment

Inference Based on the self-reported description alone, this appears to be an early-stage prototype or proof-of-concept rather than a mature product ready for investment or partnership. The tool is described as built for local use only with no indication of deployment, testing, or operational readiness beyond the author's own benchmarking.

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.