Alternative Twitter front-end
This report presents the forensic synthetic code analysis of zedeus/nitter, a Nim project with 13,254 GitHub stars. SynthScan v2.0 examined 7,681 lines of code across 72 source files, recording 87 pattern matches distributed across 5 syntactic categories. The overall adjusted score of 13.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).
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 87 distinct pattern matches across 5 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 | 194 | 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_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_article.py | 87 | def test_article_author_avatar(self, tweet_id, title, username, fullname): | CODE |
| LOW⚡ | tests/test_article.py | 95 | def test_article_author_verified(self, tweet_id, title, username, fullname): | CODE |
| LOW⚡ | tests/test_article.py | 99 | def test_article_author_verified_business(self): | CODE |
| LOW⚡ | tests/test_article.py | 105 | def test_article_has_paragraphs(self): | CODE |
| LOW⚡ | tests/test_article.py | 115 | def test_article_has_bold_text(self): | CODE |
| LOW⚡ | tests/test_article.py | 120 | def test_article_has_italic_text(self): | CODE |
| LOW⚡ | tests/test_article.py | 125 | def test_article_has_blockquotes(self): | CODE |
| LOW⚡ | tests/test_article.py | 133 | def test_article_has_emoji_text(self): | CODE |
| LOW⚡ | tests/test_article.py | 143 | def test_article_twitter_links_localized(self): | CODE |
| LOW⚡ | tests/test_article.py | 181 | def test_multiple_embedded_tweets(self): | CODE |
| LOW⚡ | tests/test_article.py | 186 | def test_media_caption_displayed(self): | CODE |
| LOW⚡ | tests/test_article.py | 196 | def test_media_caption_alt_attribute(self): | CODE |
| LOW⚡ | tests/test_article.py | 202 | def test_no_caption_when_absent(self): | CODE |
| LOW⚡ | tests/test_article.py | 214 | def test_multiple_mentions_linkified(self): | CODE |
| LOW⚡ | tests/test_article.py | 223 | def test_mention_in_different_article(self): | CODE |
| LOW⚡ | tests/test_article.py | 228 | def test_no_spurious_whitespace_in_styled_paragraph(self): | CODE |
| LOW⚡ | tests/test_article.py | 238 | def test_status_page_shows_article_card(self, tweet_id, title, username, fullname): | CODE |
| LOW⚡ | tests/test_article.py | 243 | def test_article_card_has_cover_image(self): | CODE |
| LOW⚡ | tests/test_article.py | 249 | def test_article_card_has_badge(self): | CODE |
| LOW⚡ | tests/test_article.py | 254 | def test_article_card_has_preview_text(self): | CODE |
| 12 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/create_session_curl.py | 269 | CODE | |
| LOW | tools/create_session_browser.py | 32 | CODE | |
| LOW | tools/create_session_browser.py | 134 | CODE | |
| LOW | tools/get_session.py | 14 | CODE | |
| LOW | tools/create_sessions_browser.py | 40 | CODE | |
| LOW | tools/create_sessions_browser.py | 146 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/create_session_curl.py | 320 | except Exception as error: | CODE |
| LOW | tools/create_session_browser.py | 190 | except Exception as error: | CODE |
| LOW | tools/get_session.py | 163 | except Exception as e: | CODE |
| LOW | tools/create_sessions_browser.py | 211 | 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_tweet_media.py | 4 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/test_timeline.py | 81 | #def test_photo_rail(self, username, images): | COMMENT |
| LOW | public/js/hls.min.js | 1 | // @license http://www.apache.org/licenses/LICENSE-2.0 Apache-2.0 | COMMENT |