Stacktower – Dependency audits inspired by Xkcd 2347
XKCD-inspired treemap visualization makes dependency sprawl finally readable.
Dependency audit, vulnerability scanning & license compliance. 10 package managers, 100% local, zero telemetry.
Wraps native audits (npm audit, cargo audit) + license scanning, but Snyk and Dependabot already do this.
DevOps engineers, security-focused development teams, compliance officers
Snyk · Dependabot · OWASP Dependency-Check
DepGuard is a single tool that wraps native package manager audit commands (npm audit, pip-audit, cargo audit, govulncheck, etc.) and adds license compliance on top.
Why I built it: I was tired of running different audit commands for different projects and having no unified view of license risk. Snyk solves this but sends your data to the cloud. I wanted something local-only.
What it does: - Detects your package manager automatically (supports 10: npm, yarn, pnpm, pip, cargo, go, composer, bundler, maven, gradle) - Runs the native audit tool for each - Scans all dependency licenses and categorizes them (permissive/copyleft/unknown) - Generates CycloneDX SBOMs for compliance - Git hooks that block commits modifying lockfiles with critical vulns - Auto-fix by upgrading to patched versions
Design decisions: - Uses native audit tools, not a proprietary vulnerability database - Everything runs locally — no code or dep lists sent externally - License validation is offline (JWT, no phone-home) - Free: one-shot scan + license check. Pro ($19/user/mo): hooks + auto-fix. Team ($39/user/mo): SBOM + compliance.
Install: `clawhub install depguard`
Landing page: https://depguard.pages.dev
Curious if license compliance is something you've been asked about by legal/compliance teams. That's been the most requested feature in my experience.
XKCD-inspired treemap visualization makes dependency sprawl finally readable.
License classifier for npm with CI enforcement, but tools like FOSSA and Snyk already own this.
EU sovereignty scoring fills a genuine compliance gap for GDPR and Schrems II.
EU AI Act auditor as a GitHub Action—promise is strong, but implementation details are vague.
Regex-based secret scanner with AI risk checks; competes directly with Trufflehogg, git-secrets, Snyk.
Client-side compliance auditing ensures your sensitive data never touches their servers.