Public Test

What is this?

CODYGIENE 0.9.1-beta.1 is prepared for public beta testing but has not yet been published to npm. The CLI is functional and usable, and we are actively collecting feedback before the first stable release.

What to expect

  • The CLI installs and runs on Node.js 20+
  • Scanning is deterministic and local (no source code leaves your machine)
  • 64 of the 70 registered rules are enabled by default (6 opt-in via --enable)
  • Reports work in terminal, JSON, SARIF, and Markdown formats
  • Some rules may produce false positives · we want to hear about them
  • Some rules may miss issues · we want to hear about those too

What NOT to expect

  • Perfect detection · CODYGIENE is a static analysis tool, not a runtime verifier
  • All-language support · currently JavaScript/TypeScript/SQL only
  • All-framework support · currently Next.js, Node.js, Supabase, Prisma, Drizzle
  • Cloud features · the Control Plane is not part of the public test

How to identify your version

codygiene --version

Include this in any feedback you submit.

What types of feedback are valuable

See Feedback for details on how to report issues.

Duration

The public test period runs for approximately 90 days. The core documentation will remain valid after the test period ends.