Static Scan Results
scanned 2h 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 sourcetest.mjsView file
1// Node.jsスクリプトでESLint flat config(index.mjs)の動作を検証するサンプル
L2: import { exec } from "child_process";
L3: import fs from "fs";
High
274fs.writeFileSync(tmpFilePath, code);
L275: exec(
L276: `npx eslint --no-cache --ext .ts ${tmpFilePath}`,
L277: (error, stdout, stderr) => {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
test.mjsView on unpkg · L274Findings
3 High2 Medium3 Low
HighChild Processtest.mjs
HighShell
HighRuntime Package Installtest.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings