Alternative Twitter front-end
This report presents the forensic synthetic code analysis of zedeus/nitter, a Nim project with 14,049 GitHub stars. SynthScan v2.0 examined 8,546 lines of code across 75 source files, recording 132 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 20.3 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).
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 132 distinct pattern matches across 6 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 | tools/create_session_curl.py | 200 | def submit_js_instrumentation(session, flow_token, headers, guest_token): | CODE |
| LOW | tests/test_security.py | 50 | def test_server_survives_malformed_requests(self): | CODE |
| LOW | tests/test_community.py | 93 | def test_about_moderators_have_avatars(self): | CODE |
| LOW | tests/test_community.py | 98 | def test_about_moderators_link_to_profiles(self): | CODE |
| LOW⚡ | tests/test_community.py | 118 | def test_members_has_member_tabs(self): | CODE |
| LOW⚡ | tests/test_community.py | 124 | def test_members_all_tab_active(self): | CODE |
| LOW⚡ | tests/test_community.py | 128 | def test_members_count_is_link(self): | CODE |
| LOW | tests/test_community.py | 140 | def test_moderators_tab_active(self): | CODE |
| LOW | tests/test_community.py | 144 | def test_moderators_has_member_tabs(self): | CODE |
| LOW⚡ | tests/test_community.py | 173 | def test_hashtag_shows_header(self): | CODE |
| LOW⚡ | tests/test_community.py | 178 | def test_hashtag_shows_tag_title(self): | CODE |
| LOW⚡ | tests/test_community.py | 183 | def test_hashtag_no_main_tabs(self): | CODE |
| LOW | tests/test_community.py | 198 | def test_about_visibility_note(self): | CODE |
| LOW⚡ | tests/test_search.py | 46 | def test_tab_links_carry_kind(self): | CODE |
| LOW⚡ | tests/test_search.py | 54 | def test_show_more_preserves_kind(self): | CODE |
| LOW⚡ | tests/test_search.py | 59 | def test_search_form_preserves_kind(self): | CODE |
| LOW⚡ | tests/test_search.py | 63 | def test_media_operators_compose(self): | CODE |
| LOW⚡ | tests/test_search.py | 68 | def test_garbage_cursor_no_crash(self, cursor): | CODE |
| LOW | tests/test_search.py | 83 | def test_list_card_links_to_list(self): | CODE |
| LOW | tests/test_search.py | 93 | def test_list_avatar_links_to_user(self): | CODE |
| LOW⚡ | tests/test_search.py | 104 | def test_list_pagination_preserves_kind(self): | CODE |
| LOW⚡ | tests/test_search.py | 109 | def test_list_garbage_cursor_no_crash(self): | CODE |
| LOW⚡ | tests/test_search.py | 113 | def test_media_view_tabs_present(self): | CODE |
| LOW | tests/test_search.py | 127 | def test_media_view_tabs_only_on_media(self): | CODE |
| LOW | tests/test_space.py | 49 | def test_space_participant_avatars(self): | CODE |
| LOW | tests/test_space.py | 62 | def test_space_player_hls_disabled(self): | CODE |
| LOW | tests/test_space.py | 73 | def test_space_player_hls_enabled(self): | CODE |
| LOW | tests/test_space.py | 86 | def test_space_stream_endpoint(self): | CODE |
| LOW | tests/test_timeline.py | 71 | def test_media_view_gallery_tab(self): | CODE |
| LOW | tests/test_timeline.py | 76 | def test_media_view_tabs_not_on_posts(self): | CODE |
| LOW⚡ | tests/test_timeline.py | 90 | def test_articles_tab_on_profile(self): | CODE |
| LOW⚡ | tests/test_timeline.py | 100 | def test_articles_card_cover_and_no_raw_link(self): | CODE |
| LOW⚡ | tests/test_timeline.py | 110 | def test_articles_multi_user_unsupported(self): | CODE |
| LOW | tests/test_profile.py | 121 | def test_intent_user_redirect(self, user_id, username): | CODE |
| LOW⚡ | tests/test_reply_sort.py | 23 | def test_all_three_options_present(self): | CODE |
| LOW⚡ | tests/test_reply_sort.py | 29 | def test_option_links_carry_sort_param(self): | CODE |
| LOW⚡ | tests/test_reply_sort.py | 34 | def test_load_more_preserves_sort(self): | CODE |
| LOW⚡ | tests/test_followers.py | 8 | def test_followers_page_loads(self): | CODE |
| LOW⚡ | tests/test_followers.py | 15 | def test_following_page_loads(self): | CODE |
| LOW⚡ | tests/test_followers.py | 22 | def test_followers_has_navigation_tabs(self): | CODE |
| LOW⚡ | tests/test_followers.py | 30 | def test_following_pagination(self): | CODE |
| LOW⚡ | tests/test_followers.py | 39 | def test_nonexistent_user_followers(self): | CODE |
| LOW | tests/test_about_account.py | 34 | def test_about_page_has_labels(self, username, expected_labels): | CODE |
| LOW | tests/test_about_account.py | 72 | def test_joindate_links_to_about(self): | CODE |
| LOW⚡ | tests/test_embed.py | 89 | def test_embed_with_quote_shows_quote(self): | CODE |
| LOW⚡ | tests/test_embed.py | 94 | def test_embed_quote_has_content(self): | CODE |
| LOW⚡ | tests/test_embed.py | 103 | def test_nonexistent_tweet_shows_error(self): | CODE |
| LOW⚡ | tests/test_embed.py | 108 | def test_protected_account_embed_shows_error(self): | CODE |
| LOW⚡ | tests/test_embed.py | 112 | def test_invalid_tweet_id_shows_error(self): | CODE |
| LOW⚡ | tests/test_embed.py | 127 | def test_oembed_has_required_fields(self): | CODE |
| LOW⚡ | tests/test_embed.py | 136 | def test_oembed_html_contains_iframe(self): | CODE |
| LOW⚡ | tests/test_embed.py | 142 | def test_oembed_has_cors_header(self): | CODE |
| LOW⚡ | tests/test_embed.py | 154 | def test_oembed_supports_x_com_url(self): | CODE |
| LOW⚡ | tests/test_embed.py | 159 | def test_oembed_strips_query_params(self): | CODE |
| LOW⚡ | tests/test_embed.py | 166 | def test_oembed_handles_trailing_slash(self): | CODE |
| LOW⚡ | tests/test_embed.py | 171 | def test_oembed_handles_mobile_url(self): | CODE |
| LOW⚡ | tests/test_embed.py | 176 | def test_oembed_rejects_malformed_tweet_id(self): | CODE |
| LOW⚡ | tests/test_embed.py | 181 | def test_oembed_maxwidth_param_accepted(self): | CODE |
| LOW⚡ | tests/test_embed.py | 185 | def test_oembed_maxwidth_clamps_to_range(self): | CODE |
| LOW⚡ | tests/test_embed.py | 196 | def test_oembed_maxwidth_invalid_uses_default(self): | CODE |
| 45 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tools/create_session_browser.py | 80 | if (t.length > 0 && t.length < 200) return t; | CODE |
| HIGH | tools/create_session_browser.py | 85 | if (t.length > 5 && t.length < 150 | CODE |
| HIGH | tools/create_session_browser.py | 131 | if (r.width > 0 && r.height > 0) return true; | CODE |
| HIGH | tools/create_session_browser.py | 159 | if (el && el.tagName === 'INPUT') { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/create_session_curl.py | 326 | except Exception as error: | CODE |
| LOW | tools/create_session_browser.py | 99 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 120 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 137 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 165 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 182 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 202 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 362 | except Exception: | CODE |
| LOW | tools/create_session_browser.py | 417 | except Exception as error: | CODE |
| LOW | tools/get_session.py | 163 | except Exception as e: | CODE |
| LOW | tools/create_sessions_browser.py | 105 | except Exception as error: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_space.py | 3 | CODE | |
| LOW | tests/test_followers.py | 2 | CODE | |
| LOW | tests/test_card.py | 2 | CODE | |
| LOW | tests/test_embed.py | 5 | CODE | |
| LOW | tests/test_tweet_media.py | 2 | CODE | |
| LOW | tests/test_tweet_media.py | 6 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/create_session_curl.py | 275 | CODE | |
| LOW | tools/create_session_browser.py | 243 | CODE | |
| LOW | tools/create_session_browser.py | 368 | CODE | |
| LOW | tools/get_session.py | 14 | CODE | |
| LOW | tools/create_sessions_browser.py | 39 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | public/js/hls.min.js | 1 | // @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 | COMMENT |