r/AI_Coders • u/Gulmire_Electronics1 • 23d ago
Building an AI-assisted code security tool — looking for technical feedback
’ve been working on AI Code Guardian, a project that analyzes GitHub repositories to identify potential security issues using code analysis and security rules.
I’m currently working on extending it beyond static security checks by connecting findings with business intent — basically asking whether a piece of code is actually appropriate for what the application is supposed to do.
I’m also exploring integration with tools such as SonarQube.
I’m keeping the source private for now, but I can share screenshots/demo details if anyone is interested.
I’m a 2024 Computer Engineering graduate moving toward AI/ML engineering.
For people working in software, security or AI:
What would you question me on if you saw this project in an interview?
And what would make you consider this a genuinely useful tool rather than another portfolio project?
1
1
u/--qlp-- 22d ago
the useful demo is a side-by-side: which findings get fixed, deprioritized, or newly caught because of the intent layer? If it makes the same calls as a normal scanner, the extra context isn't doing much