Frictionless – scan any store and find out why customers don't buy
Yet another store audit tool — Hotjar and Baymard already cover this ground.
Monitor your dependencies for signs of abandonment
Yet another dependency checker, but cross-language support saves config switching.
Backend developers, open source maintainers
Dependabot · npm audit · libraries.io
I got tired of discovering mid-project that a package hadn't been touched in years. deathwatch scans your package.json and/or requirements.txt and flags deps that are dead, suspicious, or healthy before they become a problem. bashnpm install -g deathwatch deathwatch It checks last publish date, weekly download count (flags if under 100/week), and deprecated notices on npm. PyPI support too. Everything is color-coded in the terminal, no config needed. Tune sensitivity with flags: bashdeathwatch --threshold 12 --warn 6 Source: https://github.com/davitotty/deathwatch npm: https://www.npmjs.com/package/deathwatch
Yet another store audit tool — Hotjar and Baymard already cover this ground.
Curated list of 185 dead repos, but GitHub's own search and Awesome Lists already do this better.
Useful directory, but Wordfence and Sucuri already scan your site for these vulnerabilities.
NPM supply chain scanner competing against Socket, Snyk, and npm audit.
Blocks malicious packages at install-time before AI agents execute them on your machine.
Cross-repo session clustering groups abandoned work into narratives without any AI.