A curated list of insanely awesome libraries, packages and resources for Quants (Quantitative Finance)
This report presents the forensic synthetic code analysis of wilsonfreitas/awesome-quant, a HTML project with 29,261 GitHub stars. SynthScan v2.0 examined 20,275 lines of code across 37 source files, recording 103 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.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).
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 103 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⚡ | tests/test_review_pr.py | 348 | def test_repository_name_is_an_explicit_input(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 355 | def test_rejects_duplicate_in_open_pull_request(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 365 | def test_rejects_duplicate_in_recently_closed_pull_request(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 774 | def test_rejects_empty_pr_description(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 777 | def test_rejects_changes_outside_readme(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 784 | def test_rejects_multiple_entries(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 791 | def test_rejects_malformed_entry(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 798 | def test_rejects_unknown_section(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 853 | def test_rejects_insecure_trailing_url(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 860 | def test_rejects_malformed_github_suffix(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 867 | def test_rejects_github_link_that_is_not_the_suffix(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 877 | def test_accepts_commercial_entry_without_github_repository(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 890 | def test_rejects_entry_without_github_repository(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 897 | def test_rejects_non_repository_github_path(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 904 | def test_rejects_archived_repository(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 913 | def test_rejects_stale_repository(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 922 | def test_rejects_repository_without_readme(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 932 | def test_accepts_alternate_readme_name(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 942 | def test_readme_api_error_fails_closed(self): | STRING |
| LOW⚡ | tests/test_review_pr.py | 952 | def test_rejects_unreachable_primary_url(self): | STRING |
| LOW | tests/test_review_pr.py | 185 | def test_rejects_exact_name_when_url_differs(self): | STRING |
| LOW | tests/test_review_pr.py | 199 | def test_does_not_match_url_prefix(self): | STRING |
| LOW | tests/test_review_pr.py | 214 | def test_matches_canonical_trailing_slash(self): | STRING |
| LOW | tests/test_review_pr.py | 236 | def test_rejects_non_https_url_without_network_request(self): | STRING |
| LOW | tests/test_review_pr.py | 248 | def test_rejects_private_address_without_network_request(self): | STRING |
| LOW | tests/test_review_pr.py | 260 | def test_rejects_mixed_public_and_private_dns_answers(self): | STRING |
| LOW | tests/test_review_pr.py | 274 | def test_rejects_multicast_address_without_network_request(self): | STRING |
| LOW | tests/test_review_pr.py | 286 | def test_rejects_port_zero_without_network_request(self): | STRING |
| LOW | tests/test_review_pr.py | 298 | def test_accepts_public_url_without_following_redirect(self): | STRING |
| LOW | tests/test_review_pr.py | 316 | def test_retries_with_get_when_head_is_not_supported(self): | STRING |
| LOW | tests/test_review_pr.py | 377 | def test_unrelated_candidates_require_only_one_readme_request_each(self): | STRING |
| LOW | tests/test_review_pr.py | 399 | def test_reuses_the_current_base_readme_when_confirming_a_duplicate(self): | STRING |
| LOW | tests/test_review_pr.py | 407 | def test_ignores_old_closed_pull_request(self): | STRING |
| LOW | tests/test_review_pr.py | 420 | def test_uses_full_readmes_when_candidate_patch_is_truncated(self): | STRING |
| LOW | tests/test_review_pr.py | 441 | def test_does_not_match_project_name_inside_unrelated_word(self): | STRING |
| LOW | tests/test_review_pr.py | 462 | def test_requires_matching_entry_not_matching_title(self): | STRING |
| LOW | tests/test_review_pr.py | 483 | def test_can_skip_cross_pull_request_duplicate_scanning(self): | STRING |
| LOW | tests/test_review_pr.py | 503 | def test_skip_still_rejects_a_duplicate_in_the_base_readme(self): | STRING |
| LOW | tests/test_review_pr.py | 522 | def test_pull_request_search_errors_fail_closed(self): | STRING |
| LOW | tests/test_review_pr.py | 592 | def test_uses_pinned_base_and_head_readmes(self): | STRING |
| LOW | tests/test_review_pr.py | 603 | def test_does_not_probe_a_github_primary_url_after_api_validation(self): | STRING |
| LOW | tests/test_review_pr.py | 613 | def test_still_probes_an_external_primary_url(self): | STRING |
| LOW | tests/test_review_pr.py | 633 | def test_url_connections_use_a_short_timeout(self): | STRING |
| LOW | tests/test_review_pr.py | 638 | def test_accepts_entry_when_heading_is_outside_patch_context(self): | STRING |
| LOW | tests/test_review_pr.py | 665 | def test_accepts_description_update_for_the_same_project(self): | STRING |
| LOW | tests/test_review_pr.py | 677 | def test_accepts_tag_update_for_the_same_project(self): | STRING |
| LOW | tests/test_review_pr.py | 689 | def test_accepts_url_update_when_the_name_is_unchanged(self): | STRING |
| LOW | tests/test_review_pr.py | 705 | def test_accepts_rename_when_the_repository_is_unchanged(self): | STRING |
| LOW | tests/test_review_pr.py | 717 | def test_accepts_section_move_for_the_same_project(self): | STRING |
| LOW | tests/test_review_pr.py | 734 | def test_rejects_replacing_an_entry_with_an_unrelated_project(self): | STRING |
| LOW | tests/test_review_pr.py | 749 | def test_rejects_deleting_an_existing_entry(self): | STRING |
| LOW | tests/test_review_pr.py | 809 | def test_rejects_missing_tags(self): | STRING |
| LOW | tests/test_review_pr.py | 820 | def test_rejects_tags_without_required_separator(self): | STRING |
| LOW | tests/test_review_pr.py | 831 | def test_rejects_description_without_period(self): | STRING |
| LOW | tests/test_review_pr.py | 842 | def test_rejects_insecure_primary_url(self): | STRING |
| LOW | tests/test_review_pr.py | 963 | def test_rejects_duplicate_in_base_readme(self): | STRING |
| LOW | tests/test_review_pr.py | 995 | def test_success_reports_passed_checks(self): | STRING |
| LOW | tests/test_review_pr.py | 1002 | def test_skip_flag_is_reported_and_forwarded(self): | STRING |
| LOW | tests/test_review_pr.py | 1036 | def test_authentication_does_not_emit_a_deprecation_warning(self): | STRING |
| LOW | tests/test_review_pr.py | 1057 | def test_failure_reports_failed_check_and_nonzero_status(self): | STRING |
| 10 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | parse.py | 49 | CODE | |
| LOW | parse.py | 115 | CODE | |
| LOW | parse.py | 238 | CODE | |
| LOW | parse.py | 173 | CODE | |
| LOW | parse.py | 94 | CODE | |
| LOW | tests/test_review_pr.py | 535 | CODE | |
| LOW | …e/skills/update-pypi-dates/scripts/check_pypi_dates.py | 26 | CODE | |
| LOW | scripts/readme_entries.py | 89 | CODE | |
| LOW | scripts/review_pr.py | 143 | CODE | |
| LOW | scripts/review_pr.py | 454 | CODE | |
| LOW | scripts/review_pr.py | 491 | CODE | |
| LOW | site/generate.py | 26 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | README.md | 387 | - [Social Stock Sentiment API](https://api.adanos.org/docs) - `Python` - REST API analyzing Reddit and X/Twitter for sto | CODE |
| HIGH | README.md | 439 | - [Helium MCP](https://heliumtrades.com/mcp-page/) - `Python` - Live stock/ETF/crypto data with AI-generated bull/bear c | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …s/skills/update-pypi-dates/scripts/check_pypi_dates.py | 4 | CODE | |
| LOW | …e/skills/update-pypi-dates/scripts/check_pypi_dates.py | 8 | CODE | |
| LOW | …e/skills/update-pypi-dates/scripts/check_pypi_dates.py | 10 | CODE | |
| LOW | …e/skills/update-pypi-dates/scripts/check_pypi_dates.py | 12 | CODE | |
| LOW | scripts/readme_entries.py | 3 | CODE | |
| LOW | scripts/review_pr.py | 4 | CODE | |
| LOW | scripts/validate_readme.py | 9 | CODE | |
| LOW | scripts/validate_readme.py | 23 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | parse.py | 110 | except Exception as e: | CODE |
| LOW | parse.py | 141 | except Exception as e: | CODE |
| LOW | parse.py | 157 | except Exception: | CODE |
| LOW | …s/skills/update-pypi-dates/scripts/check_pypi_dates.py | 27 | except Exception as exc: | CODE |
| LOW | …e/skills/update-pypi-dates/scripts/check_pypi_dates.py | 52 | except Exception as e: | CODE |
| LOW | scripts/review_pr.py | 694 | except Exception as exc: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | parse.py | 182 | # Check if primary URL is GitHub | COMMENT |
| LOW | …/skills/update-pypi-dates/scripts/update_pypi_dates.sh | 14 | # Check if there are any changes to commit | COMMENT |
| LOW | …e/skills/update-pypi-dates/scripts/check_pypi_dates.py | 87 | # Check if entry already has a date | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | README.md | 326 | - [AutoHypothesis](https://github.com/arteemg/AutoHypothesis) - `Python` - An agentic framework that mimics the real qua | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_review_pr.py | 30 | CODE |