A CLI tool to detect problematic characters in codebases. Finds control characters that display as red blocks, emojis in source code, excessive punctuation patterns, and potential AI-generated content markers. Available on NPM and GitHub.
- Detects invisible control characters that display as red blocks or cause mysterious parsing errors
- Finds emojis and special characters that may indicate AI-generated or copy-pasted content
- Identifies punctuation patterns like excessive em dashes common in AI output
- Integrates with build pipelines to catch issues before they reach production