⏰ Agenticly track worldwide conference deadlines (Website, Python Cli, Wechat Applet)
This report presents the forensic synthetic code analysis of ccfddl/ccf-deadlines, a Rust project with 9,150 GitHub stars. SynthScan v2.0 examined 24,116 lines of code across 499 source files, recording 54 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 2.7 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).
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.
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 54 distinct pattern matches across 8 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 |
|---|---|---|---|---|
| LOW | extensions/cli/ccfddl/__init__.py | 6 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 6 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 6 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 6 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 6 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 7 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 19 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 19 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 19 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 19 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 20 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 20 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 20 | CODE | |
| LOW | extensions/cli/ccfddl/__init__.py | 20 | CODE | |
| LOW | extensions/cli/ccfddl/convert_to_rss.py | 2 | CODE | |
| LOW | extensions/cli/ccfddl/tests/test_utils.py | 2 | CODE | |
| LOW | extensions/cli/ccfddl/tests/test_models.py | 1 | CODE | |
| LOW | scripts/merge.py | 8 | CODE | |
| LOW | scripts/validate.py | 16 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | extensions/cli/ccfddl/fetch.py | 41 | def process_conference_deadlines( | CODE |
| LOW | extensions/cli/ccfddl/tests/test_utils.py | 36 | def test_invalid_format_no_sign(self): | CODE |
| LOW | extensions/cli/ccfddl/tests/test_utils.py | 42 | def test_load_mapping_file_not_found(self, tmp_path): | CODE |
| LOW | extensions/cli/ccfddl/tests/test_utils.py | 105 | def test_reverse_index_empty_files(self, tmp_path): | STRING |
| LOW | extensions/cli/ccfddl/tests/test_models.py | 164 | def test_get_category_by_sub_invalid(self): | CODE |
| LOW | extensions/cli/ccfddl/tests/test_main.py | 60 | def test_list_categories_flag(self): | CODE |
| LOW | extensions/chrome/chrome/popup.js | 394 | function parseDeadlineWithTimezone(deadline, timezone) { | CODE |
| LOW | extensions/chrome/chrome/popup.js | 790 | function shouldIgnoreStartupInteraction() { | CODE |
| LOW | scripts/validate.py | 28 | def load_conference_yaml_schema(): | CODE |
| LOW | scripts/validate.py | 35 | def test_conference_yaml_schema(self): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | extensions/cli/ccfddl/utils.py | 35 | Convert timezone string to datetime.timezone object. Supported formats: - 'AoE' (Anywhere on Earth, UTC-12) | STRING |
| HIGH | extensions/cli/ccfddl/utils.py | 66 | Parse datetime string with timezone. Args: dt_str: Datetime string (e.g., '2025-01-15 23:59:59') tz | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | extensions/cli/ccfddl/fetch.py | 34 | print(f"Error fetching data: {e}", file=sys.stderr) | CODE |
| MEDIUM⚡ | extensions/cli/ccfddl/fetch.py | 37 | print(f"Error parsing YAML: {e}", file=sys.stderr) | CODE |
| LOW | scripts/merge.py | 93 | except Exception as e: | CODE |
| LOW | scripts/validate.py | 50 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | extensions/cli/ccfddl/fetch.py | 41 | CODE | |
| LOW | extensions/cli/ccfddl/convert_to_ical.py | 55 | CODE | |
| LOW | extensions/cli/ccfddl/convert_to_ical.py | 218 | CODE | |
| LOW | extensions/cli/ccfddl/convert_to_rss.py | 10 | CODE | |
| LOW | extensions/cli/ccfddl/utils.py | 112 | CODE | |
| LOW | scripts/merge.py | 38 | CODE | |
| LOW | scripts/validate.py | 35 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | extensions/cli/ccfddl/__init__.py | 22 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | extensions/chrome/chrome/popup.js | 143 | el.setAttribute("placeholder", t(key, el.getAttribute("placeholder") || "")); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/merge_check.yml | 41 | # using --public-url something will allow trunk to modify all the href paths like from favicon.ico to repo_name/ | COMMENT |