registry  /  testomatio-reporter-cli  /  2.9.5

testomatio-reporter-cli@2.9.5

Yarn Berry compatible standalone CLI for @testomatio/reporter

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 60 file(s), 415 KB of source, external domains: api.bitbucket.org, app.testomat.io, avatars.githubusercontent.com, bit.ly, bitbucket.org, github.com, gitlab.com, testomat.io

Source & flagged code

3 flagged · loading source
src/pipe/index.jsView file
30try { L31: PipeClass = await import(pipeDef); L32: } catch (err) {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/pipe/index.jsView on unpkg · L30
src/data-storage.jsView file
54if (!context) { L55: // debug(`No context provided for "${dataType}" data:`, data); L56: return; ... L195: const hash = md5.digest('hex'); L196: return `${process.env.runId || 'run'}_${hash}`; L197: }
Low
Weak Crypto

Package source references weak cryptographic algorithms.

src/data-storage.jsView on unpkg · L54
src/pipe/gitlab.jsView file
1import createDebugMessages from 'debug'; L2: import { Gaxios } from 'gaxios'; L3: import pc from 'picocolors'; ... L24: this.isEnabled = false; L25: this.ENV = process.env; L26: this.store = store; ... L30: this.description = params.description || process.env.TESTOMATIO_DESCRIPTION; L31: this.hiddenCommentData = `<!--- testomat.io report ${process.env.CI_JOB_NAME || ''} -->`; L32: ... L127: L128: if (t.artifacts && t.artifacts.length && !this.ENV.TESTOMATIO_PRIVATE_ARTIFACTS) { L129: t.artifacts
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

src/pipe/gitlab.jsView on unpkg · L1

Findings

1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitysrc/pipe/gitlab.js
MediumDynamic Requiresrc/pipe/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowWeak Cryptosrc/data-storage.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings