The fastest and the most accurate file search SDK for AI agents, Neovim, Rust, C, Python, Bun and NodeJS
This report presents the forensic synthetic code analysis of dmtrKovalenko/fff, a Rust project with 9,677 GitHub stars. SynthScan v2.0 examined 78,797 lines of code across 253 source files, recording 205 pattern matches distributed across 12 syntactic categories. The overall adjusted score of 4.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 205 distinct pattern matches across 12 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 906 | // ── Regex mode tests ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1127 | // ── Mode comparison tests ────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1170 | // ── Constraint integration tests ─────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1201 | // ── Bracket / glob character tests ───────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1225 | // ── Backslash escape tests ───────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1310 | // ── Negated constraint tests ─────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1405 | // ── Edge case tests ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/grep_integration.rs | 1542 | // ── Fuzzy mode tests ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM⚡ | crates/fff-core/tests/new_directory_watcher_test.rs | 31 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | crates/fff-core/tests/new_directory_watcher_test.rs | 33 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/new_directory_watcher_test.rs | 176 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/new_directory_watcher_test.rs | 178 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/bigram_overlay_integration.rs | 365 | // ── Helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_file_operations.rs | 610 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_file_operations.rs | 612 | // ═══════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 857 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 859 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1378 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1380 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1437 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1439 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1492 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1494 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1520 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1522 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1543 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1545 | // ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_real_repos.rs | 243 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-core/tests/fuzz_real_repos.rs | 245 | // ═══════════════════════════════════════════════════════════════════════════ | COMMENT |
| MEDIUM | crates/fff-nvim/src/bin/bench_grep_query.rs | 112 | // ── 1. Scan files ────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-nvim/src/bin/bench_grep_query.rs | 132 | // ── 2. Grep ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-nvim/src/bin/grep_profiler.rs | 269 | // ── Fuzzy grep benchmarks ───────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-nvim/src/bin/grep_profiler.rs | 301 | // ── Fuzzy incremental typing ──────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 34 | // ── FffFileItem ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 157 | // ── FffGrepMatch ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 487 | // ── FffSearchResult ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 527 | // ── FffGrepResult ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 624 | // ── Tests ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 632 | // ── helpers ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 733 | // ── null-guard tests: every function returns its zero-value on NULL ─────── | COMMENT |
| MEDIUM | crates/fff-c/src/accessors.rs | 804 | // ── data correctness tests ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/test_lazy_async_bug.sh | 34 | # ── Temp runners (cleaned up on exit) ──────────────────────────────────────── | COMMENT |
| MEDIUM | tests/test_lazy_async_bug.sh | 62 | # ── Part 1: old async (broken) ──────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/test_lazy_async_bug.sh | 74 | # ── Part 2: fixed blocking ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/test_lazy_async_bug.sh | 82 | # ── Summary ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/benchmark-claude.sh | 43 | # ─── PREFLIGHT CHECK ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/benchmark-claude.sh | 75 | # ─── 10 SEARCH CONCEPTS ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/benchmark-claude.sh | 129 | # ─── HELPER FUNCTIONS ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/benchmark-claude.sh | 457 | # ─── MAIN ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | scripts/benchmark-claude.sh | 512 | # ─── FINAL ANALYSIS ────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | crates/fff-core/tests/new_directory_watcher_test.rs | 1 | //! Integration test: verifying that the background watcher dynamically detects | COMMENT |
| LOW | crates/fff-core/tests/bigram_overlay_coherence_test.rs | 1 | //! Stress tests for the bigram overlay layer. | COMMENT |
| LOW | crates/fff-core/tests/bigram_overlay_coherence_test.rs | 381 | COMMENT | |
| LOW | crates/fff-core/tests/bigram_overlay_coherence_test.rs | 701 | ); | COMMENT |
| LOW | crates/fff-core/tests/lmdb_stale_lock_deadlock.rs | 1 | //! Reproduces the deadlock/hang caused by LMDB writer mutex contention. | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1 | //! Vibe coded stress test: randomized file + git operations driven against the *real* | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 21 | //! `git commit` cleared every `WT_MODIFIED`. | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 41 | //! then runs 20–40 ops each of which waits for event propagation | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 201 | COMMENT | |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 241 | /// [`DEFAULT_STRESS_SEED`] if the env var is not set). Runs the same | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 281 | " case {}/{}: {} ops", | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 861 | // These exercise the **user-facing** fuzzy + grep surfaces with queries that | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1041 | } | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1381 | // | COMMENT |
| LOW | crates/fff-core/tests/fuzz_git_watcher_stress.rs | 1401 | // add Windows to the matrix). The convergence window is a bit larger than | COMMENT |
| LOW | crates/fff-core/tests/watcher_stop_under_lock.rs | 1 | //! Regression test: stopping the background watcher while the caller | COMMENT |
| LOW | crates/fff-core/tests/real_binary_fixtures.rs | 1 | //! Real-world binary fixture regression. | COMMENT |
| LOW | crates/fff-core/src/constants.rs | 1 | /// Largest file whose full content fff will touch: the default grep read cap | COMMENT |
| LOW | crates/fff-core/src/constants.rs | 21 | /// Capacity reserved for files the watcher discovers after the initial scan; | COMMENT |
| LOW | crates/fff-core/src/lib.rs | 1 | //! # FFF Search — High-performance file finder core | COMMENT |
| LOW | crates/fff-core/src/lib.rs | 21 | //! with optional constraint filtering. | COMMENT |
| LOW | crates/fff-core/src/lib.rs | 41 | //! | COMMENT |
| LOW | crates/fff-core/src/lib.rs | 61 | //! base_path: ".".into(), | COMMENT |
| LOW | crates/fff-core/src/lib.rs | 81 | //! qt_guard.as_ref(), | COMMENT |
| LOW | crates/fff-core/src/background_watcher.rs | 61 | let is_home_dir = Some(&base_path) == dirs::home_dir().as_ref(); | COMMENT |
| LOW | crates/fff-core/src/background_watcher.rs | 121 | // Only inotify (Linux) has no kernel-level recursion, so | COMMENT |
| LOW | crates/fff-core/src/stable_vec.rs | 101 | COMMENT | |
| LOW | crates/fff-core/src/file_picker.rs | 1 | //! Core file picker: filesystem indexing, background watching, and fuzzy search. | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 21 | //! grep() <── static, borrows &[FileItem] (live content search) | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 101 | /// `files[base_count..]`— overflow (created on demand) | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 441 | /// Options for creating a [`FilePicker`]. | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 1321 | /// | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 1741 | } | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 2081 | // 3D/Game assets | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 2141 | // Main thread too. | COMMENT |
| LOW | crates/fff-core/src/file_picker.rs | 2161 | // On Windows the picker canonicalizes base_path with dunce; match that | COMMENT |
| LOW | crates/fff-core/src/shared.rs | 61 | /// ```ignore | COMMENT |
| LOW | crates/fff-core/src/ignore.rs | 21 | // Electron apps, etc. for SQLite-WAL, LevelDB, protobuf files. These are | COMMENT |
| LOW | crates/fff-core/src/grep/grep.rs | 101 | #[default] | COMMENT |
| LOW | crates/fff-core/src/grep/grep.rs | 181 | /// Maximum number of matches to collect before stopping. | COMMENT |
| LOW | crates/fff-core/src/grep/fuzzy_grep.rs | 21 | case_insensitive: bool, | COMMENT |
| LOW | crates/fff-core/src/grep/grep_tests.rs | 241 | /// `base_file_count`. The bitset is rounded up to a multiple of 64 bits | COMMENT |
| LOW | crates/fff-mcp/src/server.rs | 81 | /// Max results (default 20). | COMMENT |
| LOW | crates/fff-mcp/src/main.rs | 121 | /// Disable automatic update checks on startup. | COMMENT |
| LOW | crates/fff-mcp/src/main.rs | 141 | /// at startup but not monitored for changes. | COMMENT |
| LOW | crates/fff-grep/src/sink.rs | 101 | impl<'b> SinkMatch<'b> { | COMMENT |
| LOW | crates/fff-nvim/src/lib.rs | 161 | // same-dir short-circuit previously called `FILE_PICKER.read()` on | COMMENT |
| LOW | crates/fff-nvim/src/bin/grep_vs_rg.rs | 1 | use fff::file_picker::FilePicker; | COMMENT |
| LOW | crates/fff-nvim/src/bin/bench_lmdb_parallel.rs | 1 | /// Parallel LMDB contention bench. | COMMENT |
| LOW | crates/fff-nvim/src/bin/grep_profiler.rs | 1 | /// Live grep benchmark profiler for fff.nvim | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 1 | //! Stable accessor functions for `fff-c` FFI struct fields. | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 21 | //! ``` | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 81 | COMMENT | |
| LOW | crates/fff-c/src/accessors.rs | 161 | /// Returns null if `m` is null. Do not free the returned pointer. | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 201 | COMMENT | |
| LOW | crates/fff-c/src/accessors.rs | 241 | COMMENT | |
| LOW | crates/fff-c/src/accessors.rs | 281 | /// Returns `0` if `m` is null. | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 321 | /// Returns the number of highlight ranges in this match. Returns `0` if `m` is null. | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 361 | /// Use with [`fff_grep_match_get_context_before`] to read each line. | COMMENT |
| LOW | crates/fff-c/src/accessors.rs | 461 | /// Returns `true` if the match was identified as a symbol definition. | COMMENT |
| 30 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/analyze-results.py | 3 | CODE | |
| LOW | packages/fff-python/tests/test_finder.py | 3 | CODE | |
| LOW | packages/fff-python/examples/basic.py | 3 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 3 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE | |
| LOW | packages/fff-python/src/fff/__init__.py | 7 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | crates/fff-core/tests/new_directory_watcher_test.rs | 40 | .env("GIT_AUTHOR_EMAIL", "test@test.com") | CODE |
| LOW⚡ | crates/fff-core/tests/new_directory_watcher_test.rs | 42 | .env("GIT_COMMITTER_EMAIL", "test@test.com") | CODE |
| LOW | crates/fff-core/tests/bigram_overlay_coherence_test.rs | 1369 | .env("GIT_AUTHOR_EMAIL", "test@test.com") | CODE |
| LOW | crates/fff-core/tests/bigram_overlay_coherence_test.rs | 1371 | .env("GIT_COMMITTER_EMAIL", "test@test.com") | CODE |
| LOW | crates/fff-core/tests/fuzz_file_operations.rs | 735 | .env("GIT_AUTHOR_EMAIL", "test@test.com") | CODE |
| LOW | crates/fff-core/tests/fuzz_file_operations.rs | 737 | .env("GIT_COMMITTER_EMAIL", "test@test.com") | CODE |
| LOW | tests/version_spec.lua | 54 | vim.fn.system({ 'git', '-C', tmp, 'config', 'user.email', 'test@test.com' }) | CODE |
| LOW | tests/version_spec.lua | 73 | vim.fn.system({ 'git', '-C', tmp, 'config', 'user.email', 'test@test.com' }) | CODE |
| LOW | tests/version_spec.lua | 98 | vim.fn.system({ 'git', '-C', tmp, 'config', 'user.email', 'test@test.com' }) | CODE |
| LOW | tests/version_spec.lua | 148 | vim.fn.system({ 'git', '-C', tmp, 'config', 'user.email', 'test@test.com' }) | CODE |
| LOW | tests/version_spec.lua | 174 | vim.fn.system({ 'git', '-C', tmp, 'config', 'user.email', 'test@test.com' }) | CODE |
| LOW | tests/version_spec.lua | 198 | vim.fn.system({ 'git', '-C', tmp, 'config', 'user.email', 'test@test.com' }) | CODE |
| LOW | packages/fff-bun/test/git-lifecycle.test.ts | 42 | GIT_AUTHOR_EMAIL: "test@test.com", | CODE |
| LOW | packages/fff-bun/test/git-lifecycle.test.ts | 44 | GIT_COMMITTER_EMAIL: "test@test.com", | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | scripts/diagnose_lockmdb.py | 53 | except Exception: | CODE |
| LOW⚡ | scripts/diagnose_lockmdb.py | 60 | except Exception: | CODE |
| LOW⚡ | scripts/diagnose_lockmdb.py | 67 | except Exception: | CODE |
| LOW⚡ | scripts/diagnose_lockmdb.py | 77 | except Exception: | CODE |
| LOW | scripts/diagnose_lockmdb.py | 101 | except Exception: | CODE |
| LOW | scripts/diagnose_lockmdb.py | 103 | except Exception: | CODE |
| LOW | scripts/diagnose_lockmdb.py | 226 | except Exception as e: | CODE |
| MEDIUM | scripts/diagnose_lockmdb.py | 50 | def get_comm(pid): | CODE |
| MEDIUM | scripts/diagnose_lockmdb.py | 57 | def get_cmdline(pid): | CODE |
| MEDIUM | scripts/diagnose_lockmdb.py | 64 | def get_wchan(pid_or_tid, path): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/pi-fff/src/index.ts | 404 | function registerAutocompleteProvider(ctx: { | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 48 | def test_imports_and_package_version() -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 72 | async def test_wait_for_scan_async_does_not_block_loop(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 93 | async def test_wait_for_scan_blocking_and_async_agree(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 100 | def test_keyword_only_options_and_cursor_constructor(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 124 | def test_close_and_context_manager(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 179 | def test_file_search_scores_and_pagination(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 219 | def test_directory_and_mixed_search(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 249 | def test_grep_plain_regex_fuzzy_and_context(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 280 | def test_grep_invalid_mode_raises(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 289 | def test_grep_cursor_paginates_by_file(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 314 | def test_multi_grep_and_error_handling(sample_dir: str) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 329 | def test_query_history_persists(sample_dir: str, tmp_path: Path) -> None: | CODE |
| LOW | packages/fff-python/tests/test_finder.py | 353 | def test_reindex_and_health_check(sample_dir: str, tmp_path: Path) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/analyze-results.py | 21 | CODE | |
| LOW | scripts/analyze-results.py | 47 | CODE | |
| LOW | scripts/diagnose_lockmdb.py | 108 | CODE | |
| LOW | packages/fff-python/tests/test_finder.py | 219 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | crates/fff-core/src/bigram_query.rs | 899 | /// plus typical grep patterns used by agentic tools. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/benchmark-claude.sh | 5 | # Usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/release.sh | 19 | # Check if tag already exists | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/fff-python/tests/test_finder.py | 32 | "def helper():\n" | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/fff-python/src/fff/__init__.py | 53 | __all__ = [ | CODE |