Static Scan Results
scanned 4d ago · by rust-scannerStatic analysis flagged 6 finding(s) at 72.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.
Static reason
One or more suspicious static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcesrc/_AJAXBEATS.jsView file
12L13: import { execSync } from 'child_process';
L14:
...
L19:
L20: const PLAYLIST_URL = 'https://open.spotify.[redacted]?si=26b565e3ab72411c';
L21:
...
L43: try {
L44: execSync(`echo "${PLAYLIST_URL}" | pbcopy`, { stdio: 'pipe' });
L45: console.log(` ${C.green}✓ URL copied to clipboard${C.reset}`);
...
L54: // Default: open in browser
L55: const platform = process.platform;
L56: try {
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
src/_AJAXBEATS.jsView on unpkg · L12Findings
1 High2 Medium3 Low
HighSandbox Evasion Gated Capabilitysrc/_AJAXBEATS.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings