Static Scan Results
scanned 5h ago · by rust-scannerStatic analysis flagged 7 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
ChildProcessDynamicRequireEnvironmentVarsFilesystem
Source & flagged code
3 flagged · loading sourcebin/yx.jsView file
3L4: const { spawnSync } = require("node:child_process");
L5: const fs = require("node:fs");
High
20console.error(`yx npm wrapper could not find platform package ${platformPackage.name}.`);
L21: console.error("Try reinstalling: npm install -g @aldenwangexis/yx-cli");
L22: process.exit(1);
...
L33:
L34: const result = spawnSync(binaryPath, process.argv.slice(2), {
L35: stdio: "inherit",
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
bin/yx.jsView on unpkg · L203L4: const { spawnSync } = require("node:child_process");
L5: const fs = require("node:fs");
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/yx.jsView on unpkg · L3Findings
2 High3 Medium2 Low
HighChild Processbin/yx.js
HighRuntime Package Installbin/yx.js
MediumDynamic Requirebin/yx.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem