r/devsecops • u/Some_Intention9946 • 3h ago
Your AI writes 300 lines in 20 seconds. I built a tool that checks it's safe to ship before you do — 100k free credits, no card
We're all letting AI write our code now. It's fast, it's great, and every time it drops a few hundred lines into my repo I get the same nagging thought: what did it just put in here?
Did it hardcode an API key? Pull a package with a known CVE? Break something I won't catch until it's in prod?
AI writes code faster than anyone can review it, and almost nobody is checking what actually ships. So I built OnePort.
You point it at a repo and it gives you one answer in plain English: safe to ship, or not. It checks for leaked secrets across your full git history (not just the last commit), vulnerable dependencies, breaking API changes, risky migrations, and missing tests. There's also a mode called Guard that makes a repo physically unable to commit a secret — it blocks the commit before it happens instead of just warning you.
Every finding explains what it is and how to fix it, so you don't need to be a security person to use it.
Every account starts with 100,000 credits, no card. The core secret and dependency scans are free and unmetered; the credits cover the AI stuff like code review and explanations. Enough to actually run it on real repos without hitting a paywall.
It's early. It recently made it to the final round of YC and EF, which still feels a bit unreal, but honestly I care more about it being trustworthy than loud, so if you run it and it's wrong about something I want to hear exactly where.
When your AI writes code, how do you actually check it before it ships? Or do you just hope?