registry  /  @wdio/visual-reporter  /  0.4.15

@wdio/visual-reporter@0.4.15

Visual Testing HTML Report for the @wdio/visual-service module

Static Scan Results

scanned 2h 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 14 file(s), 402 KB of source, external domains: reactjs.org, remix.run, webdriver.io, www.w3.org

Source & flagged code

3 flagged · loading source
dist/cli.jsView file
13import { dirname, join, resolve } from 'node:path'; L14: import { execSync } from 'node:child_process'; L15: import { fileURLToPath } from 'node:url';
High
Child Process

Package source references child process execution.

dist/cli.jsView on unpkg · L13
143try { L144: execSync(`npx sirv ${reporterPath}`, { L145: stdio: 'inherit',
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli.jsView on unpkg · L143
build/client/assets/components-W_vyjkQq.jsView file
65* @license MIT L66: */async function Fn(e,t){if(e.id in t)return t[e.id];try{let r=await import(e.module);return t[e.id]=r,r}catch(r){return console.error(`Error loading route module \`${e.module}\`, ... L67: * @remix-run/react v2.17.5
Medium
Dynamic Require

Package source references dynamic require/import behavior.

build/client/assets/components-W_vyjkQq.jsView on unpkg · L65

Findings

3 High4 Medium4 Low
HighChild Processdist/cli.js
HighShell
HighRuntime Package Installdist/cli.js
MediumDynamic Requirebuild/client/assets/components-W_vyjkQq.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings