SpecForge is a local-first planning and demo app. It does not require API keys, write to your filesystem from the browser, or call LLM services at runtime.
Security fixes target the latest main branch.
Please open a GitHub issue for non-sensitive security concerns. If a report contains sensitive details, share only the minimal public reproduction and note that more detail is available privately.
- Repository evidence is static application data.
- Exported blueprints are generated in the browser.
- The app does not execute generated workflow steps.
- The GitHub Pages build is static output from Vite.
Use:
npm audit
npm run lint
npm run test
npm run build