Static Scan Results
scanned 21h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsObfuscatedUrlStrings
WildcardDependency
Source & flagged code
2 flagged · loading sourcedist/_chunks/libs/common.mjsView file
9import { Buffer as Buffer$1 } from "node:buffer";
L10: import { spawn } from "child_process";
L11: import { normalize as normalize$1 } from "node:path";
High
Child Process
Package source references child process execution.
dist/_chunks/libs/common.mjsView on unpkg · L9dist/cli.mjsView file
12Cross-file remote execution chain: dist/cli.mjs spawns dist/_chunks/libs/common.mjs; helper contains network access plus dynamic code execution.
L12: import { promisify } from "util";
L13: import { execFile, execSync, spawn, spawnSync } from "child_process";
L14: import { access, chmod, cp, lstat, mkdir, mkdtemp, readFile, readdir, readlink, realpath, rm, stat, symlink, writeFile } from "fs/promises";
L15: import { createHash as createHash$1 } from "crypto";
L16: import { gunzipSync, inflateRawSync } from "node:zlib";
L17: var import_picocolors = /* @__PURE__ */ __toESM(require_picocolors(), 1);
...
L34: }
L35: if (!parsed.url.startsWith("http://") && !parsed.url.startsWith("https://")) return null;
L36: try {
...
L50: }
L51: async function isRepoPrivate(owner, repo) {
L52: try {
High
Cross File Remote Execution Context
Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
dist/cli.mjsView on unpkg · L12Findings
3 High4 Medium5 Low
HighChild Processdist/_chunks/libs/common.mjs
HighShell
HighCross File Remote Execution Contextdist/cli.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowObfuscated
LowHigh Entropy Strings
LowUrl Strings