🍦 Never use print() to debug again.
This report presents the forensic synthetic code analysis of gruns/icecream, a Python project with 10,102 GitHub stars. SynthScan v2.0 examined 3,689 lines of code across 21 source files, recording 58 pattern matches distributed across 7 syntactic categories. The overall adjusted score of 16.4 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).
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 58 distinct pattern matches across 7 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⚡ | tests/test_icecream.py | 438 | def test_multiline_value_wrapped(self): | CODE |
| LOW⚡ | tests/test_icecream.py | 446 | def test_include_context_single_line(self): | CODE |
| LOW⚡ | tests/test_icecream.py | 455 | def test_context_abs_path_single_line(self): | CODE |
| LOW⚡ | tests/test_icecream.py | 544 | def test_no_source_available_issues_exactly_one_warning(self): | CODE |
| LOW⚡ | tests/test_icecream.py | 553 | def test_single_tuple_argument(self): | CODE |
| LOW⚡ | tests/test_icecream.py | 560 | def test_flat_medium_list_prints_on_one_line(self): | CODE |
| LOW | tests/test_icecream.py | 64 | def configure_icecream_output(prefix=None, outputFunction=None, | CODE |
| LOW | tests/test_icecream.py | 260 | def test_expression_arguments(self): | CODE |
| LOW | tests/test_icecream.py | 275 | def test_multiple_calls_on_same_line(self): | CODE |
| LOW | tests/test_icecream.py | 282 | def test_call_surrounded_by_expressions(self): | CODE |
| LOW | tests/test_icecream.py | 330 | def test_prefix_configuration(self): | CODE |
| LOW | tests/test_icecream.py | 381 | def test_arg_to_string_function(self): | CODE |
| LOW | tests/test_icecream.py | 392 | def test_singledispatch_argument_to_string(self): | CODE |
| LOW | tests/test_icecream.py | 410 | def test_single_argument_long_line_not_wrapped(self): | CODE |
| LOW | tests/test_icecream.py | 419 | def test_multiple_arguments_long_line_wrapped(self): | CODE |
| LOW | tests/test_icecream.py | 473 | def test_include_context_multi_line(self): | CODE |
| LOW | tests/test_icecream.py | 485 | def test_context_abs_path_multi_line(self): | CODE |
| LOW | tests/test_icecream.py | 505 | def test_multiline_invocation_with_comments(self): | CODE |
| LOW | tests/test_icecream.py | 520 | def test_no_source_available_prints_values(self): | CODE |
| LOW | tests/test_icecream.py | 530 | def test_no_source_available_prints_multiline(self): | CODE |
| LOW | tests/test_icecream.py | 574 | def test_multiline_container_args(self): | CODE |
| LOW | tests/test_icecream.py | 616 | def test_multiple_tuple_arguments(self): | CODE |
| LOW | tests/test_icecream.py | 630 | def test_configure_output_with_no_parameters(self): | CODE |
| LOW | tests/test_icecream.py | 634 | def test_multiline_strings_output(self): | CODE |
| LOW | tests/test_icecream.py | 663 | def test_sympy_dict_keys_do_not_crash(self): | CODE |
| LOW | tests/test_icecream.py | 684 | def test_non_ascii_characters_no_syntax_highlighting(self): | CODE |
| LOW | tests/test_icecream.py | 708 | def test_sympy_solve_result_does_not_crash(self): | CODE |
| LOW | tests/test_icecream.py | 727 | def test_no_color_disables_coloring(self): | CODE |
| LOW | tests/test_icecream.py | 740 | def test_no_color_with_use_stdout(self): | CODE |
| LOW | tests/test_icecream.py | 755 | def test_no_color_with_use_stderr(self): | CODE |
| LOW | tests/test_icecream.py | 788 | def test_no_color_with_explicit_output_function(self): | CODE |
| LOW | icecream/icecream.py | 212 | def get_text_with_indentation(self, node: ast.expr) -> str: | CODE |
| LOW | icecream/icecream.py | 230 | def prefix_first_line_indent_remaining(prefix: str, s: str) -> List[str]: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | failures-to-investigate/freshsales3.py | 365 | CODE | |
| MEDIUM | failures-to-investigate/freshsales3.py | 366 | CODE | |
| MEDIUM | failures-to-investigate/freshsales.py | 345 | CODE | |
| MEDIUM | failures-to-investigate/freshsales.py | 346 | CODE | |
| MEDIUM | failures-to-investigate/freshsales2.py | 358 | CODE | |
| MEDIUM | failures-to-investigate/freshsales2.py | 359 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | setup.py | 1 | #!/usr/bin/env python3 | COMMENT |
| LOW | tests/install_test_import.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | icecream/coloring.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | icecream/__init__.py | 1 | # -*- coding: utf-8 -*- | COMMENT |
| LOW | icecream/icecream.py | 1 | #!/usr/bin/env python | COMMENT |
| LOW | icecream/icecream.py | 381 | return out | COMMENT |
| LOW | failures-to-investigate/freshsales3.py | 21 | COMMENT | |
| LOW | failures-to-investigate/freshsales.py | 21 | COMMENT | |
| LOW | failures-to-investigate/freshsales2.py | 21 | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | icecream/__init__.py | 13 | CODE | |
| LOW | icecream/__init__.py | 14 | CODE | |
| LOW | icecream/__init__.py | 14 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | icecream/icecream.py | 218 | CODE | |
| LOW | icecream/icecream.py | 339 | CODE | |
| LOW | icecream/icecream.py | 381 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_icecream.py | 668 | except Exception: | CODE |
| LOW | tests/test_icecream.py | 713 | except Exception: | CODE |
| LOW | icecream/icecream.py | 110 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | icecream/icecream.py | 484 | CODE |