Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/orchestration/hardened-vm-runner.jsView file
15* {enumerable:true, value:{...}})` (Reflect is reachable; `codeGeneration:{strings:false}` does NOT block it)
L16: * makes `__proto__` an OWN ENUMERABLE key, which in-context `JSON.stringify` emits and host `JSON.parse`
L17: * re-materializes as a real own data property — feeding a host fn (or the returned result) a crafted
...
L42: }
L43: /** Marshal a (possibly live cross-realm) script value to PLAIN, sterilized host data: JSON round-trips it
L44: * (firing in-context getters/toJSON harmlessly in-context → plain data; drops functions; no live context
...
L289: * code: "return await fetchJson(args.url)",
L290: * bindings: (m) => ({ fetchJson: m.bridge((u) => safeFetch(String(u))), args: m.dataIn({ url }) }),
L291: * limits: { totalTimeoutMs: 5000 },
Medium
Unsafe Vm Context
Package source executes code through a VM context API.
dist/orchestration/hardened-vm-runner.jsView on unpkg · L15dist/bench/l8/probes.jsView file
35name: "immutable-mount",
L36: assertsBoundary: "after a write, a remount/escalation (mount -o remount,rw / chattr -i / unshare -m / busybox-mount) ACTUALLY fails at the kernel, verified by an INDEPENDENT grader...
L37: distinguishes: "the verdict is the runner-side independent observation that the oracle file is unchanged + absent — not the in-sandbox exit code (which a compromised agent can fake...
...
L145: case "unshare-m":
L146: return `unshare -m sh -c ${shellQuote(`mount -o remount,rw ${q}`)}`;
L147: case "busybox-mount":
...
L201: case "metadata-169254":
L202: return `curl -sS --max-time 5 http://169.254.169.254/${n} >/dev/null 2>&1; echo rc=$?`;
L203: case "unix-socket":
High
Cloud Metadata Access
Source reaches cloud instance metadata or link-local credential endpoints.
dist/bench/l8/probes.jsView on unpkg · L35deploy/sema-up/sema-up.shView file
•path = deploy/sema-up/sema-up.sh
kind = build_helper
sizeBytes = 50378
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
deploy/sema-up/sema-up.shView on unpkgFindings
1 High5 Medium5 Low
HighCloud Metadata Accessdist/bench/l8/probes.js
MediumUnsafe Vm Contextdist/orchestration/hardened-vm-runner.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperdeploy/sema-up/sema-up.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings