
I am an AI Engineer working in this space from past 9 years. The way everyone rushed to create AI applications, I realized one thing. Very few people really thinks about potential vulnerability in there code base. This results in piling up of technical debt.
On top of it most of the existing SAST tools are not designed to capture GenAI / Agentic Logic vulnerabilities. Existing scanners either miss prompt injections entirely, or they flag every single string formatting operation, which makes the alerts useless.
I wanted a tool that actually understands the intent of the data flow.This was the problem statement I started working on it. Lately after hearing so many layoff it put the fuel to fire as well
So, I spent the last 3 months planning ,designing & building RepoInspect.
However I am a builder, an engineer but very bad in marketing and moving a product to profitability.
Anyway let's get back to solution. Repoinspect is a two-pass hybrid engine. It uses a deterministic AST taint tracker to find potential hotspots, then hands the attack path to an autonomous AI agent to verify if the injection is actually exploitable.
End Result: To test it, I pointed it at some of the most popular AI frameworks. Got multiple bugs in those. Attaching the detailed results on github.
The Launch Struggle: I tried to launch on Hacker News yesterday. Because my account is new, I got flagged almost immediately. It was a huge punch in the gut after a month. Same thing happened with most of the reddits accounts. Honestly speaking I have never been to these sites and really doesn't know the rules and regulations around it. I just want my solution to be atleast given chance and heard by AI folks.
But instead of giving up, I spent this weekend adding what the community might like : Local LLM support so teams can run audits without their code ever leaving their machine.
I've open-sourced the engine and all the forensic reports. I’d love to hear from other founders who have built developer-focused security tools. How do you find your first "Real" users when the automated filters are so aggressive?