From 3f273a7614ea469ea3b321d06449ce81a7ddcff7 Mon Sep 17 00:00:00 2001 From: elipeter Date: Tue, 5 May 2026 20:25:30 -0400 Subject: [PATCH] feat: add nyx linter tool with multi-language support and detailed description --- data/api/tools.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/data/api/tools.json b/data/api/tools.json index 8bc13c9cf..59063470a 100644 --- a/data/api/tools.json +++ b/data/api/tools.json @@ -13141,6 +13141,45 @@ "demos": null, "wrapper": null }, + "nyx": { + "name": "nyx", + "categories": [ + "linter" + ], + "languages": [ + "c", + "cpp", + "go", + "java", + "javascript", + "php", + "python", + "ruby", + "rust", + "typescript" + ], + "other": [ + "ci", + "security" + ], + "licenses": [ + "GPL-3.0" + ], + "types": [ + "cli" + ], + "homepage": "https://nyxscan.dev", + "source": "https://github.com/elicpeter/nyx", + "pricing": null, + "plans": null, + "description": "Local-first, cross-language SAST tool with cross-file taint tracking. Runs headless for CI with SARIF output, or serves findings to a local browser UI with a flow visualiser, triage workflow, and rule editor. Triage state commits alongside your code. No cloud, no account.", + "discussion": null, + "deprecated": null, + "resources": null, + "reviews": null, + "demos": null, + "wrapper": null + }, "oclint": { "name": "oclint", "categories": [