| Version | Supported |
|---|---|
| 0.21.x (latest minor) | ✅ |
| < 0.21.0 | ❌ |
During the 0.x phase, only the latest minor line receives security fixes.
Our CI/CD pipeline may report moderate severity vulnerabilities in development dependencies (vitest, vite, esbuild). These packages are:
- ✅ Only used during development and testing
- ✅ Not included in the published npm package
- ✅ Not shipped to end users
- ✅ Do not affect runtime security
The published package only includes runtime dependencies required for workspace creation.
We actively monitor and address any security vulnerabilities in production dependencies that are shipped with the package.
If you discover a security vulnerability in rapidkit, please report it by emailing security@getrapidkit.com or opening a private security advisory on GitHub.
Please include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if available)
We will respond within 48 hours and work to address critical issues as quickly as possible.
When using rapidkit:
- Keep dependencies updated: Run
npm updateregularly - Review generated code: Always review the workspace structure before deployment
- Use official releases: Install from npm registry, not from git directly
- Verify package integrity: Use
npm auditon your generated project
We use:
- GitHub Security Advisories
- npm audit (production dependencies)
- Dependabot for automated updates
- Regular manual security reviews
Security updates are released as patch versions on the latest 0.x minor line and announced in:
- GitHub Releases
- CHANGELOG.md
- npm package updates