A native Android audio player that combines multi-source streaming, local control, rich lyrics, and self-hosted sync. / ✨ 一个把多源在线播放、本地管理、歌词体验和自建同步做进原生 Android 的音频播放器 🎵
This report presents the forensic synthetic code analysis of cwuom/NeriPlayer, a Kotlin project with 2,466 GitHub stars. SynthScan v2.0 examined 249,043 lines of code across 910 source files, recording 130 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.6 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 130 distinct pattern matches across 9 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 | …listentogether/ListenTogetherEventCompatibilityTest.kt | 504 | return moe.ouom.neriplayer.data.model.SongItem( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/viewmodel/NowPlayingViewModel.kt | 245 | moe.ouom.neriplayer.core.api.search.CloudMusicSearchApi(client) | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/viewmodel/NowPlayingViewModel.kt | 247 | MusicPlatform.QQ_MUSIC -> moe.ouom.neriplayer.core.api.search.QQMusicSearchApi() | CODE |
| CRITICAL | …e/ouom/neriplayer/ui/viewmodel/tab/LibraryViewModel.kt | 397 | private fun moe.ouom.neriplayer.data.auth.youtube.YouTubeAuthBundle.hasYouTubeMusicCookieContext(): Boolean { | CODE |
| CRITICAL | …uom/neriplayer/ui/component/NavigationCompatibility.kt | 17 | moe.ouom.neriplayer.ui.component.navigation.NeriBottomBar( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/PlaybackCompatibility.kt | 28 | moe.ouom.neriplayer.ui.component.playback.NeriMiniPlayer( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/PlaybackCompatibility.kt | 58 | moe.ouom.neriplayer.ui.component.playback.PlaybackSoundSheet( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/PlaybackCompatibility.kt | 76 | moe.ouom.neriplayer.ui.component.playback.PlaybackSourceBadge( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/PlaybackCompatibility.kt | 86 | moe.ouom.neriplayer.ui.component.playback.SleepTimerDialog(onDismiss = onDismiss) | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/PlaybackCompatibility.kt | 101 | moe.ouom.neriplayer.ui.component.playback.WaveformSlider( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/PlaylistCompatibility.kt | 18 | moe.ouom.neriplayer.ui.component.playlist.PlaylistExportSheet( | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 270 | moe.ouom.neriplayer.ui.component.lyrics.DebugActiveLine( | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 280 | moe.ouom.neriplayer.ui.component.lyrics.isNeteaseYrc(content) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 283 | moe.ouom.neriplayer.ui.component.lyrics.parseNeteaseLyricsAuto(content) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 286 | moe.ouom.neriplayer.ui.component.lyrics.calculateLineProgress(line, currentTimeMs) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 289 | moe.ouom.neriplayer.ui.component.lyrics.findCurrentLineIndex(lines, currentTimeMs) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 292 | moe.ouom.neriplayer.ui.component.lyrics.parseNeteaseYrc(yrc) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 295 | moe.ouom.neriplayer.ui.component.lyrics.parseNeteaseLrc(lrc) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 383 | moe.ouom.neriplayer.ui.component.lyrics.shouldSnapLyricTimeSmoothing( | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 390 | moe.ouom.neriplayer.ui.component.lyrics.lyricListItemKey(index, line) | CODE |
| CRITICAL⚡ | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 400 | moe.ouom.neriplayer.ui.component.lyrics.resolveHeadGlowTarget( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 57 | moe.ouom.neriplayer.ui.component.lyrics.SyncedLyricsView( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 110 | moe.ouom.neriplayer.ui.component.lyrics.SyncedLyricsView( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 165 | moe.ouom.neriplayer.ui.component.lyrics.AdvancedLyricsView( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 218 | moe.ouom.neriplayer.ui.component.lyrics.SyncedLyricsActiveLine( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 247 | moe.ouom.neriplayer.ui.component.lyrics.SyncedLyricsActiveLine( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 311 | moe.ouom.neriplayer.ui.component.lyrics.resolvePreferredLyricContent( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 321 | moe.ouom.neriplayer.ui.component.lyrics.resolveStoredLyricText( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 334 | moe.ouom.neriplayer.ui.component.lyrics.resolveLyricsEditorInitialText( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 348 | moe.ouom.neriplayer.ui.component.lyrics.resolveLyricsEditorSeed( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 359 | moe.ouom.neriplayer.ui.component.lyrics.matchTranslationsToLineIndices( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 371 | moe.ouom.neriplayer.ui.component.lyrics.findBestMatchingTranslation( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 413 | moe.ouom.neriplayer.ui.component.lyrics.buildPhoneticLyricEntries( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 423 | moe.ouom.neriplayer.ui.component.lyrics.rememberLyricSeekHapticFeedback( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/LyricsCompatibility.kt | 437 | moe.ouom.neriplayer.ui.component.lyrics.LyricShareSheet( | CODE |
| CRITICAL | …moe/ouom/neriplayer/ui/component/LocalCompatibility.kt | 11 | moe.ouom.neriplayer.ui.component.local.LocalSongDetailsDialog( | CODE |
| CRITICAL | …moe/ouom/neriplayer/ui/component/LocalCompatibility.kt | 23 | moe.ouom.neriplayer.ui.component.local.LocalSongSyncConfirmDialog( | CODE |
| CRITICAL | …oe/ouom/neriplayer/ui/component/CommonCompatibility.kt | 24 | moe.ouom.neriplayer.ui.component.common.ThemeRevealOverlay( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/SettingsCompatibility.kt | 11 | moe.ouom.neriplayer.ui.component.settings.HsvPicker( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/SettingsCompatibility.kt | 22 | moe.ouom.neriplayer.ui.component.settings.LanguageSettingItem( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/DownloadCompatibility.kt | 17 | moe.ouom.neriplayer.ui.component.download.ActiveDownloadTaskList( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/DownloadCompatibility.kt | 32 | moe.ouom.neriplayer.ui.component.download.BatchDownloadManagerSheet( | CODE |
| CRITICAL | …/ouom/neriplayer/ui/component/DownloadCompatibility.kt | 47 | moe.ouom.neriplayer.ui.component.download.SongDownloadSubtitle( | CODE |
| CRITICAL | …uom/neriplayer/ui/component/playback/WaveformSlider.kt | 70 | private val WaveInactiveStroke = androidx.compose.ui.graphics.drawscope.Stroke( | CODE |
| CRITICAL | …uom/neriplayer/ui/component/playback/WaveformSlider.kt | 74 | private val WaveActiveStroke = androidx.compose.ui.graphics.drawscope.Stroke( | CODE |
| CRITICAL | …ain/java/moe/ouom/neriplayer/ui/screen/LyricsScreen.kt | 854 | moe.ouom.neriplayer.ui.component.playback.SleepTimerDialog( | CODE |
| CRITICAL | …/main/java/moe/ouom/neriplayer/core/di/AppContainer.kt | 177 | private fun moe.ouom.neriplayer.data.auth.youtube.YouTubeAuthBundle.toWarmBootstrapKey(): | CODE |
| CRITICAL | …/main/java/moe/ouom/neriplayer/core/di/AppContainer.kt | 346 | val lrcLibClient by lazy { moe.ouom.neriplayer.core.api.lyrics.LrcLibClient(sharedOkHttpClient) } | CODE |
| CRITICAL | …riplayer/core/download/DownloadCompatibilityAliases.kt | 286 | moe.ouom.neriplayer.core.download.policy.mergePendingDownloadRecoveryCandidates( | CODE |
| CRITICAL | …ouom/neriplayer/core/download/GlobalDownloadManager.kt | 739 | return moe.ouom.neriplayer.core.download.buildDownloadedSongCatalogIndex(songs) | CODE |
| CRITICAL | …ownload/generation/DownloadRequestGenerationTracker.kt | 53 | return moe.ouom.neriplayer.core.download.shouldKeepCancellationCleanup( | CODE |
| CRITICAL | …/java/moe/ouom/neriplayer/core/player/PlayerManager.kt | 1673 | moe.ouom.neriplayer.core.player.state.blockingIo(timeoutMs = 2_000L) { | CODE |
| CRITICAL | …m/neriplayer/core/player/service/AudioPlayerService.kt | 2099 | return !AppContainer.listenTogetherSessionManager.sessionState.value.roomId.isNullOrBlank() | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/src/main/cpp/crash/native_crash_handler.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | app/src/main/cpp/usb/exclusive/usb_exclusive_bridge.cpp | 1 | #include <jni.h> | COMMENT |
| LOW | app/src/main/cpp/usb/exclusive/usb_exclusive_bridge.cpp | 21 | #include <unordered_map> | COMMENT |
| LOW | app/src/main/cpp/libusb/version.h | 1 | /* | COMMENT |
| LOW | app/src/main/cpp/libusb/version.h | 21 | #endif | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 21 | * | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 41 | #include "libusb.h" | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 61 | ((type *)((uintptr_t)(ptr) - (uintptr_t)offsetof(type, member))) | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 101 | * All of these operations are ordered with each other, thus the effects of | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 121 | #else | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 321 | #if defined(_MSC_VER) && (_MSC_VER < 1900) | COMMENT |
| LOW | app/src/main/cpp/libusb/libusbi.h | 341 | COMMENT | |
| LOW | app/src/main/cpp/libusb/libusb.h | 41 | #ifndef _SSIZE_T_DEFINED | COMMENT |
| LOW | app/src/main/cpp/libusb/libusb.h | 61 | COMMENT | |
| LOW | app/src/main/cpp/libusb/version_describe.h | 1 | #ifndef LIBUSB_VERSION_DESCRIBE_H | COMMENT |
| LOW | app/src/main/cpp/libusb/clang_thread_safety.h | 21 | #ifndef LIBUSB_CLANG_THREAD_SAFETY_H | COMMENT |
| LOW | app/src/main/cpp/libusb/os/windows_winusb.h | 21 | * You should have received a copy of the GNU Lesser General Public | COMMENT |
| LOW | app/src/main/cpp/libusb/os/windows_winusb.h | 41 | #define MAX_KEY_LENGTH 256 | COMMENT |
| LOW | app/src/main/cpp/libusb/os/windows_winusb.h | 121 | uint16_t bcdHID; | COMMENT |
| LOW | app/src/main/cpp/libusb/os/darwin_usb.c | 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | COMMENT |
| LOW | app/src/main/cpp/libusb/os/openbsd_usb.c | 21 | COMMENT | |
| LOW | app/src/main/cpp/libusb/os/events_posix.c | 61 | #ifdef HAVE_EVENTFD | COMMENT |
| LOW | app/src/main/cpp/libusb/os/linux_usbfs.h | 141 | #define IOCTL_USBFS_CONTROL _IOWR('U', 0, struct usbfs_ctrltransfer) | COMMENT |
| LOW | app/src/main/cpp/libusb/os/netbsd_usb.c | 21 | COMMENT | |
| LOW | app/src/main/cpp/libusb/os/emscripten_webusb.cpp | 101 | }); | COMMENT |
| LOW | app/src/main/cpp/libusb/os/emscripten_webusb.cpp | 161 | COMMENT | |
| LOW | app/src/main/cpp/libusb/os/windows_winusb.c | 1901 | if ((pass <= GEN_PASS) && (pass != HCD_PASS)) { // For subsequent passes, we'll lookup the parent | COMMENT |
| LOW | app/src/main/cpp/libusb/os/windows_common.h | 41 | * matters worse, the platform headers for these GCC builds define a | COMMENT |
| LOW | app/src/main/cpp/libusb/os/threads_posix.c | 21 | * License along with this library; if not, write to the Free Software | COMMENT |
| LOW | app/src/main/cpp/libusb/os/darwin_usb.h | 21 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | COMMENT |
| LOW | app/src/main/cpp/libusb/os/darwin_usb.h | 41 | COMMENT | |
| LOW | app/src/main/cpp/libusb/os/darwin_usb.h | 61 | #define IOINTERFACE(darwin_interface) ((darwin_interface)->interface) | COMMENT |
| LOW | app/src/main/cpp/libusb/os/darwin_usb.h | 81 | COMMENT | |
| LOW | app/src/main/cpp/libusb/os/linux_usbfs.c | 21 | * | COMMENT |
| LOW | app/src/main/cpp/libusb/os/linux_netlink.c | 21 | * You should have received a copy of the GNU Lesser General Public | COMMENT |
| LOW | app/src/main/cpp/libusb/os/sunos_usb.c | 21 | */ | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | tools_pub/ytmusic_api_probe.py | 112 | return null; | CODE |
| HIGH | tools_pub/ytmusic_api_probe.py | 128 | return null; | CODE |
| HIGH | tools_pub/ytmusic_api_probe.py | 170 | return null; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools_pub/ytmusic_api_probe.py | 374 | def append_youtube_consent_cookie(cookie_header: str) -> str: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 409 | def build_authorization_header( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 550 | def fetch_signature_timestamp( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 724 | def decode_har_json_post_data(raw_text: str) -> dict[str, Any]: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 738 | def load_har_request_template(path: Path, endpoint_path: str) -> HarRequestTemplate: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 893 | def resolve_har_template_user_agent(template: HarRequestTemplate) -> str: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 897 | def resolve_har_template_client_version( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 910 | def build_official_har_payload( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 983 | def build_official_player_payload( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1011 | def build_official_next_payload( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1030 | def build_official_player_headers( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1074 | def build_probe_player_payload( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1127 | def build_probe_player_headers( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1164 | def resolve_probe_player_request_url( | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1502 | def suppress_dependency_output() -> Any: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1509 | def build_temp_netscape_cookie_file(cookie_header: str) -> Path: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1555 | def select_best_download_format(formats: list[dict[str, Any]]) -> dict[str, Any] | None: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1578 | def summarize_audio_only_formats(formats: list[dict[str, Any]], limit: int = 8) -> list[dict[str, Any]]: | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1601 | def resolve_selected_content_length( | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | app/src/main/cpp/libusb/os/windows_hotplug.c | 129 | // Step 1: clear seen_during_scan so the scan can mark which devices are still | COMMENT |
| LOW⚡ | app/src/main/cpp/libusb/os/windows_hotplug.c | 139 | // Step 2: re-enumerate — winusb_get_device_list attaches newly-arrived devices | COMMENT |
| LOW⚡ | app/src/main/cpp/libusb/os/windows_hotplug.c | 149 | // Step 3: diff old vs new. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | app/src/main/cpp/libusb/os/windows_hotplug.c | 129 | // Step 1: clear seen_during_scan so the scan can mark which devices are still | COMMENT |
| LOW⚡ | app/src/main/cpp/libusb/os/windows_hotplug.c | 139 | // Step 2: re-enumerate — winusb_get_device_list attaches newly-arrived devices | COMMENT |
| LOW⚡ | app/src/main/cpp/libusb/os/windows_hotplug.c | 149 | // Step 3: diff old vs new. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools_pub/ytmusic_api_probe.py | 1615 | CODE | |
| LOW | tools_pub/ytmusic_api_probe.py | 1803 | CODE | |
| LOW | tools_pub/ytmusic_api_probe.py | 1979 | CODE | |
| LOW | tools_pub/ytmusic_api_probe.py | 1818 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools_pub/ytmusic_api_probe.py | 1331 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1463 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1550 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1678 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1793 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 1904 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 2033 | except Exception as error: # noqa: BLE001 | STRING |
| LOW | tools_pub/ytmusic_api_probe.py | 2068 | except Exception as error: # noqa: BLE001 | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools_pub/ytmusic_api_probe.py | 11 | CODE |