i18ncheck
PassAudited by ClawScan on Apr 14, 2026.
Overview
The skill's code, runtime instructions, and required resources are consistent with an on‑machine i18n scanning tool; it requires a local license key for paid features and installs optional pre-commit hooks but does not appear to contact external endpoints or ask for unrelated credentials.
This skill appears to do what it claims: a local, regex-based i18n scanner with optional paid features gated by a JWT license key. Before installing: (1) be aware i18ncheck will modify/create lefthook.yml in your repo and run lefthook install when you run `i18ncheck hook install`; commit hooks will source the skill's scripts from the configured skill directory. (2) Pro/Team features require you to supply I18NCHECK_LICENSE_KEY (env var or ~/.openclaw/openclaw.json). (3) The scripts will try optional tools (node, openssl) if present — nothing malicious tied to those. If you want extra caution, inspect the scripts in SKILL_DIR/scripts/ before enabling hooks and consider running scans on a copy of your repo first.
