Neo Smart Router
PassAudited by ClawScan on Feb 25, 2026.
Overview
The skill's code, files, and runtime instructions are consistent with its stated purpose: a local, rule-based text classifier/router that reads bundled config, makes local decisions, and writes local logs — it does not request credentials or reach out to external endpoints.
This skill appears internally consistent and low-risk: it runs locally, reads its bundled config, classifies inputs via regex/keywords, decides A/B/C routing, and writes small local logs (length/tags/version/time). Before installing: (1) confirm you are comfortable with logs being written to the skill's logs/ directory (they do not include the original text but do include tags/lengths), (2) review future updates — the project plans to add ML features which may change behavior or introduce external model calls, and (3) if you need stronger privacy guarantees, run it in a sandbox or inspect/modify router.js to change or disable logging. The minor documentation/version inconsistencies are non-malicious but worth noting.
