Skip to content

Releases: Synvoya/codeinspectus

Release list

v0.2.1

Choose a tag to compare

@Synvoya Synvoya released this 05 Jul 16:01

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: mcpName in package.json and a root server.json, making CodeInspectus installable/listable via the official Model Context Protocol registry.

No detection or scanner behavior changes in this release.

v0.2.0

Choose a tag to compare

@Synvoya Synvoya released this 05 Jul 13:33

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.