Static Scan Results
scanned 3h ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
HighEntropyStrings
Source & flagged code
4 flagged · loading sourcesrc/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 · L5src/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 · L162214// 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 · L214src/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 · L307Findings
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