leann-search — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited leann-search (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.
Use LEANN for meaning-based code search instead of grep.
class Foo, def bar, specific identifierserror.*handling, import.*from*.test.ts, src/**/*.py# Search the current project's index
leann search <index-name> "<query>" --top-k 5
# List available indexes
leann list
# Example
leann search rigg "how do providers handle streaming" --top-k 5leann_search(index_name="rigg", query="your semantic query", top_k=5)When codebase changes significantly:
cd /path/to/project
leann build <project-name> --docs src tests scripts \
--file-types '.ts,.py,.md,.json' \
--no-recompute --no-compact \
--embedding-mode sentence-transformers \
--embedding-model all-MiniLM-L6-v2| Query Type | Tool | Example | |
|---|---|---|---|
| Natural language | LEANN | "how does caching work" | |
| Class/function name | Grep | "class CacheManager" | |
| Pattern matching | Grep | `error\ | warning` |
| Find implementations | LEANN | "rate limiting logic" |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.