Repository Analysis

tickmao/Novel

📚 Novle setting | 小说书源及软件整理 爱阅书香 / 香色闺阁 / 阅读(含字体、净化规则、TTS配置)

7.0 Low AI signal View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of tickmao/Novel, a Python project with 1,866 GitHub stars. SynthScan v2.0 examined 16,584 lines of code across 63 source files, recording 115 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 7.0 places this repository in the Low 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).

7.0
Adjusted Score
7.0
Raw Score
100%
Time Factor
2026-08-09
Last Push
1.9K
Stars
Python
Language
16.6K
Lines of Code
63
Files
115
Pattern Hits
2026-08-09
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

Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.

No multi-scan history yet — run the scanner again to build trend data.

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 0LOW 115

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 115 distinct pattern matches across 4 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 Wrapping50 hits · 52 pts
SeverityFileLineSnippetContext
LOWscripts/source_inventory.py317 except Exception as e:CODE
LOWscripts/quick_filter.py64 except Exception as e:CODE
LOWscripts/enhanced_scoring.py56 except Exception as e:CODE
LOWscripts/enhanced_scoring.py69 except Exception as e:CODE
LOWscripts/health_monitor.py76 except Exception as e:CODE
LOWscripts/health_monitor.py85 except Exception as e:CODE
LOWscripts/health_monitor.py92 except Exception as e:CODE
LOWscripts/health_monitor.py104 except Exception as e:CODE
LOWscripts/health_monitor.py578 except Exception as e:CODE
LOWscripts/integrate.py115 except Exception:CODE
LOWscripts/integrate.py221 except Exception:CODE
LOWscripts/batch_validator.py94 except Exception as e:CODE
LOWscripts/initialize_sources.py160 except Exception as e:CODE
LOWscripts/initialize_sources.py259 except Exception as e:CODE
LOWscripts/validate.py49 except Exception as e:CODE
LOWscripts/source_collector.py95 except Exception as e:CODE
LOWscripts/source_collector.py145 except Exception as e:CODE
LOWscripts/source_collector.py149 except Exception as e:CODE
LOWscripts/source_collector.py186 except Exception as e:CODE
LOWscripts/source_collector.py190 except Exception as e:CODE
LOWscripts/source_collector.py260 except Exception as e:CODE
LOWscripts/safe_updater.py176 except Exception as e:CODE
LOWscripts/safe_updater.py241 except Exception as e:CODE
LOWscripts/safe_updater.py289 except Exception as e:CODE
LOWscripts/safe_updater.py333 except Exception as e:CODE
LOWscripts/source_policy.py114 except Exception:CODE
LOWscripts/test_system.py103 except Exception as e:CODE
LOWscripts/test_system.py126 except Exception as e:CODE
LOWscripts/test_system.py158 except Exception as e:CODE
LOWscripts/test_system.py195 except Exception as e:CODE
LOWscripts/test_system.py229 except Exception as e:CODE
LOWscripts/test_system.py281 except Exception as e:CODE
LOWscripts/test_system.py328 except Exception as e:CODE
LOWscripts/test_system.py389 except Exception as e:CODE
LOWscripts/test_system.py409 except Exception as e:CODE
LOWscripts/update_readme.py35 except Exception as e:CODE
LOWscripts/update_readme.py49 except Exception as e:CODE
LOWscripts/update_readme.py107 except Exception as e:CODE
LOWscripts/update_sources.py37 except Exception as e:CODE
LOWscripts/update_sources.py54 except Exception as e:CODE
LOWscripts/update_sources.py122 except Exception as e:CODE
LOWscripts/update_sources.py180 except Exception as e:CODE
LOWscripts/update_sources.py238 except Exception as e:CODE
LOWscripts/smart_recovery.py86 except Exception as e:CODE
LOWscripts/smart_recovery.py118 except Exception as e:CODE
LOWscripts/smart_recovery.py164 except Exception:CODE
LOWscripts/smart_recovery.py190 except Exception as e:CODE
LOWscripts/smart_recovery.py220 except Exception as e:CODE
LOWscripts/daily_maintenance.py453 except Exception as e:CODE
LOWscripts/source_selector.py57 except Exception:CODE
Hyper-Verbose Identifiers25 hits · 25 pts
SeverityFileLineSnippetContext
LOWtests/test_legado_pipeline.py18 def test_normalize_source_name_keeps_core_name(self):CODE
LOWtests/test_legado_pipeline.py36 def test_normalize_source_name_never_returns_empty_for_noisy_but_valid_names(self):CODE
LOWtests/test_legado_pipeline.py51 def test_safe_update_syncs_compatibility_file(self):CODE
LOWtests/test_source_policy.py25 def test_canonicalize_name_maps_common_mixed_names_to_chinese(self):CODE
LOWtests/test_source_policy.py40 def test_detect_adult_risks_blocks_adult_and_boys_love_sources(self):CODE
LOWtests/test_source_policy.py52 def test_screen_source_rejects_non_chinese_name(self):CODE
LOWtests/test_source_policy.py76 def test_build_inventory_prefers_chinese_and_exports_exact_target(self):CODE
LOWtests/test_source_policy.py132 def test_build_inventory_does_not_write_working_when_export_update_fails(self):CODE
LOWtests/test_source_policy.py165 def test_update_metadata_refreshes_last_maintenance(self):CODE
LOWtests/test_source_policy.py185 def test_build_inventory_records_stats_sync_failure(self):CODE
LOWtests/test_source_policy.py223 async def test_replenish_from_external_includes_local_large_file(self):CODE
LOWtests/test_source_policy.py247 async def test_dry_run_passes_save_false_to_merge_validated_candidates(self):CODE
LOWtests/test_source_policy.py280 async def test_maintain_preserves_inventory_metadata_fields(self):CODE
LOWscripts/source_inventory.py164 def merge_validated_candidates(CODE
LOWscripts/source_inventory.py184 def select_screened_validation_batch(CODE
LOWscripts/enhanced_scoring.py191 def calculate_stability_score(self, source: dict) -> Tuple[int, Dict]:CODE
LOWscripts/enhanced_scoring.py243 def calculate_content_quality_score(self, source: dict) -> Tuple[int, Dict]:CODE
LOWscripts/enhanced_scoring.py309 def calculate_user_feedback_score(self, source: dict) -> Tuple[int, Dict]:CODE
LOWscripts/health_monitor.py220 def calculate_availability_rate(self, sources: List[Dict]) -> float:CODE
LOWscripts/health_monitor.py408 def should_trigger_supplement(self) -> Tuple[bool, str]:CODE
LOWscripts/legado_paths.py44def compatibility_source_file(base_dir: Path | str | None = None) -> Path:CODE
LOWscripts/source_policy.py117 def _apply_token_replacements(self, text: str) -> str:CODE
LOWscripts/test_system.py234 async def test_auto_supplement_dry_run(self) -> bool:CODE
LOWscripts/daily_maintenance.py88 def select_sources_for_validation(CODE
LOWscripts/source_selector.py130 def select_with_domain_diversity(CODE
Unused Imports24 hits · 24 pts
SeverityFileLineSnippetContext
LOWscripts/source_inventory.py6CODE
LOWscripts/enhanced_scoring.py15CODE
LOWscripts/test_safe_updater.py6CODE
LOWscripts/health_monitor.py16CODE
LOWscripts/health_monitor.py19CODE
LOWscripts/health_monitor.py19CODE
LOWscripts/legado_paths.py6CODE
LOWscripts/initialize_sources.py16CODE
LOWscripts/source_collector.py14CODE
LOWscripts/source_collector.py16CODE
LOWscripts/source_collector.py18CODE
LOWscripts/source_collector.py18CODE
LOWscripts/source_policy.py6CODE
LOWscripts/test_system.py318CODE
LOWscripts/test_system.py319CODE
LOWscripts/update_readme.py13CODE
LOWscripts/auto_supplement.py9CODE
LOWscripts/smart_recovery.py13CODE
LOWscripts/smart_recovery.py15CODE
LOWscripts/smart_recovery.py15CODE
LOWscripts/smart_recovery.py16CODE
LOWscripts/smart_recovery.py17CODE
LOWscripts/daily_maintenance.py16CODE
LOWscripts/daily_maintenance.py22CODE
Deep Nesting16 hits · 16 pts
SeverityFileLineSnippetContext
LOWtests/test_source_policy.py185CODE
LOWscripts/merge.py64CODE
LOWscripts/clean.py92CODE
LOWscripts/enhanced_scoring.py78CODE
LOWscripts/enhanced_scoring.py191CODE
LOWscripts/enhanced_scoring.py243CODE
LOWscripts/enhanced_scoring.py309CODE
LOWscripts/health_monitor.py108CODE
LOWscripts/health_monitor.py430CODE
LOWscripts/integrate.py50CODE
LOWscripts/source_collector.py109CODE
LOWscripts/source_collector.py159CODE
LOWscripts/source_collector.py200CODE
LOWscripts/safe_updater.py339CODE
LOWscripts/smart_recovery.py50CODE
LOWscripts/source_selector.py60CODE