Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcescripts/install-deps.jsView file
10L11: import { execSync } from 'child_process';
L12: import { readFileSync } from 'fs';
High
Child Process
Package source references child process execution.
scripts/install-deps.jsView on unpkg · L10103// Use --save-exact to pin exactly
L104: const installCommand = `npm install --save-exact ${toInstall.join(' ')}`;
L105: execSync(installCommand, { stdio: 'inherit' });
L106: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/install-deps.jsView on unpkg · L103dist/assets/icons/flaticon_hvc.woff2View file
•path = dist/assets/icons/flaticon_hvc.woff2
kind = high_entropy_blob
sizeBytes = 7572
magicHex = [redacted]
High
Ships High Entropy Blob
Package ships high-entropy non-source blobs.
dist/assets/icons/flaticon_hvc.woff2View on unpkgFindings
4 High1 Medium5 Low
HighChild Processscripts/install-deps.js
HighShell
HighRuntime Package Installscripts/install-deps.js
HighShips High Entropy Blobdist/assets/icons/flaticon_hvc.woff2
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings