Repository Analysis

TransWithAI/Faster-Whisper-TransWithAI-ChickenRice

16.1 Moderate AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of TransWithAI/Faster-Whisper-TransWithAI-ChickenRice, a Python project with 1,934 GitHub stars. SynthScan v2.0 examined 7,516 lines of code across 27 source files, recording 111 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 16.1 places this repository in the Moderate AI signal 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).

16.1
Adjusted Score
16.1
Raw Score
100%
Time Factor
2026-07-05
Last Push
1.9K
Stars
Python
Language
7.5K
Lines of Code
27
Files
111
Pattern Hits
2026-07-14
Scan Date
0.00
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 0HIGH 0MEDIUM 4LOW 107

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 111 distinct pattern matches across 10 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.

Excessive Try-Catch Wrapping33 hits · 35 pts
SeverityFileLineSnippetContext
LOWdownload_models.py79 except Exception:CODE
LOWdownload_models.py165 except Exception as e:CODE
LOWdownload_models.py214 except Exception as e:CODE
LOWdownload_models.py609 except Exception as e:STRING
LOWmodal_infer.py33 except Exception:CODE
LOWmodal_infer.py521 except Exception as e:CODE
LOWmodal_infer.py628 except Exception as exc:CODE
MEDIUMbuild_windows.py208 print("Error: project.spec not found!")CODE
MEDIUMbuild_windows.py304 print("Error: dist/faster_whisper_transwithai_chickenrice directory not found after build")CODE
LOWruntime_hook.py39 except Exception as e:CODE
LOW.github/workflows/build-windows.yml177 except Exception:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py183 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py206 except Exception as e:CODE
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py115 except Exception as e:CODE
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py495 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1502 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1510 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1518 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py31except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py39except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py232 except Exception:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py239 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py803 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1021 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1060 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1200 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1379 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1440 except Exception as e:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1451 except Exception as e:CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py198 except Exception:CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py216 except Exception:CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py258 except Exception as e:CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py313 except Exception:CODE
Hyper-Verbose Identifiers25 hits · 28 pts
SeverityFileLineSnippetContext
LOWdownload_models.py305def download_whisper_base_for_feature_extractor():CODE
LOWdownload_models.py367def verify_whisper_base_feature_extractor():CODE
LOWbuild_windows.py144def download_models_if_needed():CODE
LOWruntime_hook.py29def _add_windows_dll_directory(path: str) -> None:CODE
LOWtests/test_download_models_retry.py109 def test_falls_back_to_hf_mirror_after_primary_exhausts_retries(self) -> None:CODE
LOWtests/test_download_models_retry.py140 def test_mirror_failure_removes_partial_file_after_both_hosts_exhausted(self) -> None:CODE
LOWtests/test_download_models_retry.py153 def test_non_huggingface_url_has_no_mirror_fallback(self) -> None:CODE
LOWtests/test_whisper_task_config.py53 def test_uses_task_from_generation_config(self) -> None:CODE
LOWtests/test_whisper_task_config.py58 def test_cli_task_overrides_generation_config(self) -> None:CODE
LOWtests/test_whisper_task_config.py63 def test_cli_task_takes_precedence_over_invalid_config_task(self) -> None:CODE
LOWtests/test_whisper_task_config.py68 def test_invalid_config_task_fails_without_cli_override(self) -> None:CODE
LOWtests/test_whisper_task_config.py72 def test_defaults_to_translate_without_config_file(self) -> None:CODE
LOWtests/test_whisper_task_config.py84 def test_converts_sample_indices_to_clip_timestamp_pairs(self) -> None:CODE
LOWtests/test_whisper_task_config.py89 def test_converts_sample_indices_to_batched_clip_dicts(self) -> None:CODE
LOWtests/test_whisper_task_config.py94 def test_prepare_transcription_uses_vad_clips_when_smart_split_disabled(self) -> None:CODE
LOWtests/test_whisper_task_config.py118 def test_create_contiguous_chunks_prefers_silence_near_target_end(self) -> None:CODE
LOWtests/test_whisper_task_config.py132 def test_enforce_segment_timeline_caps_and_removes_overlaps(self) -> None:CODE
LOWtests/test_whisper_task_config.py143 def test_smart_chunk_transcription_runs_internal_vad_per_chunk(self) -> None:CODE
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py60def get_speech_timestamps_injected(CODE
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py299def get_speech_timestamps_onnx(CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py331def vad_segments_to_clip_timestamps(CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py352def vad_segments_to_speech_spans(CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1118 def _find_executable_batch_size(self, model, sample_audio_path, min_batch_size=1, max_batch_size=64):CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1213 def _transcribe_with_auto_batch_size(self, batched_model, audio_path, generation_config, starting_batch_size=None):CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1383def check_onnxruntime_detailed():CODE
Redundant / Tautological Comments15 hits · 20 pts
SeverityFileLineSnippetContext
LOWdownload_models.py28 # Check if UTF-8 is explicitly setCOMMENT
LOWdownload_models.py313 # Check if files already exist from main models folderCOMMENT
LOWdownload_models.py453 # Check if at least one model file existsCOMMENT
LOWdownload_models.py526 # Check if VAD model already existsSTRING
LOWdownload_models.py533 # Check if whisper-base feature extractor already existsSTRING
LOWdownload_models.py539 # Check if HF model already exists (if specified)STRING
LOWbuild_windows.py191 # Check if we're in a virtual environment or conda environmentCOMMENT
LOWruntime_hook.py11# Set KMP_DUPLICATE_LIB_OK to allow multiple OpenMP librariesCOMMENT
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py72 # Check if a specific model was requested via kwargsCOMMENT
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py75 # Check if a progress callback was provided (from kwargs or global)COMMENT
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py258 # Check if we should inject based on configurationCOMMENT
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py410 # Check if silence is long enoughCOMMENT
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1578 # Check if console mode requestedCOMMENT
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1600 # Set logger to DEBUG so file handler captures everything;COMMENT
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py159 # Check if running from PyInstaller bundleCOMMENT
Deep Nesting18 hits · 16 pts
SeverityFileLineSnippetContext
LOWdownload_models.py98CODE
LOWdownload_models.py119CODE
LOWdownload_models.py305CODE
LOWmodal_infer.py16CODE
LOWmodal_infer.py293CODE
LOWmodal_infer.py307CODE
LOWmodal_infer.py640CODE
LOWbuild_windows.py38CODE
LOWbuild_windows.py187CODE
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py299CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py364CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1383CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py973CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1213CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py1274CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py66CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py286CODE
LOW…/faster_whisper_transwithai_chickenrice/i18n_modern.py294CODE
Unused Imports12 hits · 12 pts
SeverityFileLineSnippetContext
LOWmodal_infer.py1CODE
LOWbuild_windows.py225CODE
LOWbuild_windows.py226CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py5CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py14CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py14CODE
Modern Structural Boilerplate4 hits · 4 pts
SeverityFileLineSnippetContext
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py21logger = logging.getLogger(__name__)CODE
LOWsrc/faster_whisper_transwithai_chickenrice/__init__.py18__all__ = [CODE
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py22logger = logging.getLogger(__name__)CODE
LOWsrc/faster_whisper_transwithai_chickenrice/infer.py554logger = logging.getLogger(__name__)CODE
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/build-release-conda.yml33 # Create the initial GitHub releaseCOMMENT
AI Structural Patterns1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…/faster_whisper_transwithai_chickenrice/vad_manager.py299CODE
AI Slop Vocabulary1 hit · 1 pts
SeverityFileLineSnippetContext
MEDIUMsrc/faster_whisper_transwithai_chickenrice/infer.py1326 """Run comprehensive environment diagnostics for debugging"""STRING
Overly Generic Function Names1 hit · 0 pts
SeverityFileLineSnippetContext
LOWsrc/faster_whisper_transwithai_chickenrice/injection.py271 def my_function():STRING