lexi — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited lexi (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Standalone lexicon extraction and analysis. Uses the unified honne CLI, presents findings, records claims.
Ask for scope (repo/global) AND locale (ko/en/jp). Set SCOPE and LOCALE variables from the replies.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/honne" scan --base-dir ".honne" --scope "$SCOPE"
bash "${CLAUDE_PLUGIN_ROOT}/scripts/honne" axis run lexicon --scan .honne/cache/scan.json --locale "$LOCALE"
Read JSON output — review candidate_claim, quotes, insufficient_evidence fields.
Present candidate claim with sample quotes, ask (y/n/edit):
bash "${CLAUDE_PLUGIN_ROOT}/scripts/honne" record claim --base-dir ".honne" --type rejection --axis lexicon --scope "$SCOPE" --text "$candidate"; skip to donebash "${CLAUDE_PLUGIN_ROOT}/scripts/honne" record claim --base-dir ".honne" --type claim --axis lexicon --scope "$SCOPE" --text "$claim"
Avoid re-proposing: bash "${CLAUDE_PLUGIN_ROOT}/scripts/honne" query --base-dir ".honne" --type rejection --tag lexicon --scope "$SCOPE"
Progress monitoring — use Monitor until-loop (never sleep N && cat):
# ✓ Monitor: until [ -f ".honne/cache/.axis_lexicon.json" ]Report saved to stdout + .honne/assets/claims.jsonl
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.