A CLI tool that scans codebases to detect AI-generated code patterns, LLM API calls, and potential API keys. Built for developers who want visibility into how much AI is actually in their projects. Available on NPM and GitHub.
- Detects AI markers like comments, author tags, and variable names across 17+ file types
- Identifies API calls to OpenAI, Anthropic, Google, Cohere, Hugging Face, and Azure OpenAI
- Finds potential API keys with automatic masking in output for security
- Integrates with CI/CD pipelines using --fail-on-detect for automated gates