OpenAI 2026 hackathon

Sentinel

Catch security holes in your MCP server before you ship it. Static rules, GPT-5.6 review, and Docker-sandboxed probes-every finding mapped to the OWASP Agentic Top 10.

Solo project by Bashaar Javaid · 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,626 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

Sentinel is a build-time security scanner for MCP (Model Context Protocol) servers, designed to identify potential vulnerabilities before deployment. It combines deterministic static analysis, GPT-5.6 review, and Docker-sandboxed dynamic probes to detect issues mapped to the OWASP Agentic Top 10.

What changed

The author describes building a tool that addresses a gap in security scanning for MCP servers — specifically targeting the agent-shaped attack surface where tools can be maliciously invoked without human oversight. The project was built as part of a larger vision called "SecureMCP", with Sentinel being the first component.

Single most important open question

Is there any evidence of real-world usage or adoption beyond the author's own demo and testing?

Back to contents

What The Product Actually Is

The description states that Sentinel is a build-time security scanner for MCP servers. It operates in three layers:

  1. Static analysis: Uses Python AST parsing and Semgrep to detect unsafe execution, hardcoded credentials, missing input validation, excessive permissions, insecure prompt construction, missing auth, and unverified manifests.
  2. GPT-5.6 review: Reviews each candidate finding within its source context using structured outputs from OpenAI’s API, citing real line ranges and either corroborating or flagging findings for human review.
  3. Dynamic sandboxing: Runs a Docker-isolated probe that tests four behaviors: out-of-scope tool access, oversized arguments, injection payloads, and malformed schema input.

Every finding maps to the OWASP Agentic Top 10 and can be reported in console, JSON, or SARIF format compatible with GitHub code scanning. The product includes a GitHub Action for PR failure on unsafe tools.

Evidence

  • Author describes three-layer architecture: static rules, GPT review, dynamic sandbox.
  • Uses Codex as implementation partner; author wrote AGENTS.md to guide AI behavior.
  • Includes support for SARIF 2.1.0 output and GitHub code scanning integration.
  • Demonstrates live GitHub alert on a demo repo.

Inference The tool is intended to be used during CI/CD pipelines, particularly in environments where MCP servers are developed or deployed.

Back to contents

Positioning & Claim Evolution

The author positions Sentinel as a specialized scanner for MCP servers — an emerging standard for agent capabilities. It claims to address a gap in existing security tools that do not understand the unique risks of MCP server code.

Claims made

  • “Nobody’s really looking at that code.”
  • “There are plenty of security scanners for web apps and general codebases. I couldn't find one that understood what makes an MCP server specifically dangerous.”
  • “Sentinel is the build-time piece of a bigger idea I'm calling SecureMCP.”

Evolution of claims

  • Starts with a personal problem (lack of attention to MCP security).
  • Evolves into a solution for a specific class of vulnerability.
  • Expands to a vision for a broader suite of tools (“SecureMCP”).

Evidence

  • The author explicitly states the motivation was to solve a gap in existing tools.
  • Mentions mapping findings to OWASP Agentic Top 10, indicating alignment with industry standards.

Inference The positioning implies a niche market within AI agent development, but no evidence of traction or adoption beyond self-testing.

Back to contents

Target Customer & ICP

The description does not name specific customers or personas. However, it implies the target audience includes developers building or maintaining MCP servers — particularly those working in agentic AI systems such as RAG pipelines and multi-agent orchestration.

Claims made

  • “MCP servers are quickly becoming the default way agents get real capabilities.”
  • “Every one of those servers is code you're trusting an agent to invoke without a human in the loop reading it first.”

Evidence

  • The tool targets developers working with MCP servers.
  • Focuses on preventing unsafe tool usage in agent systems.

Inference

The ICP likely includes:

  • Developers building agentic AI systems.
  • Teams deploying MCP-based agents in production environments.
  • Organizations using or planning to use Model Context Protocol for agent capabilities.

Not evidenced No explicit customer names, personas, or segmentation data.

Back to contents

Business Model & Pricing Evidence

There is no evidence of a business model or pricing structure. The author mentions publishing to PyPI and includes a replay mode that avoids API costs during demos, but does not describe monetization plans or pricing tiers.

Claims made

  • “Publishing to PyPI is the near-term goal.”
  • “I built a replay mode: real, previously captured GPT-5.6 responses... No API key required to try it.”

Evidence

  • The project is open-source and available via wheel.
  • Replay mode allows demo execution without API keys.

Inference The tool may be offered as a free or open-source utility with optional paid features or enterprise support in the future, but no such plans are stated.

Back to contents

Technical & Delivery Signals

Technical details suggest a robust implementation:

  • Uses Codex for code generation.
  • Implements schema validation and source-range checks to constrain GPT behavior.
  • Supports Linux/macOS/Windows CI.
  • Includes SARIF 2.1.0 output and GitHub Action integration.
  • Has a versioned ablation artifact measuring layer contributions.

Claims made

  • “GPT-5.6 isn't just a build-time convenience — it's inside the shipped product.”
  • “It runs through the OpenAI Responses API with strict Structured Outputs against a versioned schema, store: false, and redacted, capped context.”

Evidence

  • Uses Docker sandboxing for dynamic testing.
  • Integrates with GitHub Actions and SARIF.
  • Implements replay mode to reduce cost during demos.

Inference The tool is built for CI/CD environments and integrates well with existing DevOps workflows.

Back to contents

Traction & Maturity Signals

There is no evidence of revenue, customers, or adoption beyond the author’s own testing and demo. The project appears to be a prototype or early-stage product submitted to a hackathon.

Claims made

  • “There's a live GitHub code-scanning alert on a demo repo that Sentinel filed against itself.”
  • “Seven static detectors and four isolated dynamic probes... all eleven expected findings demonstrated.”

Evidence

  • Live GitHub alert exists.
  • Demo server demonstrates functionality.
  • Includes CI/CD support for multiple platforms.

Inference The tool is mature enough to be demonstrated publicly, but lacks real-world usage or feedback from users.

Back to contents

Competitive Context

There are no direct competitors mentioned in the description. However, the author notes that there are "plenty of security scanners for web apps and general codebases" — implying a competitive landscape exists, though not tailored to MCP servers.

Claims made

  • “I couldn't find one that understood what makes an MCP server specifically dangerous.”

Evidence

  • No mention of existing tools targeting MCP-specific threats.
  • Focuses on mapping findings to OWASP Agentic Top 10.

Inference The tool fills a niche in the AI agent security space, but no evidence of competition or market positioning beyond this.

Back to contents

Key Risks & Red Flags

Several risks and red flags are present:

  1. No real-world usage: No evidence of adoption or customer feedback.
  2. Dependency on GPT-5.6: Reliance on an external model raises concerns about availability, cost, and consistency.
  3. Limited scope: The tool is focused only on MCP servers; no indication it will expand beyond this niche.
  4. Unverified claims: All information comes from the author’s self-reporting.

Evidence

  • No revenue or customer data provided.
  • Tool relies heavily on GPT for review layer.
  • No mention of scalability, performance, or long-term maintenance plans.

Inference The tool may struggle to gain traction without a clear path to monetization or broader market appeal.

Back to contents

Diligence Questions To Ask The Founders

  1. What is the current status of publishing to PyPI?
  2. How does the GPT-5.6 review layer handle edge cases or ambiguous code?
  3. Has the tool been tested in any real-world environments or with actual MCP server deployments?
  4. Are there plans to support non-Python MCP servers or integrate with other CI/CD platforms?
  5. What is the long-term roadmap for SecureMCP beyond Sentinel?
  6. How does the replay mode affect accuracy compared to live API calls?

Back to contents

Investment/Partnership Verdict

Confidence level Low This is a self-reported, unverified project submitted as part of a hackathon. There is no evidence of revenue, customers, or traction.

Verdict Sentinel appears to be an early-stage prototype addressing a specific niche in AI agent security. While technically sound and well-documented, it lacks commercial validation or market presence. It may have potential for growth if extended into a full product with broader adoption, but currently offers no clear indication of viability as a business or investment opportunity.

Key takeaway

The project shows promise in solving a real problem within a growing field (agentic AI), but there is insufficient evidence to assess its commercial readiness or scalability.

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.