registry  /  @html-validate/eslint-config  /  9.10.0

@html-validate/eslint-config@9.10.0

Eslint sharable config used by the various HTML-validate packages

Static Scan Results

scanned 12d ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessEnvironmentVarsEvalFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 4 file(s), 338 KB of source, external domains: gitlab.com, mozilla.github.io

Source & flagged code

3 flagged · loading source
dist/cli.mjsView file
8985var import_argparse = __toESM(require_argparse(), 1); L8986: import child_process from "node:child_process"; L8987: import fs2 from "node:fs";
High
Child Process

Package source references child process execution.

dist/cli.mjsView on unpkg · L8985
9344try { L9345: await exec(`npm install --save-dev ${name}`); L9346: } catch (err) {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.mjsView on unpkg · L9344
8393var source = compiler.compile(this.tmplStr, this.env.asyncFilters, this.env.extensionsList, this.path, this.env.opts); L8394: var func = new Function(source); L8395: props = func();
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/cli.mjsView on unpkg · L8393

Findings

3 High2 Medium6 Low
HighChild Processdist/cli.mjs
HighShell
HighRuntime Package Installdist/cli.mjs
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/cli.mjs
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings