I tried running a "vibe-code detector" (something similar to AI content detectors, but for code and websites) against one of my old, archived projects (I think it's fully hand-coded), and I found some false-positives (such as "wall of green" commits for package-lock.json, "no unused imports" when I'm in fact using a linter effectively, single author)
Wait, it flagged "no unused imports" as evidence for LLM usage? That seems totally wrong.