Static Scan Results
scanned 1d ago · by rust-scannerStatic analysis flagged 8 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
ChildProcessEnvironmentVarsFilesystemShell
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcesrc/eslint/rules/satisfies-versions-between-dependencies.test.tsView file
1import { deepEqual } from "node:assert/strict";
L2: import { execSync } from "node:child_process";
L3: import path from "node:path";
High
Child Process
Package source references child process execution.
src/eslint/rules/satisfies-versions-between-dependencies.test.tsView on unpkg · L11import { deepEqual } from "node:assert/strict";
L2: import { execSync } from "node:child_process";
L3: import path from "node:path";
...
L8: execSync(
L9: "yarn install --frozen-lockfile --cache-folder /tmp/yarn-cache-between-deps",
L10: {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/eslint/rules/satisfies-versions-between-dependencies.test.tsView on unpkg · L1Findings
3 High2 Medium3 Low
HighChild Processsrc/eslint/rules/satisfies-versions-between-dependencies.test.ts
HighShell
HighRuntime Package Installsrc/eslint/rules/satisfies-versions-between-dependencies.test.ts
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings