stablestack
v0.3.1
Published
Catch the subtle bugs AI assistants introduce. Linter for Python, JavaScript, and TypeScript.
Maintainers
Readme
StableStack
Catch the subtle bugs AI assistants introduce. A linter for Python, JavaScript, and TypeScript projects.
Quick Start
npx stablestackOr install globally:
npm install -g stablestack
stablestackRequirements
- Node.js 16+
- Python 3.8+ (auto-detected)
This package is a thin wrapper that automatically installs and runs the stablestack Python package. On first run, it will install stablestack via pip/uv if not already present.
What It Does
StableStack scans your codebase for bugs that AI coding assistants commonly introduce:
- Non-deterministic iteration patterns
- Thread-safety issues in web sessions
- Hardcoded secrets and security anti-patterns
- Missing error handling
- And 50+ more checks
Learn More
- Website: stablestack.ai
- PyPI: pypi.org/project/stablestack
- Docs: stablestack.ai/docs
