Back to browse
GitHub Repository

Check for indicators of AI code in a project and dependencies.

55 starsRust

Check for indicators of AI code in a project and dependencies

by matdoesdev·Mar 16, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemShip It

Checks git author metadata and CLAUDE.md files for AI code traces.

Strengths
  • Git commit author detection catches Claude/Copilot commits directly in history
  • Scans dependencies recursively, not just your own codebase
  • Distinguishes current vs former LLM use in commit timeline
Weaknesses
  • Only checks metadata traces, not actual code patterns for AI generation
  • Limited to Rust and JavaScript dependency ecosystems currently
Target Audience

Engineering managers, code reviewers, security teams auditing AI usage

Similar To

GPTZero · Originality.ai · Turnitin

Similar Projects

Git Web Manager

Laravel-specific deployment dashboard when Coolify already does this.

Cozy
wallabydesigns
312mo ago
Developer Tools●●Solid

Npx check-AI – check your repo for AI-readiness

Runs 66 weighted checks across repo hygiene, grounding docs, prompt templates, agent configs and AI dependencies, then spits out a 0–10 grade plus JSON so you can gate CI. Zero-deps npx install and an exit code threshold for CI are pragmatic touches that make it immediately usable. It could use better tuning/customization for false positives, but as an opinionated audit it saves the time of stitching together half a dozen ad-hoc checks.

Solve My ProblemNiche Gem
fka
103mo ago