An opinionated list of Python frameworks, libraries, tools, and resources
This report presents the forensic synthetic code analysis of vinta/awesome-python, a Python project with 308,015 GitHub stars. SynthScan v2.0 examined 8,651 lines of code across 26 source files, recording 118 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 12.6 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).
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 118 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 | website/build.py | 192 | def category_meta_description(name: str, entry_count: int, description: str, parent_name: str | None = None) -> str: | CODE |
| LOW | website/build.py | 242 | def build_sponsorship_json_ld() -> dict: | CODE |
| LOW | website/build.py | 347 | def link_llms_category_index_to_canonical_pages(markdown: str, categories: Sequence[ParsedSection]) -> str: | CODE |
| LOW | website/build.py | 401 | def annotate_entries_with_stars( | CODE |
| LOW | website/readme_parser.py | 124 | def _extract_description_children(nodes: list[SyntaxTreeNode]) -> list[SyntaxTreeNode]: | CODE |
| LOW | website/readme_parser.py | 170 | def _extract_description_html(inline: SyntaxTreeNode, first_link: SyntaxTreeNode) -> str: | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 54 | def test_multiple_repos_use_aliases(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 63 | def test_skips_repos_with_quotes_in_name(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 67 | def test_skips_only_bad_repos(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 72 | def test_skips_graphql_injection_in_owner(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 76 | def test_skips_graphql_injection_in_name(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 80 | def test_skips_owner_starting_with_hyphen(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 84 | def test_skips_owner_starting_with_dot(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 88 | def test_skips_repo_starting_with_dot(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 92 | def test_allows_repo_with_dots_and_underscores(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 96 | def test_allows_hyphenated_owner(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 100 | def test_skips_owner_with_underscore(self): | CODE |
| LOW⚡ | website/tests/test_fetch_github_stars.py | 106 | def test_parses_star_count_and_owner(self): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 14 | def test_extracts_owner_repo_from_github_url(self): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 36 | def test_creates_directory_and_writes_json(self, tmp_path, monkeypatch): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 124 | def test_handles_missing_owner(self): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 141 | def test_extracts_last_commit_at(self): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 153 | def test_missing_default_branch_ref(self): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 163 | def test_skips_fetch_when_cache_is_fresh(self, tmp_path, monkeypatch, capsys): | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 203 | def test_fetches_when_cache_is_stale(self, tmp_path, monkeypatch, capsys): | CODE |
| LOW | website/tests/test_build.py | 134 | def test_build_creates_homepage_and_category_pages(self, tmp_path): | CODE |
| LOW⚡ | website/tests/test_build.py | 945 | def test_returns_empty_when_missing(self, tmp_path): | STRING |
| LOW⚡ | website/tests/test_build.py | 956 | def test_returns_empty_on_corrupt_json(self, tmp_path): | STRING |
| LOW⚡ | website/tests/test_build.py | 985 | def test_sorts_by_stars_descending(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 994 | def test_equal_stars_sorted_alphabetically(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1002 | def test_no_stars_go_to_bottom(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1010 | def test_no_stars_sorted_alphabetically(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1018 | def test_builtin_between_starred_and_unstarred(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1034 | def test_github_repo_returns_none(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1049 | def test_github_non_repo_returns_none(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1166 | def test_appends_star_count_to_bullet(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1171 | def test_uses_first_github_link(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1179 | def test_skips_entries_without_star_data(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1183 | def test_skips_non_github_links(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1188 | def test_skips_non_bullet_lines(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1193 | def test_handles_indented_bullets(self): | STRING |
| LOW⚡ | website/tests/test_build.py | 1198 | def test_preserves_lines_without_trailing_newline(self): | STRING |
| LOW | website/tests/test_build.py | 176 | def test_build_creates_root_discovery_files(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 229 | def test_build_creates_category_pages_with_metadata_and_links(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 296 | def test_build_creates_llms_text_alternate_without_sponsors(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 364 | def test_build_cleans_stale_output(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 388 | def test_build_with_stars_sorts_by_stars(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 432 | def test_build_fails_when_group_and_category_slug_collide(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 452 | def test_index_contains_aligned_homepage_metadata(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 489 | def test_index_contains_homepage_json_ld(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 538 | def test_category_page_contains_json_ld(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 599 | def test_group_page_falls_back_to_default_description_in_json_ld(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 632 | def test_build_creates_subcategory_pages(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 667 | def test_subcategory_page_shows_breadcrumb(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 725 | def test_sponsorship_page_contains_json_ld(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 770 | def test_index_embeds_filter_urls_json(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 810 | def test_filter_urls_json_escapes_closing_script_tag(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 839 | def test_build_creates_group_pages(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 879 | def test_tag_buttons_have_data_url(self, tmp_path): | STRING |
| LOW | website/tests/test_build.py | 1083 | def test_duplicate_entry_merged(self): | STRING |
| 24 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | website/tests/test_build.py | 60 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | website/tests/test_build.py | 62 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | website/tests/test_build.py | 84 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM | website/tests/test_build.py | 86 | # --------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | website/tests/test_build.py | 939 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 941 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 963 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 965 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 1028 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 1030 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 1053 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 1055 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 1160 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM⚡ | website/tests/test_build.py | 1162 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM | website/tests/test_build.py | 911 | # --------------------------------------------------------------------------- | STRING |
| MEDIUM | website/tests/test_build.py | 913 | # --------------------------------------------------------------------------- | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/build.py | 457 | CODE | |
| LOW | website/build.py | 511 | CODE | |
| LOW | website/readme_parser.py | 186 | CODE | |
| LOW | website/readme_parser.py | 308 | CODE | |
| LOW | website/readme_parser.py | 436 | CODE | |
| LOW | website/fetch_github_stars.py | 96 | CODE | |
| LOW | website/tests/test_build.py | 37 | CODE | |
| LOW | website/tests/test_readme_parser.py | 462 | CODE | |
| LOW | website/tests/test_readme_parser.py | 473 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 142 | - [ag2](https://github.com/ag2ai/ag2) - An open-source AgentOS for multi-agent orchestration and building agentic AI s | CODE |
| MEDIUM | README.md | 143 | - [autogen](https://github.com/microsoft/autogen) - A programming framework for building agentic AI applications. | CODE |
| MEDIUM | README.md | 154 | - [promptise](https://github.com/promptise-com/foundry) - A framework for building end-to-end production-ready agentic | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | website/fetch_github_stars.py | 100 | print("Error: GITHUB_TOKEN environment variable is required.", file=sys.stderr) | CODE |
| MEDIUM | website/fetch_github_stars.py | 155 | print("Error: Invalid GITHUB_TOKEN.", file=sys.stderr) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/tests/test_fetch_github_stars.py | 195 | monkeypatch.setenv("GITHUB_TOKEN", "fake-token") | CODE |
| LOW | website/tests/test_fetch_github_stars.py | 236 | monkeypatch.setenv("GITHUB_TOKEN", "fake-token") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/readme_parser.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | website/tests/test_readme_parser.py | 512 | # Check if inline text starts with '[' but has no link node | STRING |