Rapid detector that flags and cleans LLM-generated code issues at commit time.

The tool identifies residues such as defensive caps, hardcoded secrets, AI-style comments, and dead code stubs that often slip past human review. It processes staged changes locally before they land in the repository and can either strip problematic sections or insert TODO markers for later attention. Adaptive learning allows the detector to refine its rules based on user feedback over time, reducing false positives while catching new failure modes. It supports multiple platforms and integrates with popular editors and agents through simple command hooks. Unlike traditional linters or post-push review services, Sloppoke emphasizes speed and privacy with a focus on statistical correlation between LLM patterns and known codebase problems rather than runtime guarantees.
Scan staged diffs for LLM-generated code residue such as AI-prose comments, dead stubs, and hardcoded fallbacks before they reach the repository.
Paste a GitHub URL to evaluate the last 100 commits of any public repo and receive a cleanliness score out of 100.
Apply safe deletes or insert TODO(slop) markers directly in the commit via unified-diff patches returned by the CLI.
Pricing model: Paid. Plan details are indicative — check the site for current prices.
Our take: Sloppoke is a solid coding & dev choice. It's valued for extremely low latency pre-commit gate and catches issues missed by standard linters. The main trade-off is not a runtime performance or correctness tool. Best when you need reliable, professional output.
It identifies statistical correlations between known LLM-coding patterns and common codebase failures including secrets in source, defensive caps, and corrupted outputs.
Sloppoke is a solid coding & dev choice. It's valued for extremely low latency pre-commit gate and catches issues missed by standard linters. The main trade-off is not a runtime performance or correctness tool. Best when you need reliable, professional output.
Verified reviews from the community shape this tool's rating.
Loading reviews…
Similar coding & dev tools worth comparing.