Repository Analysis

EchoMusicApp/Echo-Music

A modern Android music app with ad-free streaming, synced lyrics, offline playback, and an intuitive user experience.

3.9 Likely human-written View on GitHub

Analysis Overview

This report presents the forensic synthetic code analysis of EchoMusicApp/Echo-Music, a Kotlin project with 2,441 GitHub stars. SynthScan v2.0 examined 297,247 lines of code across 1209 source files, recording 249 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 3.9 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).

3.9
Adjusted Score
3.9
Raw Score
100%
Time Factor
2026-07-14
Last Push
2.4K
Stars
Kotlin
Language
297.2K
Lines of Code
1.2K
Files
249
Pattern Hits
2026-07-14
Scan Date
0.07
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 75HIGH 14MEDIUM 78LOW 82

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 249 distinct pattern matches across 13 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 Indicators75 hits · 795 pts
SeverityFileLineSnippetContext
CRITICALapp/src/main/kotlin/com/music/echo/App.kt188 com.music.echo.utils.lastfm.LastFM.initialize(CODE
CRITICAL…n/kotlin/com/music/echo/lyrics/UnisonLyricsProvider.kt49 val parsedLines = iad1tya.echo.music.betterlyrics.TTMLParser.parseTTML(content)CODE
CRITICAL…n/kotlin/com/music/echo/lyrics/UnisonLyricsProvider.kt50 iad1tya.echo.music.betterlyrics.TTMLParser.toLRC(parsedLines)CODE
CRITICAL…/kotlin/com/music/echo/ui/component/EchoMusicLyrics.kt104 val isHindiText = iad1tya.echo.music.lyrics.LyricsUtils.isHindi(entry.text)CODE
CRITICAL…p/src/main/kotlin/com/music/echo/ui/component/Items.kt1868 val track = iad1tya.echo.music.utils.LosslessAPI.search(title, artist)CODE
CRITICAL…/src/main/kotlin/com/music/echo/ui/component/Lyrics.kt2317 Spacer(modifier = Modifier.padding(bottom = androidx.compose.foundation.layout.WindowInsets.systemBaCODE
CRITICAL…/kotlin/com/music/echo/ui/component/LyricsImageCard.kt244 .background(gradientBrush ?: androidx.compose.ui.graphics.Brush.linearGradient(listOf(backgrCODE
CRITICAL…/kotlin/com/music/echo/ui/component/LyricsImageCard.kt285 .background(gradientBrush ?: androidx.compose.ui.graphics.Brush.linearGradient(listOf(backgrCODE
CRITICAL…otlin/com/music/echo/ui/component/UpdaterComponents.kt188 val builder = androidx.compose.ui.text.AnnotatedString.Builder()CODE
CRITICAL…/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt345 iad1tya.echo.music.ui.screens.settings.EchoBrainScreen(CODE
CRITICAL…/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt450 iad1tya.echo.music.ui.screens.settings.DiscordSettings(navController, scrollBehavior)CODE
CRITICAL…/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt454 com.music.echo.ui.screens.settings.LastFMSettingsScreen(navController)CODE
CRITICAL…/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt458 com.music.echo.ui.screens.settings.DiscordExperimental(navController)CODE
CRITICAL…n/com/music/echo/ui/screens/settings/SettingsScreen.kt67 val isUpdateAvailable = getUpdateAvailableState(context) && iad1tya.echo.music.echomusic.updater.getAutoUpdateCheckSCODE
CRITICAL…/com/music/echo/ui/screens/settings/DiscordSettings.kt412 bottom = androidx.compose.foundation.layout.WindowInsets.systemBars.asPaddingValues().calculateBottoCODE
CRITICAL…n/com/music/echo/ui/screens/settings/PlayerSettings.kt365 iad1tya.echo.music.ui.component.FundingProgressCard()CODE
CRITICAL…tlin/com/music/echo/ui/screens/settings/AboutScreen.kt112 bottom = androidx.compose.foundation.layout.WindowInsets.systemBars.asPaddingValues().calculateBottomPadCODE
CRITICAL…/com/music/echo/ui/screens/settings/StorageSettings.kt255 androidx.media3.exoplayer.offline.DownloadService.sendRemoveAllDownloads(CODE
CRITICAL…m/music/echo/ui/screens/playlist/AutoPlaylistScreen.kt611 val systemBarsTopPadding = androidx.compose.foundation.layout.WindowInsets.systemBars.asPaddingValues().calculateTopCODE
CRITICAL…m/music/echo/ui/screens/playlist/AutoPlaylistScreen.kt618 iad1tya.echo.music.ui.component.OnlineBlur(CODE
CRITICAL…music/echo/ui/screens/equalizer/axion/AxionEqScreen.kt55 iad1tya.echo.music.ui.component.IconButton(CODE
CRITICAL…lin/com/music/echo/ui/screens/library/LibraryScreen.kt191 iad1tya.echo.music.ui.component.TextFieldDialog(CODE
CRITICAL…lin/com/music/echo/ui/screens/library/LibraryScreen.kt220 iad1tya.echo.music.ui.component.CreatePlaylistDialog(CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt112 iad1tya.echo.music.recognition.MusicRecognitionService.reset()CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt117 iad1tya.echo.music.recognition.MusicRecognitionService.reset()CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt121 val recognitionStatus by iad1tya.echo.music.recognition.MusicRecognitionService.recognitionStatus.collectAsState()CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt136 iad1tya.echo.music.recognition.MusicRecognitionService.recognize(context)CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt144 iad1tya.echo.music.recognition.MusicRecognitionService.recognize(context)CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt152 iad1tya.echo.music.recognition.MusicRecognitionService.reset()CODE
CRITICAL…music/echo/ui/screens/recognition/RecognitionScreen.kt272 onCancel = { iad1tya.echo.music.recognition.MusicRecognitionService.reset() }CODE
CRITICALapp/src/main/kotlin/com/music/echo/ui/menu/QueueMenu.kt565 androidx.media3.exoplayer.offline.DownloadService.sendRemoveDownload(context, iad1tya.ecCODE
CRITICALapp/src/main/kotlin/com/music/echo/ui/menu/SongMenu.kt761 iad1tya.echo.music.playback.AudioExportService.start(CODE
CRITICALapp/src/main/kotlin/com/music/echo/ui/menu/SongMenu.kt867 androidx.media3.exoplayer.offline.DownloadService.sendRemoveDownload(context, iad1tya.ecCODE
CRITICAL…rc/main/kotlin/com/music/echo/ui/menu/OldPlayerMenu.kt310 iad1tya.echo.music.ui.component.CastButton(asMenuItem = true)CODE
CRITICAL…rc/main/kotlin/com/music/echo/ui/menu/OldPlayerMenu.kt455 iad1tya.echo.music.playback.AudioExportService.start(CODE
CRITICAL…rc/main/kotlin/com/music/echo/ui/menu/OldPlayerMenu.kt531 androidx.media3.exoplayer.offline.DownloadService.sendRemoveDownload(context, iad1tya.ecCODE
CRITICAL…/main/kotlin/com/music/echo/ui/menu/YouTubeSongMenu.kt610 iad1tya.echo.music.playback.AudioExportService.start(CODE
CRITICAL…lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt127 iad1tya.echo.music.db.entities.Song(CODE
CRITICAL…lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt128 song = iad1tya.echo.music.db.entities.SongEntity(CODE
CRITICAL…lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt143 iad1tya.echo.music.db.entities.ArtistEntity(CODE
CRITICAL…lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt149 iad1tya.echo.music.db.entities.AlbumEntity(CODE
CRITICAL…lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt405 val songEntity = iad1tya.echo.music.db.entities.SongEntity(CODE
CRITICAL…p/src/main/kotlin/com/music/echo/ui/menu/PlayerMenu.kt451 iad1tya.echo.music.ui.component.CastButton(asMenuItem = true)CODE
CRITICAL…p/src/main/kotlin/com/music/echo/ui/menu/PlayerMenu.kt603 iad1tya.echo.music.playback.AudioExportService.start(CODE
CRITICALapp/src/main/kotlin/com/music/echo/ui/player/Player.kt1702 iad1tya.echo.music.ui.menu.LyricsMenu(CODE
CRITICALapp/src/main/kotlin/com/music/echo/ui/player/Player.kt1820 iad1tya.echo.music.ui.menu.LyricsMenu(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt608 ?.let { iad1tya.echo.music.spotify.models.SpotifyLibraryItem.Playlist(it) }CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt611 ?.let { iad1tya.echo.music.spotify.models.SpotifyLibraryItem.Folder(it) }CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt677 return iad1tya.echo.music.spotify.models.SpotifyLibraryFolder(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1341 return@runCatching iad1tya.echo.music.spotify.models.SpotifyHomeFeed(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1354 iad1tya.echo.music.spotify.models.SpotifyHomeFeed(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1379 return iad1tya.echo.music.spotify.models.SpotifyHomeFeedSection(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1411 return iad1tya.echo.music.spotify.models.SpotifyHomeFeedItem.Playlist(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1434 return iad1tya.echo.music.spotify.models.SpotifyHomeFeedItem.Album(CODE
CRITICALapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1450 return iad1tya.echo.music.spotify.models.SpotifyHomeFeedItem.Artist(CODE
CRITICAL…com/music/echo/listentogether/ListenTogetherManager.kt1578 private fun androidx.media3.common.Timeline.Window.toTrackInfo(): TrackInfo {CODE
CRITICAL…in/kotlin/com/music/echo/utils/AppleMusicAboutAlbum.kt60 val token = iad1tya.echo.music.utils.AppleMusicTokenProvider.getToken()CODE
CRITICAL…/src/main/kotlin/com/music/echo/utils/YTPlayerUtils.kt257 ) ?: com.music.innertube.models.response.PlayerResponse.VideoDetails(CODE
CRITICAL…/src/main/kotlin/com/music/echo/utils/YTPlayerUtils.kt294 val track = iad1tya.echo.music.utils.LosslessAPI.search(title, author)CODE
CRITICAL…/src/main/kotlin/com/music/echo/utils/YTPlayerUtils.kt296 val format = com.music.innertube.models.response.PlayerResponse.StreamingData.Format(CODE
15 more matches not shown…
Decorative Section Separators74 hits · 189 pts
SeverityFileLineSnippetContext
MEDIUM…/com/music/echo/widget/MusicRecognizerWidgetService.kt91 // ─── Foreground notification ──────────────────────────────────────────────COMMENT
MEDIUM…/com/music/echo/widget/MusicRecognizerWidgetService.kt131 // ─── Recognition flow ─────────────────────────────────────────────────────COMMENT
MEDIUM…/com/music/echo/widget/MusicRecognizerWidgetService.kt279 // ─── Helpers ─────────────────────────────────────────────────────────────COMMENT
MEDIUM…/com/music/echo/widget/MusicRecognizerWidgetService.kt330 // ─── Constants ────────────────────────────────────────────────────────────COMMENT
MEDIUM…com/music/echo/widget/MusicRecognizerWidgetReceiver.kt92 // ─── Recognition start / stop ─────────────────────────────────────────────COMMENT
MEDIUM…com/music/echo/widget/MusicRecognizerWidgetReceiver.kt135 // ─── Widget update ────────────────────────────────────────────────────────COMMENT
MEDIUM…com/music/echo/widget/MusicRecognizerWidgetReceiver.kt168 // ─── Layout builders ──────────────────────────────────────────────────────COMMENT
MEDIUM…com/music/echo/widget/MusicRecognizerWidgetReceiver.kt221 // ─── State helpers ────────────────────────────────────────────────────────COMMENT
MEDIUM…com/music/echo/widget/MusicRecognizerWidgetReceiver.kt308 // ─── PendingIntents ───────────────────────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt144 // ── JSON navigation helpers ──────────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt174 // ── GraphQL core ─────────────────────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt306 // ── REST core (fallback for endpoints without GQL equivalent) ────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt360 // ── GQL response converters ──────────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt451 // ── User Profile (GQL with REST fallback) ──────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt477 // ── Playlists (GQL: libraryV3) ──────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt537 // ── Library hierarchy (GQL: libraryV3, folders preserved) ───────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt684 // ── Library Artists (GQL: libraryV3 with Artists filter) ───────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt757 // ── Playlist detail (GQL: fetchPlaylist) ────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt847 // ── Playlist Mutations (GQL) ──────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt965 // ── Liked Songs (GQL: fetchLibraryTracks) ───────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1004 // ── Library Mutations (GQL: addToLibrary / removeFromLibrary) ──────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1042 // ── Top Tracks (REST fallback — no GQL equivalent) ──────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1057 // ── Top Artists (REST fallback — no GQL equivalent) ─────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1072 // ── Recommendations (REST fallback — no GQL equivalent) ─────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1089 // ── Search (GQL: searchDesktop) ─────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1237 // ── Browse: New Releases (GQL: queryWhatsNewFeed) ───────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1297 // ── Home feed (GQL: home) ──────────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1458 // ── Albums (GQL: getAlbum) ──────────────────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1518 // ── Artists (GQL: queryArtistOverview) ───────────────────────────────COMMENT
MEDIUMapp/src/main/kotlin/com/music/echo/spotify/Spotify.kt1619 // ── Related Artists (REST fallback) ─────────────────────────────────COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt317 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt319 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt39 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt43 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt98 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt100 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt182 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt186 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt198 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt200 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt368 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt372 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt424 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt428 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt480 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt484 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt513 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt524 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt602 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt606 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt660 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt664 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt695 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt701 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt735 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt739 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt782 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt784 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt802 // ═══════════════════════════════════════════════COMMENT
MEDIUM…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt804 // ═══════════════════════════════════════════════COMMENT
14 more matches not shown…
Cross-File Repetition9 hits · 45 pts
SeverityFileLineSnippetContext
HIGH…kotlin/com/music/echo/utils/AppleMusicTokenProvider.kt0eyj[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+STRING
HIGH…otlin/com/music/echo/canvas/AppleMusicTokenProvider.kt0eyj[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+STRING
HIGH…/com/music/echo/applecanvas/AppleMusicTokenProvider.kt0eyj[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+STRING
HIGH…otlin/com/music/echo/api/OpenRouterStreamingService.kt0you are a precise lyrics translation assistant. your output must always be a valid json array of strings. critical rulesSTRING
HIGH…rc/main/kotlin/com/music/echo/api/OpenRouterService.kt0you are a precise lyrics translation assistant. your output must always be a valid json array of strings. critical rulesSTRING
HIGH…p/src/main/kotlin/com/music/echo/api/MistralService.kt0you are a precise lyrics translation assistant. your output must always be a valid json array of strings. critical rulesSTRING
HIGH…otlin/com/music/echo/api/OpenRouterStreamingService.kt0translate the following $linecount lines to $targetlanguage. important: - provide natural, accurate translation - maintaSTRING
HIGH…rc/main/kotlin/com/music/echo/api/OpenRouterService.kt0translate the following $linecount lines to $targetlanguage. important: - provide natural, accurate translation - maintaSTRING
HIGH…p/src/main/kotlin/com/music/echo/api/MistralService.kt0translate the following $linecount lines to $targetlanguage. important: - provide natural, accurate translation - maintaSTRING
Hyper-Verbose Identifiers50 hits · 36 pts
SeverityFileLineSnippetContext
LOWapp/src/main/assets/solver/meriyah.js8966 function parseJSXChildrenAndClosingElement(parser, context, privateScope, inJSXChild) {CODE
LOWapp/src/main/assets/solver/meriyah.js8976 function parseJSXChildrenAndClosingFragment(parser, context, privateScope, inJSXChild) {CODE
LOWapp/src/main/assets/solver/meriyah.js8986 function parseJSXChildOrClosingElement(parser, context, privateScope, inJSXChild) {CODE
LOWapp/src/main/assets/solver/meriyah.js37 function consumePossibleSurrogatePair(parser) {CODE
LOWapp/src/main/assets/solver/meriyah.js60 function isExoticECMAScriptWhitespace(ch) {CODE
LOWapp/src/main/assets/solver/meriyah.js1406 function scanDecimalDigitsOrSeparator(parser, char) {CODE
LOWapp/src/main/assets/solver/meriyah.js1581 function validateBindingIdentifier(parser, context, kind, t, skipEvalArgCheck) {CODE
LOWapp/src/main/assets/solver/meriyah.js1640 function isPropertyWithPrivateFieldKey(expr) {CODE
LOWapp/src/main/assets/solver/meriyah.js1656 function validateAndDeclareLabel(parser, labels, name) {CODE
LOWapp/src/main/assets/solver/meriyah.js1808 function scanIdentifierUnicodeEscape(parser) {CODE
LOWapp/src/main/assets/solver/meriyah.js4659 function createArrowHeadParsingScope(parser, context, value) {CODE
LOWapp/src/main/assets/solver/meriyah.js5045 function parseExpressionOrLabelledStatement(parser, context, scope, privateScope, origin, labels, allowFuncDecl) {CODE
LOWapp/src/main/assets/solver/meriyah.js5119 function parseAsyncArrowOrAsyncFunctionDeclaration(parser, context, scope, privateScope, origin, labels, allowFuncDeCODE
LOWapp/src/main/assets/solver/meriyah.js5222 function parseConsequentOrAlternative(parser, context, scope, privateScope, labels) {CODE
LOWapp/src/main/assets/solver/meriyah.js5287 function parseIterationStatementBody(parser, context, scope, privateScope, labels) {CODE
LOWapp/src/main/assets/solver/meriyah.js5426 function parseLetIdentOrVarDeclarationStatement(parser, context, scope, privateScope, origin) {CODE
LOWapp/src/main/assets/solver/meriyah.js5483 function parseVariableDeclarationList(parser, context, scope, privateScope, kind, origin) {CODE
LOWapp/src/main/assets/solver/meriyah.js5664 function parseRestrictedIdentifier(parser, context, scope) {CODE
LOWapp/src/main/assets/solver/meriyah.js5731 function parseImportNamespaceSpecifier(parser, context, scope) {CODE
LOWapp/src/main/assets/solver/meriyah.js5749 function parseImportSpecifierOrNamedImports(parser, context, scope, specifiers) {CODE
LOWapp/src/main/assets/solver/meriyah.js5786 function parseImportMetaDeclaration(parser, context, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js5798 function parseImportCallDeclaration(parser, context, privateScope, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js5999 function parseAssignmentExpression(parser, context, privateScope, inGroup, isPattern, start, left) {CODE
LOWapp/src/main/assets/solver/meriyah.js6032 function parseAssignmentExpressionOrPattern(parser, context, privateScope, inGroup, isPattern, start, left) {CODE
LOWapp/src/main/assets/solver/meriyah.js6051 function parseConditionalExpression(parser, context, privateScope, test, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6146 function parseYieldExpressionOrIdentifier(parser, context, privateScope, inGroup, canAssign, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6179 function parseAwaitExpressionOrIdentifier(parser, context, privateScope, inNew, inGroup, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6294 function parseLeftHandSideExpression(parser, context, privateScope, canAssign, inGroup, isLHS) {CODE
LOWapp/src/main/assets/solver/meriyah.js6312 function parseMemberOrUpdateExpression(parser, context, privateScope, expr, inGroup, inChain, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6461 function parsePropertyOrPrivatePropertyName(parser, context, privateScope) {CODE
LOWapp/src/main/assets/solver/meriyah.js6472 function parseUpdateExpressionPrefixed(parser, context, privateScope, inNew, isLHS, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6587 function parseImportCallOrMetaExpression(parser, context, privateScope, inNew, inGroup, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6598 function parseImportMetaExpression(parser, context, meta, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js6674 function parseIdentifierOrStringLiteral(parser, context) {CODE
LOWapp/src/main/assets/solver/meriyah.js6845 function parseNullOrTrueOrFalseLiteral(parser, context) {CODE
LOWapp/src/main/assets/solver/meriyah.js6984 function parseArrayExpressionOrPattern(parser, context, scope, privateScope, skipInitializer, inGroup, isPattern, kiCODE
LOWapp/src/main/assets/solver/meriyah.js7135 function parseArrayOrObjectAssignmentPattern(parser, context, privateScope, destructible, inGroup, isPattern, start,CODE
LOWapp/src/main/assets/solver/meriyah.js7330 function parseObjectLiteralOrPattern(parser, context, scope, privateScope, skipInitializer, inGroup, isPattern, kindCODE
LOWapp/src/main/assets/solver/meriyah.js7933 function parseComputedPropertyName(parser, context, privateScope, inGroup) {CODE
LOWapp/src/main/assets/solver/meriyah.js7939 function parseParenthesizedExpression(parser, context, privateScope, canAssign, kind, origin, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js8145 function parseArrowFunctionExpression(parser, context, scope, privateScope, params, isAsync, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js8196 function parseFormalParametersOrFormalList(parser, context, scope, privateScope, inGroup, kind) {CODE
LOWapp/src/main/assets/solver/meriyah.js8262 function parseMemberExpressionNoCall(parser, context, privateScope, expr, inGroup, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js8339 function parseAsyncArrowAfterIdent(parser, context, privateScope, canAssign, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js8351 function parseAsyncArrowOrCallExpression(parser, context, privateScope, callee, canAssign, kind, origin, flags, starCODE
LOWapp/src/main/assets/solver/meriyah.js8860 function parseAndClassifyIdentifier(parser, context, scope, kind, origin) {CODE
LOWapp/src/main/assets/solver/meriyah.js8897 function parseJSXRootElementOrFragment(parser, context, privateScope, inJSXChild, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js9000 function parseJSXChildOrClosingFragment(parser, context, privateScope, inJSXChild) {CODE
LOWapp/src/main/assets/solver/meriyah.js9026 function parseJSXOpeningElementOrSelfCloseElement(parser, context, privateScope, inJSXChild, start) {CODE
LOWapp/src/main/assets/solver/meriyah.js9132 function parseJSXExpressionContainer(parser, context, privateScope, inJSXChild, isAttr) {CODE
Cross-Language Confusion5 hits · 35 pts
SeverityFileLineSnippetContext
HIGH…/com/music/echo/ui/screens/settings/update_settings.py18 # Actually, the simplest is to replace `navController: NavController,` with `navController: NavController, highlightCOMMENT
HIGH…otlin/com/music/echo/ui/screens/settings/fix_scroll.py29 # Just insert it after `highlightKey: String? = null,` line ? No, there are imports.COMMENT
HIGH…in/com/music/echo/ui/screens/settings/fix_signature.py13 # The signature looks like `fun ScreenName(navController: NavController, highlightKey: String? = null, ...)`COMMENT
HIGH…in/com/music/echo/ui/screens/settings/fix_signature.py14 # We need to extract `highlightKey: String? = null, ` and append it to the end of the `)` of the function declaratioCOMMENT
HIGHscripts/compose_svg_drawable.py450 if subpath.length() == 0:CODE
Excessive Try-Catch Wrapping10 hits · 13 pts
SeverityFileLineSnippetContext
LOWscripts/download_material_icons.py61 except Exception as exc:CODE
LOWscripts/download_material_icons.py140 except Exception as exc:STRING
MEDIUMscripts/download_material_icons.py141 print(f"Error reading file {args.file}: {exc}", file=sys.stderr)STRING
MEDIUMscripts/fetch_bmc_funding.py37 print(f"Error fetching data: {e}")CODE
LOWscripts/compose_svg_drawable.py426 except Exception:CODE
LOWscripts/compose_svg_drawable.py468 except Exception:CODE
LOWscripts/compose_svg_drawable.py1027 except Exception as exc:CODE
LOWscripts/compose_svg_drawable.py1170 except Exception as exc:CODE
MEDIUMscripts/compose_svg_drawable.py1171 print(f"Error: {exc}", file=sys.stderr)CODE
MEDIUMscripts/compose_svg_drawable.py420def try_import_smoothing():CODE
Redundant / Tautological Comments6 hits · 11 pts
SeverityFileLineSnippetContext
LOW…otlin/com/music/echo/ui/screens/settings/fix_scroll.py12 # Check if there is `Material3SettingsGroup(scrollState = scrollState,`COMMENT
LOW…otlin/com/music/echo/ui/screens/settings/fix_scroll.py14 # Check if `val scrollState = rememberScrollState()` existsCOMMENT
LOWscripts/fetch_bmc_funding.py55 # Check if there's a next pageCOMMENT
LOWscripts/compose_svg_drawable.py1033 # Check if it's an existing fileCOMMENT
LOWscripts/compose_svg_drawable.py1037 # Check if it's an absolute path that doesn't existCOMMENT
LOWscripts/compose_svg_drawable.py1043 # Check if it looks like a relative path to an existing fileCOMMENT
Deep Nesting7 hits · 7 pts
SeverityFileLineSnippetContext
LOW…/com/music/echo/ui/screens/settings/update_settings.py6CODE
LOW…otlin/com/music/echo/ui/screens/settings/fix_scroll.py6CODE
LOW…in/com/music/echo/ui/screens/settings/fix_signature.py6CODE
LOWscripts/download_material_icons.py66CODE
LOWscripts/compose_svg_drawable.py113CODE
LOWscripts/compose_svg_drawable.py515CODE
LOWscripts/compose_svg_drawable.py729CODE
Verbosity Indicators4 hits · 4 pts
SeverityFileLineSnippetContext
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt329 // Step 1: Analyze topic maturityCOMMENT
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt341 // Step 2: Select diverse topicsCOMMENT
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt344 // Step 3: Generate queries — every strategy is interest-rootedCOMMENT
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt356 // Step 4: Filter, sanitize, balanceCOMMENT
Structural Annotation Overuse4 hits · 4 pts
SeverityFileLineSnippetContext
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt329 // Step 1: Analyze topic maturityCOMMENT
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt341 // Step 2: Select diverse topicsCOMMENT
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt344 // Step 3: Generate queries — every strategy is interest-rootedCOMMENT
LOW…n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt356 // Step 4: Filter, sanitize, balanceCOMMENT
Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippetContext
LOW…src/main/cpp/vibrafp/third_party/build-fftw-android.sh1#!/usr/bin/env bashCOMMENT
LOWapp/src/main/cpp/vibrafp/lib/algorithm/signature.h1#ifndef LIB_ALGORITHM_SIGNATURE_H_COMMENT
LOWapp/src/main/cpp/vibrafp/lib/audio/byte_control.h1#ifndef LIB_AUDIO_BYTE_CONTROL_H_COMMENT
AI Slop Vocabulary1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…/com/music/echo/ui/screens/settings/update_settings.py62 # We can just use it directly.COMMENT
Example Usage Blocks1 hit · 2 pts
SeverityFileLineSnippetContext
LOW…src/main/cpp/vibrafp/third_party/build-fftw-android.sh16# Usage:COMMENT