Skip to content

Vulnerability Scanner

CVE Security Platform is an application that checks repo configuration files against a database of known cybersecurity vulnerabilities.

I'm blogging about it not because I think it's a special or a unique/original idea, but because the application was built entirely with ChatGPT 5.6-Sol (I'm making the most of a free trial offer).

My only inputs were iterative prompts that leaned on a little bit of career experience. I mostly described system components, desired inputs, and desired outputs and the GPT did the rest. I don't think the app is perfect but I'm impressed with how far GenAI has come.

Github Repo: https://github.com/kfemelue/cve-security-platform

I'm using an open source license because: - It still feels weird to me to take credit for something completely prompt engineered (who knows what public repos Chat was trained on) - The more people have access to tools like this, the safer the internet is for everyone, and I love a positive externality

Feel free to fork/copy the project and improve on the idea. The app could use a Client/UI.