registry  /  @7n/test  /  0.14.4

@7n/test@0.14.4

CLI-утиліта @7n/test

Static Scan Results

scanned 3h 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
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 29 file(s), 218 KB of source

Source & flagged code

4 flagged · loading source
src/coverage-classify/prompt.mjsView file
5*/ L6: import { execFileSync } from 'node:child_process' L7: import { existsSync, readFileSync } from 'node:fs'
High
Child Process

Package source references child process execution.

src/coverage-classify/prompt.mjsView on unpkg · L5
src/lib/runtime-probe.mjsView file
162* @param {number} [timeout] ліміт очікування в мс; за замовчуванням `PROBE_TIMEOUT_MS` L163: * @returns {import('node:child_process').SpawnSyncReturns<string>} результат spawnSync L164: */
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/lib/runtime-probe.mjsView on unpkg · L162
214// safe eval of primitive literals L215: try { input = new Function('return ' + inputLiteral)() } catch { continue } L216: try {
Low
Eval

Package source references a known benign dynamic code generation pattern.

src/lib/runtime-probe.mjsView on unpkg · L214
src/coverage/js-collector.mjsView file
307? spawnSync(strykerBin, ['run', ...mutateArgs], { cwd, stdio: 'inherit', env: process.env }) L308: : spawnSync('npx', ['@stryker-mutator/core', 'run', ...mutateArgs], { cwd, stdio: 'inherit', env: process.env }) L309: return r.status ?? 1
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/coverage/js-collector.mjsView on unpkg · L307

Findings

3 High4 Medium4 Low
HighChild Processsrc/coverage-classify/prompt.mjs
HighShell
HighRuntime Package Installsrc/coverage/js-collector.mjs
MediumDynamic Requiresrc/lib/runtime-probe.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowEvalsrc/lib/runtime-probe.mjs
LowFilesystem
LowHigh Entropy Strings