From 3be352abb725b5d4029df6515a98c211a81d0156 Mon Sep 17 00:00:00 2001 From: Eli Peter <54954007+ecpeter23@users.noreply.github.com> Date: Thu, 3 Jul 2025 15:49:20 +0200 Subject: [PATCH] Update README.md (#26) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 401ea902..348ebc1b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ **Nyx** is a lightweight lightning-fast Rust‑native command‑line tool that detects potentially dangerous code patterns across several programming languages. It combines the accuracy of [`tree‑sitter`](https://tree-sitter.github.io/) parsing with a curated rule set and an optional SQLite‑backed index to deliver fast, repeatable scans on projects of any size. +>[!IMPORTANT] > **Project status – Alpha** > Nyx is under active development. The public interface, rule set, and output formats may change without notice while we stabilise the core. The new CFG + taint engine is experimental and Rust-only for now – please report any crashes or false-positives. Pin exact versions in production environments