一款以电影镜头、粒子视觉和歌词舞台为核心的沉浸式音乐播放器。
This report presents the forensic synthetic code analysis of XxHuberrr/Mineradio, a JavaScript project with 9,575 GitHub stars. SynthScan v2.0 examined 142,365 lines of code across 211 source files, recording 1735 pattern matches distributed across 3 syntactic categories. The overall adjusted score of 11.8 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 1735 distinct pattern matches across 3 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | qishui-qr-login.js | 46 | function createQishuiQrLoginBridge(options) { | CODE |
| LOW⚡ | qishui-api.js | 839 | function qishuiMembershipLevelValue(value) { | CODE |
| LOW⚡ | qishui-api.js | 847 | function qishuiMembershipExpiryMillis(value) { | CODE |
| LOW⚡ | qishui-api.js | 857 | function qishuiMembershipObjectState(value, level) { | CODE |
| LOW⚡ | qishui-api.js | 1314 | function qishuiRequiredTierAllowed(requiredTier, membership) { | CODE |
| LOW⚡ | qishui-api.js | 1322 | function qishuiStreamAllowedForMembership(stream, membership) { | CODE |
| LOW⚡ | qishui-api.js | 1327 | function qishuiBestStreamCandidateForMembership(candidates, membership) { | CODE |
| LOW | qishui-api.js | 48 | function normalizeQishuiOAuthFileConfig(raw, file) { | CODE |
| LOW | qishui-api.js | 61 | function qishuiOAuthConfigFileCandidates() { | CODE |
| LOW | qishui-api.js | 76 | function readQishuiOAuthFileConfig() { | CODE |
| LOW | qishui-api.js | 124 | function buildQishuiOAuthAuthorizeUrl(state) { | CODE |
| LOW | qishui-api.js | 290 | function qishuiSessionCookieHeader(cookieText) { | CODE |
| LOW | qishui-api.js | 370 | function normalizeQishuiCookieInput(input) { | CODE |
| LOW | qishui-api.js | 1032 | function qishuiPlaybackMembershipFromPayload(payload) { | CODE |
| LOW | qishui-api.js | 1125 | function qishuiNormalizeDurationSeconds(value) { | CODE |
| LOW | qishui-api.js | 1131 | function qishuiNormalizeBitrateKbps(value) { | CODE |
| LOW | qishui-api.js | 1168 | function qishuiBetterStreamCandidate(a, b) { | CODE |
| LOW | qishui-api.js | 1185 | function qishuiBestStreamCandidate(candidates) { | CODE |
| LOW | qishui-api.js | 1207 | function qishuiTrackPlaybackRestriction(value) { | CODE |
| LOW | qishui-api.js | 1269 | function qishuiNormalizeRequiredTier(value) { | CODE |
| LOW | qishui-api.js | 1403 | function qishuiCollectVideoModelStreams(value, keyHint, inherited, out) { | CODE |
| LOW | qishui-api.js | 1427 | function qishuiVideoModelQualityHint(key) { | CODE |
| LOW | qishui-api.js | 1669 | async function fetchQishuiPlaybackMembership(cookieText) { | CODE |
| LOW | qishui-api.js | 1723 | function qishuiApplyMembershipObservation(historyKey, membership, now) { | CODE |
| LOW | qishui-api.js | 1785 | function qishuiMembershipCacheTtlMs(membership, now) { | CODE |
| LOW | qishui-api.js | 1820 | function invalidateQishuiLibraryCaches() { | CODE |
| LOW | qishui-api.js | 1850 | function qishuiPlaylistPrimaryLikeName(name) { | CODE |
| LOW | qishui-api.js | 1871 | function qishuiPlaylistNameFromItem(item) { | CODE |
| LOW | qishui-api.js | 1886 | function qishuiPlaylistCoverFromItem(item) { | CODE |
| LOW | qishui-api.js | 1900 | function qishuiPlaylistTrackCountFromItem(item) { | CODE |
| LOW | qishui-api.js | 1913 | function extractQishuiPlaylistCards(payload) { | CODE |
| LOW | qishui-api.js | 1966 | function buildQishuiVirtualPlaylist(id, name, songs, extra) { | CODE |
| LOW | qishui-api.js | 2019 | async function fetchQishuiWebLibraryFeedFallback(cookieText, limit) { | CODE |
| LOW | qishui-api.js | 2178 | async function fetchQishuiWebPlaylistTracks(playlistId, cookieText, opts) { | CODE |
| LOW | qishui-api.js | 2401 | function extractQishuiPcSearchItems(payload) { | CODE |
| LOW | qishui-api.js | 2582 | async function handleQishuiUserPlaylists(cookieText) { | CODE |
| LOW | qishui-api.js | 2678 | async function handleQishuiPlaylistTracks(playlistId, opts, cookieText) { | CODE |
| LOW | qishui-api.js | 2831 | async function handleQishuiCheckTracksLiked(trackIds, cookieText) { | CODE |
| LOW | qishui-api.js | 2863 | async function handleQishuiSetTrackLiked(trackId, liked, cookieText) { | CODE |
| LOW | qishui-api.js | 2878 | async function handleQishuiSetPlaylistCollected(playlistId, collected, cookieText) { | CODE |
| LOW | qishui-api.js | 2892 | async function handleQishuiPlaylistAddSong(playlistId, track, cookieText) { | CODE |
| LOW | qishui-api.js | 2913 | async function handleQishuiSetAlbumCollected(albumId, collected, cookieText) { | CODE |
| LOW | qishui-api.js | 2927 | async function handleQishuiReportRecentlyPlayed(trackId, cookieText) { | CODE |
| LOW | qishui-api.js | 3029 | async function handleQishuiCreateComment(trackId, text, cookieText) { | CODE |
| LOW | qishui-api.js | 3284 | async function resolveQishuiDownloadInfo(trackId, payload, cookieText, membership) { | CODE |
| LOW⚡ | server.js | 382 | function refreshConfiguredCookieStores(force) { | CODE |
| LOW⚡ | server.js | 388 | function refreshQQConfiguredCookieStore(force) { | CODE |
| LOW⚡ | server.js | 394 | function clearAllRuntimeLoginCredentials(reason) { | CODE |
| LOW⚡ | server.js | 1338 | function getCachedQQLikedPlaylistCover(info) { | CODE |
| LOW⚡ | server.js | 1343 | function rememberQQLikedPlaylistCover(info, cover) { | CODE |
| LOW⚡ | server.js | 1351 | function clearQQLikedPlaylistCoverCache() { | CODE |
| LOW⚡ | server.js | 1430 | function neteaseSourceMatchDurationMs(value) { | CODE |
| LOW⚡ | server.js | 1435 | function neteaseSourceMatchArtists(song) { | CODE |
| LOW⚡ | server.js | 1442 | function neteaseSourceMatchVersionTokens(song) { | CODE |
| LOW⚡ | server.js | 1534 | function neteaseSourceMatchCacheKey(id, hints) { | CODE |
| LOW⚡ | server.js | 1543 | function readNeteaseSourceMatchCache(key) { | CODE |
| LOW⚡ | server.js | 1553 | function writeNeteaseSourceMatchCache(key, candidates) { | CODE |
| LOW⚡ | server.js | 1557 | function neteaseSourceMatchHintArtists(hints) { | CODE |
| LOW | server.js | 215 | function rememberListenSyncSubmission(key, result) { | CODE |
| LOW | server.js | 230 | function applySystemCertificateAuthorities() { | CODE |
| 1671 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …c/js/modules/02-visual/07-lyrics-palette-text-utils.js | 111 | if (data.sparkMat.uniforms && data.sparkMat.uniforms.uColor) data.sparkMat.uniforms.uColor.value.copy(color); | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | public/js/modules/09-idle-toast-libraries.js | 801 | // 摄像头 / 手势 v8 — 仅保留手势, 头部追踪已下线 | COMMENT |
| LOW | …lic/js/modules/02-visual/00-pointer-cover-particles.js | 1041 | COMMENT | |
| LOW | public/js/modules/02-visual/15-ripples-cover-depth.js | 641 | scheduleVisualApply(runHeavyCoverWork, heavyDelay, heavyTimeout); | COMMENT |