Hi HN,
I built Agent Passport, an open-source identity verification layer for AI agents. Think "Sign in with Google, but for Agents."
The problem: AI agents are everywhere now (OpenClaw has 180K+ GitHub stars, Moltbook had 2.3M agent accounts), but there's no standard way for agents to prove their identity. Malicious agents can impersonate others, and skill/plugin marketplaces have no auth layer. Cisco's security team already found data exfiltration in third-party agent skills.
Agent Passport solves this with:
- Ed25519 challenge-response authentication (private keys never leave the agent)
- JWT identity tokens (60-min TTL, revocable)
- Risk engine that scores agents 0-100 (allow/throttle/block)
- One-line verification for apps: `const result = await passport.verify(token)`
It's fully open source (MIT), runs on free tiers ($0/month), and has a published npm SDK.
GitHub: https://github.com/zerobase-labs/agent-passport
Docs: https://github.com/zerobase-labs/agent-passport/blob/main/do...
Live demo: https://agent-passport.vercel.app
Built this because I kept seeing the same security gap in every agent platform. Happy to answer questions about the architecture or the agent identity problem in general.
Hi HN — Rebecca Tedder here, co-founder of Agent Passport (the real one). agent-passport.vercel.app is not us.
Copycat Alert You can clearly see the timeline + spin up after our successful drop in Feb. The norm playbook, scrape our site/PR and built a weak fake. Even our "story" (DMCA filed.)
@samerismail — you're using our name, content, and positioning. Trademark + IP territory. Being addressed through appropriate channels.
@spiffe — THANK YOU! Good catch. And you are correct — garbage.
Just wanted to RED FLAG the JWT flaw is in the FAKE. Not ours
Agent Passport uses cryptographically signed, time-scoped mandates with explicit revocation
THE REAL AGENT PASSPORT INFO: AgentPassportAi.com GIT: github.com/agentpassportai/agent-passport clawhub: clawhub.ai/markneville/agent-passport v2.4.2 · 1,000+ installs
I've been a mentor, leader, and supporter of YC and other accelerator startup programs for years. Taking shady shortcuts like these is dangerous, for your reputation and legally.
Thanks for flagging this to us + for protecting the YC and Dev community. If you need support from us, reach out directly at AgentPassportAi.com
Keep creating + building! Best, — Rebecca Tedder & Mark Neville Agent Holdings | AGENT PASSPORT
PS:Agent Passport PRO launches next week Real-time threat intelligence for your autonomous agents Cross-platform / Agnostic 37% of agent skills in the wild are unsafe or exploitable.
PRO catches them in real time. AgentPassportai.com/pro/
Be safe out there!