Releases: Synvoya/codeinspectus
Releases · Synvoya/codeinspectus
Release list
v0.2.1
Fixed
- Release provenance: 0.2.1 is published from the public repository, so the npm package's gitHead and the v0.2.1 git tag both resolve to a public commit. (0.1.0 and 0.2.0 were published from a private build repo; their gitHead values point at commits not reachable from this repository and cannot be retroactively corrected.)
Added
- MCP Registry metadata:
mcpNamein package.json and a rootserver.json, making CodeInspectus installable/listable via the official Model Context Protocol registry.
No detection or scanner behavior changes in this release.
v0.2.0
CodeInspectus v0.2.0 focuses on making the project easier to evaluate, list, and contribute to.
Highlights:
- Added a public demo GIF to the README.
- Added example demo reports for Next.js + Supabase, AI chatbot/RAG, and Node/React apps.
- Added listing copy for MCP registries and awesome-lists.
- Added clearer README positioning for local-first MCP security scanning of AI-generated apps.
- Added good-first contribution ideas for rules, fixtures, and mapping verification.
Validation:
- npm run build: PASS
- npm test: PASS, 115 tests passed
CodeInspectus remains local-first, MIT licensed, MCP-ready, and designed to help developers and coding agents catch common AI-app security mistakes before shipping.