Repository Analysis

spicetify/cli

Command-line tool to customize Spotify client. Supports Windows, macOS, and Linux.

1.2 Likely human-written View on GitHub
1.2
Adjusted Score
1.2
Raw Score
100%
Time Factor
2026-05-01
Last Push
23,275
Stars
JavaScript
Language
30,567
Lines of Code
95
Files
10
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 3HIGH 0MEDIUM 0LOW 7

Pattern Findings

10 matches across 2 categories. Click a row to expand file-level details.

Hallucination Indicators3 hits · 30 pts
SeverityFileLineSnippet
CRITICALExtensions/keyboardShortcut.js137 const historyURI = Spicetify.Platform.History.location.pathname.replace(/^\//, "spotify:").replace(/\//g, ":");
CRITICALExtensions/shuffle+.js415 const releases = discography.data.artistUnion.discography.all.items.flatMap(({ releases }) => releases.items);
CRITICALExtensions/shuffle+.js446 return data.artistUnion.discography.topTracks.items.map(({ track }) => track.uri);
Hyper-Verbose Identifiers7 hits · 7 pts
SeverityFileLineSnippet
LOWglobals.d.ts735 function registerImportantShortcut(keys: KeysDefine, callback: (event: KeyboardEvent) => void): void;
LOWglobals.d.ts737 function deregisterImportantShortcut(keys: KeysDefine): void;
LOWExtensions/shuffle+.js228 function shouldAddShufflePlusLiked(uri) {
LOWExtensions/shuffle+.js239 function shouldAddShufflePlusLocal(uri) {
LOWCustomApps/lyrics-plus/OptionsMenu.js89function getMusixmatchTranslationPrefix() {
LOWjsHelper/expFeatures.js133 (function waitForRemoteConfigResolver() {
LOWjsHelper/spicetifyWrapper.js840 function ScrollableContainerComponent(props) {