Static Scan Results
scanned 3h 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
ChildProcessCryptoFilesystemNetwork
UrlStrings
Source & flagged code
4 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node install.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node install.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkginstall.jsView file
1#!/usr/bin/env node
L2: const https = require("https");
L3: const fs = require("fs");
...
L5: const crypto = require("crypto");
L6: const { execSync } = require("child_process");
L7: const os = require("os");
L8:
L9: const pkg = require("./package.json");
L10: const version = pkg.version;
...
L22:
L23: const goos = platformMap[process.platform];
L24: const goarch = archMap[process.arch];
High
Install Named Payload File
Install-named source file stages remote content through filesystem writes and execution.
install.jsView on unpkg · L1bin/gurtcliView file
•path = bin/gurtcli
kind = native_binary
sizeBytes = 10420066
magicHex = [redacted]
Medium
Findings
2 High4 Medium3 Low
HighInstall Time Lifecycle Scriptspackage.json
HighInstall Named Payload Fileinstall.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumShips Native Binarybin/gurtcli
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings