Repository Analysis

ArchiveTuneApp/ArchiveTune

The Cutest Material 3 Expressive Music Player With Support Local File and Youtube Music for Android.

2.5 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of ArchiveTuneApp/ArchiveTune, a Kotlin project with 3,555 GitHub stars. SynthScan v2.0 examined 232,479 lines of code across 867 source files, recording 101 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 2.5 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).

2.5
Adjusted Score
2.5
Raw Score
100%
Time Factor
2026-07-14
Last Push
3.6K
Stars
Kotlin
Language
232.5K
Lines of Code
867
Files
101
Pattern Hits
2026-07-14
Scan Date
0.06
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

Severity Breakdown

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.

CRITICAL 50HIGH 0MEDIUM 49LOW 2

Directory Score Breakdown

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.

Pattern Findings

The scanner identified 101 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.

Hallucination Indicators50 hits · 435 pts
SeverityFileLineSnippetContext
CRITICAL…mori/archivetune/cast/DefaultCastPlaybackRepository.kt396 moe.rukamori.archivetune.models.MediaMetadata.Album(CODE
CRITICAL…c/main/kotlin/moe/rukamori/archivetune/MainActivity.kt711 moe.rukamori.archivetune.ui.theme.ThemeSeedPalette(CODE
CRITICAL…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1433 androidx.compose.ui.graphics.Brush.horizontalGradient(CODE
CRITICAL…tlin/moe/rukamori/archivetune/ui/screens/HomeScreen.kt563private fun androidx.compose.foundation.lazy.LazyListScope.sectionSpacer(key: String) {CODE
CRITICAL…ain/kotlin/moe/rukamori/archivetune/ui/player/Queue.kt1064 moe.rukamori.archivetune.together.ControlAction.CODE
CRITICAL…amori/archivetune/viewmodels/LocalPlaylistViewModel.kt436 moe.rukamori.archivetune.db.entities.PlaylistEntity(CODE
CRITICAL…amori/archivetune/viewmodels/LocalPlaylistViewModel.kt455 moe.rukamori.archivetune.db.entities.PlaylistSongMap(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4134 moe.rukamori.archivetune.together.TogetherSessionState.HostingOnline(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4143 moe.rukamori.archivetune.together.TogetherOnlineEndpoint.onlineWebSocketUrlOrNull(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4150 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt3497 moe.rukamori.archivetune.together.TogetherGuestPlaybackPlanner.planPlayTrackNow(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt3985 moe.rukamori.archivetune.together.TogetherSessionState.Hosting(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4060 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4075 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4097 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4213 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4278 moe.rukamori.archivetune.together.TogetherSessionState.Joined(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4321 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4355 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4377 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4391 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4422 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4446 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4461 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4477 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4535 moe.rukamori.archivetune.together.TogetherSessionState.Joined(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4578 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4612 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4634 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4648 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4667 moe.rukamori.archivetune.together.TogetherOnlineEndpoint.onlineWebSocketUrlOrNull(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4674 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt4919 moe.rukamori.archivetune.together.TogetherSessionState.Error(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt5080 moe.rukamori.archivetune.together.TogetherSessionState.Joined(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt5101 moe.rukamori.archivetune.together.TogetherSessionState.Joined(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt5242 moe.rukamori.archivetune.playback.queues.ListQueue(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt5293 moe.rukamori.archivetune.together.TogetherSessionState.Joined(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt5371 private fun moe.rukamori.archivetune.together.TogetherTrack.toMediaMetadata(): moe.rukamori.archivetune.models.MediaCODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt5442 androidx.media3.exoplayer.offline.DownloadService.sendAddDownload(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt6114 moe.rukamori.archivetune.together.ControlAction.SeekToIndex(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt6119 moe.rukamori.archivetune.together.ControlAction.SeekToTrack(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt6555 moe.rukamori.archivetune.together.ControlAction.SetShuffleEnabled(CODE
CRITICAL…tlin/moe/rukamori/archivetune/playback/MusicService.kt6587 moe.rukamori.archivetune.together.ControlAction.SetRepeatMode(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt698 return moe.rukamori.archivetune.spotify.models.SpotifyLibraryFolder(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1386 return@runCatching moe.rukamori.archivetune.spotify.models.SpotifyHomeFeed(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1399 moe.rukamori.archivetune.spotify.models.SpotifyHomeFeed(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1425 return moe.rukamori.archivetune.spotify.models.SpotifyHomeFeedSection(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1469 return moe.rukamori.archivetune.spotify.models.SpotifyHomeFeedItem.Playlist(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1497 return moe.rukamori.archivetune.spotify.models.SpotifyHomeFeedItem.Album(CODE
CRITICAL…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1518 return moe.rukamori.archivetune.spotify.models.SpotifyHomeFeedItem.Artist(CODE
Decorative Section Separators47 hits · 128 pts
SeverityFileLineSnippetContext
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt147// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt149// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt183// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt185// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1162// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1164// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1283// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1285// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1454// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1456// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1587// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/ui/component/LyricsV2.kt1589// ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…oe/rukamori/archivetune/widget/NowPlayingCardWidget.kt110// ─── Compact bar layout (single row) ─────────────────────────────────────────COMMENT
MEDIUM…oe/rukamori/archivetune/widget/NowPlayingCardWidget.kt178// ─── Full card layout (artwork column + info/controls column) ─────────────────COMMENT
MEDIUM…ri/archivetune/utils/potoken/BotGuardTokenGenerator.kt87 // ── state ────────────────────────────────────────────────────────COMMENT
MEDIUM…ri/archivetune/utils/potoken/BotGuardTokenGenerator.kt107 // ── public API ───────────────────────────────────────────────────COMMENT
MEDIUM…ri/archivetune/utils/potoken/BotGuardTokenGenerator.kt242 // ── internal ─────────────────────────────────────────────────────COMMENT
MEDIUM…ri/archivetune/utils/potoken/BotGuardTokenGenerator.kt336 // ── WebView wrapper ──────────────────────────────────────────────COMMENT
MEDIUM…tlin/moe/rukamori/archivetune/playback/MusicService.kt8128 // ── Widget Support ────────────────────────────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt145 // ── JSON navigation helpers ──────────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt175 // ── GraphQL core ─────────────────────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt308 // ── REST core (fallback for endpoints without GQL equivalent) ────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt362 // ── GQL response converters ──────────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt454 // ── User Profile (GQL with REST fallback) ──────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt480 // ── Playlists (GQL: libraryV3) ──────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt540 // ── Library hierarchy (GQL: libraryV3, folders preserved) ───────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt705 // ── Library Artists (GQL: libraryV3 with Artists filter) ───────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt783 // ── Playlist detail (GQL: fetchPlaylist) ────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt873 // ── Playlist Mutations (GQL) ──────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt995 // ── Liked Songs (GQL: fetchLibraryTracks) ───────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1038 // ── Library Mutations (GQL: addToLibrary / removeFromLibrary) ──────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1078 // ── Top Tracks (REST fallback — no GQL equivalent) ──────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1093 // ── Top Artists (REST fallback — no GQL equivalent) ─────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1108 // ── Recommendations (REST fallback — no GQL equivalent) ─────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1125 // ── Search (GQL: searchDesktop) ─────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1278 // ── Browse: New Releases (GQL: queryWhatsNewFeed) ───────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1338 // ── Home feed (GQL: home) ──────────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1526 // ── Albums (GQL: getAlbum) ──────────────────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1586 // ── Artists (GQL: queryArtistOverview) ───────────────────────────────COMMENT
MEDIUM…fycore/src/moe/rukamori/archivetune/spotify/Spotify.kt1694 // ── Related Artists (REST fallback) ─────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt36 // ── Logging ──────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt52 // ── Constants ────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt64 // ── Networking ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt93 // ── Cache ────────────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt107 // ── Public API ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt146 // ── Core Logic ───────────────────────────────────────────────────────────────────COMMENT
MEDIUM…/moe/rukamori/archivetune/canvas/AppleMusicProvider.kt332 // ── Helpers ──────────────────────────────────────────────────────────────────────COMMENT
AI Slop Vocabulary1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM…moe/rukamori/archivetune/ui/player/PlayerComponents.kt4162 // speed MUST be an integer to ensure seamless looping when progress wraps from 1f to 0f.COMMENT
Self-Referential Comments1 hit · 3 pts
SeverityFileLineSnippetContext
MEDIUM.github/workflows/deploy_artifacts.py30# Create the client with bot token directlyCOMMENT
Over-Commented Block1 hit · 1 pts
SeverityFileLineSnippetContext
LOW…c/main/kotlin/moe/rukamori/archivetune/MainActivity.kt1581 // Rigid slide (Step 3): the header translates as a block viaCOMMENT
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippetContext
LOW.github/workflows/deploy_artifacts.py136 except Exception as e:CODE