Static Scan Results
scanned 7h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkWebSocket
HighEntropyStringsMinifiedObfuscatedUrlStrings
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/postinstall-path-check.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkgsession/sessions.jsView file
49//
L50: // gitOut resolves stdout on success AND on a non-zero exit (git diff prints to stdout
L51: // even when it exits non-zero), mirroring the old getDiff helper that returned
...
L56: return new Promise((resolve) => {
L57: execFile("git", args, opts, (_err, stdout) => resolve(stdout != null ? String(stdout) : ""));
L58: });
...
L861: // The integration branch this session forks from / merges into. Public read accessor so the backend
L862: // can group sessions for the shared integration-ref watcher without reaching into the private field.
L863: get integrationBranch() {
...
L972: });
L973: this.write(`\x1b[200~${prompt}\x1b[201~`);
L974: return { ok: true };
Low
Weak Crypto
Package source references weak cryptographic algorithms.
session/sessions.jsView on unpkg · L49dist/audio/Coins_jingle_(4).wav.oggView file
•path = dist/audio/Coins_jingle_(4).wav.ogg
kind = high_entropy_blob
sizeBytes = 7312
magicHex = [redacted]
High
Ships High Entropy Blob
Package ships high-entropy non-source blobs.
dist/audio/Coins_jingle_(4).wav.oggView on unpkgFindings
2 High3 Medium7 Low
HighInstall Time Lifecycle Scriptspackage.json
HighShips High Entropy Blobdist/audio/Coins_jingle_(4).wav.ogg
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptosession/sessions.js
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings