OpenAI 2026 hackathon

Skill Passport

Trace public AI-agent skill code against its claims before you install it.

Solo project by Shaheer Asim · 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,742 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

Skill Passport is a self-reported read-only trust verification tool for public AI-agent skill repositories. It analyzes GitHub-hosted skills using static analysis to compare claimed behavior with actual code behavior, returning a VERIFIED, REVIEW, or HIGH RISK verdict.

What changed

The author states they built this tool in response to a perceived lack of evidence-based trust mechanisms when installing AI agent skills from public repositories. The tool is described as a solution to the problem of trusting unverified skill code without executing it.

Single most important open question

Is there any evidence that developers are currently installing AI-agent skills from public repositories, or that they are actively seeking tools like Skill Passport? The description does not state whether this has happened in practice — only that the author imagined a need and built a solution.

Back to contents

What The Product Actually Is

The description states that Skill Passport is a read-only trust verification tool for public AI-agent skill repositories. It operates by:

  • Fetching documentation and source text from GitHub using the GitHub REST API.
  • Parsing Python files using Python's standard-library AST module without executing them.
  • Deterministically tracing observable behavior related to network, filesystem, shell, and environment-secret access.
  • Building a Repository Behavior Profile with file and line evidence.
  • Comparing observed behavior against repository claims in README.md, SKILL.md, and supported manifests.
  • Returning an evidence-backed verdict: VERIFIED, REVIEW, or HIGH RISK.

The tool is described as not cloning, importing, executing, installing, or modifying the analyzed repository. It includes a terminal version published to PyPI and a web interface built with React and FastAPI.

Evidence

  • The author states it uses AST parsing.
  • It fetches files via GitHub REST API.
  • It returns verdicts based on behavior vs claims.
  • It is available as a CLI tool via pipx and a web UI.

Inference The tool is built for AI agent skill repositories, not general code repositories. The author’s framing implies it's intended to be used in the context of AI-agent ecosystems where skills are installed from public sources.

Back to contents

Positioning & Claim Evolution

The description states that Skill Passport was created to address a trust gap in AI agent skill installation: developers currently rely on documentation (README, SKILL.md) and hope it matches the code. The author frames this as a problem of trust without evidence.

The tool is positioned as a way to turn trust decisions into evidence-based reviews before installation.

Evidence

  • The author states: “I wanted to turn that trust decision into an evidence-based review before installation.”
  • It is described as a solution to the problem of trusting unverified code.

Inference The tool is positioned as a trust verification mechanism, not a general static analysis or security scanner. It is built for AI agent skill ecosystems, not broader software development workflows.

Back to contents

Target Customer & ICP

The description states that Skill Passport is intended for developers who install AI-agent skills from public GitHub repositories. The author frames the tool as solving a problem faced by developers in AI agent ecosystems.

Evidence

  • “AI coding agents can install Agent Skills from public GitHub repositories.”
  • “Developers often decide whether to trust a skill by reading its README or SKILL.md and hoping the documentation matches the source code.”

Inference The primary user is likely a developer working in AI agent ecosystems, not general software developers. The tool targets those who are actively installing skills from public repositories.

Back to contents

Business Model & Pricing Evidence

Not evidenced.

Evidence needed

  • Any mention of pricing, monetization, or business model.
  • Whether the tool is open-source, freemium, or paid.
  • Any indication of a commercial offering beyond the self-reported project.

Back to contents

Technical & Delivery Signals

The description states that Skill Passport is built with:

  • Python (core logic)
  • AST parsing
  • GitHub REST API
  • FastAPI backend
  • React frontend
  • Server-Sent Events for streaming analysis
  • PyPI and pipx for distribution

It includes four fixtures: VERIFIED, REVIEW, HIGH RISK, and a real-world example from Anthropic.

Evidence

  • Built with Python, AST, GitHub API, FastAPI, React.
  • Published to PyPI via pipx.
  • Includes four test fixtures.
  • Uses static analysis only (no execution).

Inference The tool is designed for static code analysis, not runtime behavior. It is built with a focus on deterministic, non-executive verification.

Back to contents

Traction & Maturity Signals

Not evidenced.

Evidence needed

  • Any usage data.
  • Customer adoption or feedback.
  • Revenue or monetization.
  • Product maturity beyond the hackathon submission.

Back to contents

Competitive Context

Not evidenced.

Evidence needed

  • Mention of existing tools in this space.
  • Comparison to other trust or verification tools for AI agent skills or code repositories.
  • Market positioning relative to similar tools.

Back to contents

Key Risks & Red Flags

  1. No evidence of real-world usage or adoption: The tool is described as a hackathon submission, with no indication that developers are currently installing AI-agent skills from public repositories or using such tools.
  2. Limited scope: It only supports Python files and static analysis; it does not cover other languages or runtime behaviors.
  3. Unproven market need: The author states the problem but does not provide evidence of a market demand for this tool.
  4. Self-reported validation only: All claims are based on manual verification by the author, with no independent testing or real-world validation.

Back to contents

Diligence Questions To Ask The Founders

  1. Is there any evidence that developers currently install AI-agent skills from public repositories?
  2. Have you validated the tool’s effectiveness against real-world skill repositories?
  3. What is the current adoption rate of AI agent skills in your target ecosystem?
  4. Are there plans to expand beyond Python or support other languages?
  5. How do you plan to monetize or scale this tool?

Back to contents

Investment/Partnership Verdict

Not evidenced.

Evidence needed

  • Any indication of traction, revenue, or customer data.
  • Evidence of a scalable business model.
  • Proof of market demand or adoption beyond the author’s own use case.

The description is self-reported and unverified. It describes a tool built in a hackathon context with no evidence of commercial viability, adoption, or traction. The tool appears to be an idea or prototype, not a product with demonstrated market need or business model.

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.