registry  /  @book000/eslint-config  /  1.15.37

@book000/eslint-config@1.15.37

ESLint config

Static Scan Results

scanned 6d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 17.3 KB of source

Source & flagged code

2 flagged · loading source
test.mjsView file
1// Node.jsスクリプトでESLint flat config(index.mjs)の動作を検証するサンプル L2: import { exec } from "child_process"; L3: import fs from "fs";
High
Child Process

Package source references child process execution.

test.mjsView on unpkg · L1
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 · L274

Findings

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