Per-line attribution
We know which AI wrote which line.
Six agents tracked — Claude Code, Cursor, Copilot, Windsurf, Devin, human. When two agents touch the same file, every finding carries its author. Trust score updates per-agent, per-PR.
src/auth.ts · 247 lines
- L 42-67Claude Code26 lines
- L 70-89Cursor20 lines
- L 100Alexander T1 line
SQL injection via string interpolation. req.params.id flows unsanitized into db.query(). Suggest parameterized binding.