030103-lancedb-fulltext — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 030103-lancedb-fulltext (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.
Full-text search with LanceDB using BM25 indexing. Covers FTS index creation, query patterns, fuzzy search, and advanced filtering.
table.create_fts_index("text_column", replace=True)const results = await table.search("search terms", queryType="fts").toArray()| Feature | API | Description |
|---|---|---|
| Phrase | "exact phrase" | Exact phrase matching |
| Fuzzy | term~1 | Levenshtein distance |
| Field boost | field:term^2 | Weighted field scoring |
| Boolean | Must/Should | AND/OR term combinations |
| Filtering | .filter(sql) | Metadata pre-filtering |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.