A modern Android music app with ad-free streaming, synced lyrics, offline playback, and an intuitive user experience.
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).
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 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.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | app/src/main/kotlin/com/music/echo/App.kt | 188 | com.music.echo.utils.lastfm.LastFM.initialize( | CODE |
| CRITICAL | …n/kotlin/com/music/echo/lyrics/UnisonLyricsProvider.kt | 49 | val parsedLines = iad1tya.echo.music.betterlyrics.TTMLParser.parseTTML(content) | CODE |
| CRITICAL | …n/kotlin/com/music/echo/lyrics/UnisonLyricsProvider.kt | 50 | iad1tya.echo.music.betterlyrics.TTMLParser.toLRC(parsedLines) | CODE |
| CRITICAL | …/kotlin/com/music/echo/ui/component/EchoMusicLyrics.kt | 104 | val isHindiText = iad1tya.echo.music.lyrics.LyricsUtils.isHindi(entry.text) | CODE |
| CRITICAL | …p/src/main/kotlin/com/music/echo/ui/component/Items.kt | 1868 | val track = iad1tya.echo.music.utils.LosslessAPI.search(title, artist) | CODE |
| CRITICAL | …/src/main/kotlin/com/music/echo/ui/component/Lyrics.kt | 2317 | Spacer(modifier = Modifier.padding(bottom = androidx.compose.foundation.layout.WindowInsets.systemBa | CODE |
| CRITICAL | …/kotlin/com/music/echo/ui/component/LyricsImageCard.kt | 244 | .background(gradientBrush ?: androidx.compose.ui.graphics.Brush.linearGradient(listOf(backgr | CODE |
| CRITICAL | …/kotlin/com/music/echo/ui/component/LyricsImageCard.kt | 285 | .background(gradientBrush ?: androidx.compose.ui.graphics.Brush.linearGradient(listOf(backgr | CODE |
| CRITICAL | …otlin/com/music/echo/ui/component/UpdaterComponents.kt | 188 | val builder = androidx.compose.ui.text.AnnotatedString.Builder() | CODE |
| CRITICAL | …/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt | 345 | iad1tya.echo.music.ui.screens.settings.EchoBrainScreen( | CODE |
| CRITICAL⚡ | …/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt | 450 | iad1tya.echo.music.ui.screens.settings.DiscordSettings(navController, scrollBehavior) | CODE |
| CRITICAL⚡ | …/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt | 454 | com.music.echo.ui.screens.settings.LastFMSettingsScreen(navController) | CODE |
| CRITICAL⚡ | …/kotlin/com/music/echo/ui/screens/NavigationBuilder.kt | 458 | com.music.echo.ui.screens.settings.DiscordExperimental(navController) | CODE |
| CRITICAL | …n/com/music/echo/ui/screens/settings/SettingsScreen.kt | 67 | val isUpdateAvailable = getUpdateAvailableState(context) && iad1tya.echo.music.echomusic.updater.getAutoUpdateCheckS | CODE |
| CRITICAL | …/com/music/echo/ui/screens/settings/DiscordSettings.kt | 412 | bottom = androidx.compose.foundation.layout.WindowInsets.systemBars.asPaddingValues().calculateBotto | CODE |
| CRITICAL | …n/com/music/echo/ui/screens/settings/PlayerSettings.kt | 365 | iad1tya.echo.music.ui.component.FundingProgressCard() | CODE |
| CRITICAL | …tlin/com/music/echo/ui/screens/settings/AboutScreen.kt | 112 | bottom = androidx.compose.foundation.layout.WindowInsets.systemBars.asPaddingValues().calculateBottomPad | CODE |
| CRITICAL | …/com/music/echo/ui/screens/settings/StorageSettings.kt | 255 | androidx.media3.exoplayer.offline.DownloadService.sendRemoveAllDownloads( | CODE |
| CRITICAL | …m/music/echo/ui/screens/playlist/AutoPlaylistScreen.kt | 611 | val systemBarsTopPadding = androidx.compose.foundation.layout.WindowInsets.systemBars.asPaddingValues().calculateTop | CODE |
| CRITICAL | …m/music/echo/ui/screens/playlist/AutoPlaylistScreen.kt | 618 | iad1tya.echo.music.ui.component.OnlineBlur( | CODE |
| CRITICAL | …music/echo/ui/screens/equalizer/axion/AxionEqScreen.kt | 55 | iad1tya.echo.music.ui.component.IconButton( | CODE |
| CRITICAL | …lin/com/music/echo/ui/screens/library/LibraryScreen.kt | 191 | iad1tya.echo.music.ui.component.TextFieldDialog( | CODE |
| CRITICAL | …lin/com/music/echo/ui/screens/library/LibraryScreen.kt | 220 | iad1tya.echo.music.ui.component.CreatePlaylistDialog( | CODE |
| CRITICAL⚡ | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 112 | iad1tya.echo.music.recognition.MusicRecognitionService.reset() | CODE |
| CRITICAL⚡ | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 117 | iad1tya.echo.music.recognition.MusicRecognitionService.reset() | CODE |
| CRITICAL⚡ | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 121 | val recognitionStatus by iad1tya.echo.music.recognition.MusicRecognitionService.recognitionStatus.collectAsState() | CODE |
| CRITICAL⚡ | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 136 | iad1tya.echo.music.recognition.MusicRecognitionService.recognize(context) | CODE |
| CRITICAL⚡ | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 144 | iad1tya.echo.music.recognition.MusicRecognitionService.recognize(context) | CODE |
| CRITICAL⚡ | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 152 | iad1tya.echo.music.recognition.MusicRecognitionService.reset() | CODE |
| CRITICAL | …music/echo/ui/screens/recognition/RecognitionScreen.kt | 272 | onCancel = { iad1tya.echo.music.recognition.MusicRecognitionService.reset() } | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/ui/menu/QueueMenu.kt | 565 | androidx.media3.exoplayer.offline.DownloadService.sendRemoveDownload(context, iad1tya.ec | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/ui/menu/SongMenu.kt | 761 | iad1tya.echo.music.playback.AudioExportService.start( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/ui/menu/SongMenu.kt | 867 | androidx.media3.exoplayer.offline.DownloadService.sendRemoveDownload(context, iad1tya.ec | CODE |
| CRITICAL | …rc/main/kotlin/com/music/echo/ui/menu/OldPlayerMenu.kt | 310 | iad1tya.echo.music.ui.component.CastButton(asMenuItem = true) | CODE |
| CRITICAL | …rc/main/kotlin/com/music/echo/ui/menu/OldPlayerMenu.kt | 455 | iad1tya.echo.music.playback.AudioExportService.start( | CODE |
| CRITICAL | …rc/main/kotlin/com/music/echo/ui/menu/OldPlayerMenu.kt | 531 | androidx.media3.exoplayer.offline.DownloadService.sendRemoveDownload(context, iad1tya.ec | CODE |
| CRITICAL | …/main/kotlin/com/music/echo/ui/menu/YouTubeSongMenu.kt | 610 | iad1tya.echo.music.playback.AudioExportService.start( | CODE |
| CRITICAL | …lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt | 127 | iad1tya.echo.music.db.entities.Song( | CODE |
| CRITICAL | …lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt | 128 | song = iad1tya.echo.music.db.entities.SongEntity( | CODE |
| CRITICAL | …lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt | 143 | iad1tya.echo.music.db.entities.ArtistEntity( | CODE |
| CRITICAL | …lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt | 149 | iad1tya.echo.music.db.entities.AlbumEntity( | CODE |
| CRITICAL | …lin/com/music/echo/ui/menu/YouTubeSelectionSongMenu.kt | 405 | val songEntity = iad1tya.echo.music.db.entities.SongEntity( | CODE |
| CRITICAL | …p/src/main/kotlin/com/music/echo/ui/menu/PlayerMenu.kt | 451 | iad1tya.echo.music.ui.component.CastButton(asMenuItem = true) | CODE |
| CRITICAL | …p/src/main/kotlin/com/music/echo/ui/menu/PlayerMenu.kt | 603 | iad1tya.echo.music.playback.AudioExportService.start( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/ui/player/Player.kt | 1702 | iad1tya.echo.music.ui.menu.LyricsMenu( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/ui/player/Player.kt | 1820 | iad1tya.echo.music.ui.menu.LyricsMenu( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 608 | ?.let { iad1tya.echo.music.spotify.models.SpotifyLibraryItem.Playlist(it) } | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 611 | ?.let { iad1tya.echo.music.spotify.models.SpotifyLibraryItem.Folder(it) } | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 677 | return iad1tya.echo.music.spotify.models.SpotifyLibraryFolder( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1341 | return@runCatching iad1tya.echo.music.spotify.models.SpotifyHomeFeed( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1354 | iad1tya.echo.music.spotify.models.SpotifyHomeFeed( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1379 | return iad1tya.echo.music.spotify.models.SpotifyHomeFeedSection( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1411 | return iad1tya.echo.music.spotify.models.SpotifyHomeFeedItem.Playlist( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1434 | return iad1tya.echo.music.spotify.models.SpotifyHomeFeedItem.Album( | CODE |
| CRITICAL | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1450 | return iad1tya.echo.music.spotify.models.SpotifyHomeFeedItem.Artist( | CODE |
| CRITICAL | …com/music/echo/listentogether/ListenTogetherManager.kt | 1578 | private fun androidx.media3.common.Timeline.Window.toTrackInfo(): TrackInfo { | CODE |
| CRITICAL | …in/kotlin/com/music/echo/utils/AppleMusicAboutAlbum.kt | 60 | val token = iad1tya.echo.music.utils.AppleMusicTokenProvider.getToken() | CODE |
| CRITICAL | …/src/main/kotlin/com/music/echo/utils/YTPlayerUtils.kt | 257 | ) ?: com.music.innertube.models.response.PlayerResponse.VideoDetails( | CODE |
| CRITICAL | …/src/main/kotlin/com/music/echo/utils/YTPlayerUtils.kt | 294 | val track = iad1tya.echo.music.utils.LosslessAPI.search(title, author) | CODE |
| CRITICAL | …/src/main/kotlin/com/music/echo/utils/YTPlayerUtils.kt | 296 | val format = com.music.innertube.models.response.PlayerResponse.StreamingData.Format( | CODE |
| 15 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/com/music/echo/widget/MusicRecognizerWidgetService.kt | 91 | // ─── Foreground notification ────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/music/echo/widget/MusicRecognizerWidgetService.kt | 131 | // ─── Recognition flow ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/music/echo/widget/MusicRecognizerWidgetService.kt | 279 | // ─── Helpers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …/com/music/echo/widget/MusicRecognizerWidgetService.kt | 330 | // ─── Constants ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/music/echo/widget/MusicRecognizerWidgetReceiver.kt | 92 | // ─── Recognition start / stop ───────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/music/echo/widget/MusicRecognizerWidgetReceiver.kt | 135 | // ─── Widget update ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/music/echo/widget/MusicRecognizerWidgetReceiver.kt | 168 | // ─── Layout builders ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/music/echo/widget/MusicRecognizerWidgetReceiver.kt | 221 | // ─── State helpers ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | …com/music/echo/widget/MusicRecognizerWidgetReceiver.kt | 308 | // ─── PendingIntents ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 144 | // ── JSON navigation helpers ────────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 174 | // ── GraphQL core ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 306 | // ── REST core (fallback for endpoints without GQL equivalent) ──────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 360 | // ── GQL response converters ────────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 451 | // ── User Profile (GQL with REST fallback) ────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 477 | // ── Playlists (GQL: libraryV3) ────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 537 | // ── Library hierarchy (GQL: libraryV3, folders preserved) ─────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 684 | // ── Library Artists (GQL: libraryV3 with Artists filter) ─────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 757 | // ── Playlist detail (GQL: fetchPlaylist) ──────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 847 | // ── Playlist Mutations (GQL) ────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 965 | // ── Liked Songs (GQL: fetchLibraryTracks) ─────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1004 | // ── Library Mutations (GQL: addToLibrary / removeFromLibrary) ────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1042 | // ── Top Tracks (REST fallback — no GQL equivalent) ────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1057 | // ── Top Artists (REST fallback — no GQL equivalent) ───────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1072 | // ── Recommendations (REST fallback — no GQL equivalent) ───────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1089 | // ── Search (GQL: searchDesktop) ───────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1237 | // ── Browse: New Releases (GQL: queryWhatsNewFeed) ─────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1297 | // ── Home feed (GQL: home) ────────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1458 | // ── Albums (GQL: getAlbum) ────────────────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1518 | // ── Artists (GQL: queryArtistOverview) ─────────────────────────────── | COMMENT |
| MEDIUM | app/src/main/kotlin/com/music/echo/spotify/Spotify.kt | 1619 | // ── Related Artists (REST fallback) ───────────────────────────────── | COMMENT |
| MEDIUM⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 317 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 319 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 39 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 43 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 98 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 100 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 182 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 186 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 198 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 200 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 368 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 372 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 424 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 428 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 480 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 484 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 513 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 524 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 602 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 606 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 660 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 664 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 695 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 701 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 735 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 739 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 782 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 784 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 802 | // ═══════════════════════════════════════════════ | COMMENT |
| MEDIUM | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 804 | // ═══════════════════════════════════════════════ | COMMENT |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …kotlin/com/music/echo/utils/AppleMusicTokenProvider.kt | 0 | eyj[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+ | STRING |
| HIGH | …otlin/com/music/echo/canvas/AppleMusicTokenProvider.kt | 0 | eyj[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+ | STRING |
| HIGH | …/com/music/echo/applecanvas/AppleMusicTokenProvider.kt | 0 | eyj[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+\.[a-za-z0-9\-_=]+ | STRING |
| HIGH | …otlin/com/music/echo/api/OpenRouterStreamingService.kt | 0 | you are a precise lyrics translation assistant. your output must always be a valid json array of strings. critical rules | STRING |
| HIGH | …rc/main/kotlin/com/music/echo/api/OpenRouterService.kt | 0 | you are a precise lyrics translation assistant. your output must always be a valid json array of strings. critical rules | STRING |
| HIGH | …p/src/main/kotlin/com/music/echo/api/MistralService.kt | 0 | you are a precise lyrics translation assistant. your output must always be a valid json array of strings. critical rules | STRING |
| HIGH | …otlin/com/music/echo/api/OpenRouterStreamingService.kt | 0 | translate the following $linecount lines to $targetlanguage. important: - provide natural, accurate translation - mainta | STRING |
| HIGH | …rc/main/kotlin/com/music/echo/api/OpenRouterService.kt | 0 | translate the following $linecount lines to $targetlanguage. important: - provide natural, accurate translation - mainta | STRING |
| HIGH | …p/src/main/kotlin/com/music/echo/api/MistralService.kt | 0 | translate the following $linecount lines to $targetlanguage. important: - provide natural, accurate translation - mainta | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | app/src/main/assets/solver/meriyah.js | 8966 | function parseJSXChildrenAndClosingElement(parser, context, privateScope, inJSXChild) { | CODE |
| LOW⚡ | app/src/main/assets/solver/meriyah.js | 8976 | function parseJSXChildrenAndClosingFragment(parser, context, privateScope, inJSXChild) { | CODE |
| LOW⚡ | app/src/main/assets/solver/meriyah.js | 8986 | function parseJSXChildOrClosingElement(parser, context, privateScope, inJSXChild) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 37 | function consumePossibleSurrogatePair(parser) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 60 | function isExoticECMAScriptWhitespace(ch) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 1406 | function scanDecimalDigitsOrSeparator(parser, char) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 1581 | function validateBindingIdentifier(parser, context, kind, t, skipEvalArgCheck) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 1640 | function isPropertyWithPrivateFieldKey(expr) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 1656 | function validateAndDeclareLabel(parser, labels, name) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 1808 | function scanIdentifierUnicodeEscape(parser) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 4659 | function createArrowHeadParsingScope(parser, context, value) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5045 | function parseExpressionOrLabelledStatement(parser, context, scope, privateScope, origin, labels, allowFuncDecl) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5119 | function parseAsyncArrowOrAsyncFunctionDeclaration(parser, context, scope, privateScope, origin, labels, allowFuncDe | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5222 | function parseConsequentOrAlternative(parser, context, scope, privateScope, labels) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5287 | function parseIterationStatementBody(parser, context, scope, privateScope, labels) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5426 | function parseLetIdentOrVarDeclarationStatement(parser, context, scope, privateScope, origin) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5483 | function parseVariableDeclarationList(parser, context, scope, privateScope, kind, origin) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5664 | function parseRestrictedIdentifier(parser, context, scope) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5731 | function parseImportNamespaceSpecifier(parser, context, scope) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5749 | function parseImportSpecifierOrNamedImports(parser, context, scope, specifiers) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5786 | function parseImportMetaDeclaration(parser, context, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5798 | function parseImportCallDeclaration(parser, context, privateScope, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 5999 | function parseAssignmentExpression(parser, context, privateScope, inGroup, isPattern, start, left) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6032 | function parseAssignmentExpressionOrPattern(parser, context, privateScope, inGroup, isPattern, start, left) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6051 | function parseConditionalExpression(parser, context, privateScope, test, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6146 | function parseYieldExpressionOrIdentifier(parser, context, privateScope, inGroup, canAssign, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6179 | function parseAwaitExpressionOrIdentifier(parser, context, privateScope, inNew, inGroup, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6294 | function parseLeftHandSideExpression(parser, context, privateScope, canAssign, inGroup, isLHS) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6312 | function parseMemberOrUpdateExpression(parser, context, privateScope, expr, inGroup, inChain, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6461 | function parsePropertyOrPrivatePropertyName(parser, context, privateScope) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6472 | function parseUpdateExpressionPrefixed(parser, context, privateScope, inNew, isLHS, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6587 | function parseImportCallOrMetaExpression(parser, context, privateScope, inNew, inGroup, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6598 | function parseImportMetaExpression(parser, context, meta, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6674 | function parseIdentifierOrStringLiteral(parser, context) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6845 | function parseNullOrTrueOrFalseLiteral(parser, context) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 6984 | function parseArrayExpressionOrPattern(parser, context, scope, privateScope, skipInitializer, inGroup, isPattern, ki | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 7135 | function parseArrayOrObjectAssignmentPattern(parser, context, privateScope, destructible, inGroup, isPattern, start, | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 7330 | function parseObjectLiteralOrPattern(parser, context, scope, privateScope, skipInitializer, inGroup, isPattern, kind | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 7933 | function parseComputedPropertyName(parser, context, privateScope, inGroup) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 7939 | function parseParenthesizedExpression(parser, context, privateScope, canAssign, kind, origin, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8145 | function parseArrowFunctionExpression(parser, context, scope, privateScope, params, isAsync, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8196 | function parseFormalParametersOrFormalList(parser, context, scope, privateScope, inGroup, kind) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8262 | function parseMemberExpressionNoCall(parser, context, privateScope, expr, inGroup, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8339 | function parseAsyncArrowAfterIdent(parser, context, privateScope, canAssign, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8351 | function parseAsyncArrowOrCallExpression(parser, context, privateScope, callee, canAssign, kind, origin, flags, star | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8860 | function parseAndClassifyIdentifier(parser, context, scope, kind, origin) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 8897 | function parseJSXRootElementOrFragment(parser, context, privateScope, inJSXChild, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 9000 | function parseJSXChildOrClosingFragment(parser, context, privateScope, inJSXChild) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 9026 | function parseJSXOpeningElementOrSelfCloseElement(parser, context, privateScope, inJSXChild, start) { | CODE |
| LOW | app/src/main/assets/solver/meriyah.js | 9132 | function parseJSXExpressionContainer(parser, context, privateScope, inJSXChild, isAttr) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …/com/music/echo/ui/screens/settings/update_settings.py | 18 | # Actually, the simplest is to replace `navController: NavController,` with `navController: NavController, highlight | COMMENT |
| HIGH | …otlin/com/music/echo/ui/screens/settings/fix_scroll.py | 29 | # Just insert it after `highlightKey: String? = null,` line ? No, there are imports. | COMMENT |
| HIGH | …in/com/music/echo/ui/screens/settings/fix_signature.py | 13 | # The signature looks like `fun ScreenName(navController: NavController, highlightKey: String? = null, ...)` | COMMENT |
| HIGH | …in/com/music/echo/ui/screens/settings/fix_signature.py | 14 | # We need to extract `highlightKey: String? = null, ` and append it to the end of the `)` of the function declaratio | COMMENT |
| HIGH | scripts/compose_svg_drawable.py | 450 | if subpath.length() == 0: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | scripts/download_material_icons.py | 61 | except Exception as exc: | CODE |
| LOW | scripts/download_material_icons.py | 140 | except Exception as exc: | STRING |
| MEDIUM | scripts/download_material_icons.py | 141 | print(f"Error reading file {args.file}: {exc}", file=sys.stderr) | STRING |
| MEDIUM | scripts/fetch_bmc_funding.py | 37 | print(f"Error fetching data: {e}") | CODE |
| LOW | scripts/compose_svg_drawable.py | 426 | except Exception: | CODE |
| LOW | scripts/compose_svg_drawable.py | 468 | except Exception: | CODE |
| LOW⚡ | scripts/compose_svg_drawable.py | 1027 | except Exception as exc: | CODE |
| LOW | scripts/compose_svg_drawable.py | 1170 | except Exception as exc: | CODE |
| MEDIUM | scripts/compose_svg_drawable.py | 1171 | print(f"Error: {exc}", file=sys.stderr) | CODE |
| MEDIUM | scripts/compose_svg_drawable.py | 420 | def try_import_smoothing(): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …otlin/com/music/echo/ui/screens/settings/fix_scroll.py | 12 | # Check if there is `Material3SettingsGroup(scrollState = scrollState,` | COMMENT |
| LOW | …otlin/com/music/echo/ui/screens/settings/fix_scroll.py | 14 | # Check if `val scrollState = rememberScrollState()` exists | COMMENT |
| LOW | scripts/fetch_bmc_funding.py | 55 | # Check if there's a next page | COMMENT |
| LOW⚡ | scripts/compose_svg_drawable.py | 1033 | # Check if it's an existing file | COMMENT |
| LOW⚡ | scripts/compose_svg_drawable.py | 1037 | # Check if it's an absolute path that doesn't exist | COMMENT |
| LOW⚡ | scripts/compose_svg_drawable.py | 1043 | # Check if it looks like a relative path to an existing file | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/com/music/echo/ui/screens/settings/update_settings.py | 6 | CODE | |
| LOW | …otlin/com/music/echo/ui/screens/settings/fix_scroll.py | 6 | CODE | |
| LOW | …in/com/music/echo/ui/screens/settings/fix_signature.py | 6 | CODE | |
| LOW | scripts/download_material_icons.py | 66 | CODE | |
| LOW | scripts/compose_svg_drawable.py | 113 | CODE | |
| LOW | scripts/compose_svg_drawable.py | 515 | CODE | |
| LOW | scripts/compose_svg_drawable.py | 729 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 329 | // Step 1: Analyze topic maturity | COMMENT |
| LOW⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 341 | // Step 2: Select diverse topics | COMMENT |
| LOW⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 344 | // Step 3: Generate queries — every strategy is interest-rooted | COMMENT |
| LOW | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 356 | // Step 4: Filter, sanitize, balance | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 329 | // Step 1: Analyze topic maturity | COMMENT |
| LOW⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 341 | // Step 2: Select diverse topics | COMMENT |
| LOW⚡ | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 344 | // Step 3: Generate queries — every strategy is interest-rooted | COMMENT |
| LOW | …n/kotlin/com/music/echo/engine/brain/NeuroDiscovery.kt | 356 | // Step 4: Filter, sanitize, balance | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …src/main/cpp/vibrafp/third_party/build-fftw-android.sh | 1 | #!/usr/bin/env bash | COMMENT |
| LOW | app/src/main/cpp/vibrafp/lib/algorithm/signature.h | 1 | #ifndef LIB_ALGORITHM_SIGNATURE_H_ | COMMENT |
| LOW | app/src/main/cpp/vibrafp/lib/audio/byte_control.h | 1 | #ifndef LIB_AUDIO_BYTE_CONTROL_H_ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/com/music/echo/ui/screens/settings/update_settings.py | 62 | # We can just use it directly. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …src/main/cpp/vibrafp/third_party/build-fftw-android.sh | 16 | # Usage: | COMMENT |