Static Scan Results
scanned 10d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/install.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node scripts/install.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgscripts/install.jsView file
4L5: const { spawnSync } = require("node:child_process");
L6: const crypto = require("node:crypto");
L7: const fs = require("node:fs");
L8: const https = require("node:https");
L9: const os = require("node:os");
...
L13:
L14: const VERSION = require("../package.json").version;
L15: const BASE_URL = `https://github.[redacted]${VERSION}`;
...
L80: try {
L81: resolve(JSON.parse(body));
L82: } catch (error) {
High
Install Named Payload File
Install-named source file stages remote content through filesystem writes and execution.
scripts/install.jsView on unpkg · L4Findings
2 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighInstall Named Payload Filescripts/install.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings