Shinobi – 10-second security scanner for developers
Regex-based secret scanner with AI risk checks; competes directly with Trufflehogg, git-secrets, Snyk.
Scan npm dependencies for risky licenses
License classifier for npm with CI enforcement, but tools like FOSSA and Snyk already own this.
npm project maintainers, DevSecOps engineers, compliance-conscious teams
FOSSA · Snyk Open Source · WhiteSource
How do you handle license risk in projects with a lot of dependencies?
Do you check licenses before installing packages, or only later when it becomes a problem?
I built this tool because I wanted a quick overview of what I had actually pulled into one of my projects. It turned out one dependency was AGPL-3.0, which would have required me to open source the entire project if distributed.
That wasn’t my intention, so I replaced it with an alternative. But it made me realize how easy it is to accidentally introduce strong copyleft licenses without noticing.
Do you actively monitor dependency licenses, or is it something you only think about when legal/security gets involved?
Regex-based secret scanner with AI risk checks; competes directly with Trufflehogg, git-secrets, Snyk.
Simulates dependency removal to show structural impact before you install.
Wraps native audits (npm audit, cargo audit) + license scanning, but Snyk and Dependabot already do this.
Yet another dependency checker, but cross-language support saves config switching.
Scans MCP servers and agent packages for security risks before you install.
Interactive audit of Claude Code permissions you've forgotten you granted.