Static Scan Results
scanned 8h ago · by rust-scannerStatic analysis flagged 9 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
UrlStrings
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node install.cjs
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node install.cjs
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkginstall.cjsView file
5const fs = require("node:fs");
L6: const https = require("node:https");
L7: const os = require("node:os");
L8: const path = require("node:path");
L9: const { spawnSync } = require("node:child_process");
L10:
...
L13:
L14: function releaseTarget(platform = process.platform, architecture = process.arch) {
L15: const operatingSystems = { darwin: "darwin", linux: "linux" };
...
L80: async function install(options = {}) {
L81: if (process.env.ROLLOUTVIZ_SKIP_DOWNLOAD === "1") return;
L82: const packageDirectory = options.packageDirectory || __dirname;
High
Install Named Payload File
Install-named source file stages remote content through filesystem writes and execution.
install.cjsView on unpkg · L5Findings
2 High4 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighInstall Named Payload Fileinstall.cjs
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings