Static Scan Results
scanned 3h ago · by rust-scannerStatic analysis flagged 12 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
NoLicenseWildcardDependency
Source & flagged code
3 flagged · loading sourcescripts/validate.tsView file
5*/
L6: import { execSync } from 'node:child_process';
L7: import { readFileSync, readdirSync } from 'node:fs';
High
Child Process
Package source references child process execution.
scripts/validate.tsView on unpkg · L583console.log('running ccusage (this downloads the package on first run)...');
L84: const raw = execSync('npx --yes ccusage@latest daily --json', {
L85: encoding: 'utf8',
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
scripts/validate.tsView on unpkg · L83src-tauri/icons/icon.icnsView file
•path = src-tauri/icons/icon.icns
kind = high_entropy_blob
sizeBytes = 373314
magicHex = [redacted]
High
Ships High Entropy Blob
Package ships high-entropy non-source blobs.
src-tauri/icons/icon.icnsView on unpkgFindings
4 High3 Medium5 Low
HighChild Processscripts/validate.ts
HighShell
HighRuntime Package Installscripts/validate.ts
HighShips High Entropy Blobsrc-tauri/icons/icon.icns
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License