CodeGuard AI

A code reviewer that reads every pull request before your team does.

Install it once. It reads the diff, not the whole repo, and leaves findings where you already work — on the PR itself.

HIGH — Potential SQL injection

src/api/users.ts:48

The query incorporates user-controlled input directly.

Recommendation: use a parameterized query instead of interpolating the value into the SQL statement.

Connect GitHub