registry  /  @7n/test  /  0.11.0

@7n/test@0.11.0

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

Static Scan Results

scanned 8d ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsEvalFilesystemNetworkShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 25 file(s), 171 KB of source

Source & flagged code

2 flagged · loading source
src/lib/runtime-probe.mjsView file
93try { L94: mod = await import(filePath) L95: } catch (e) {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

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

Package source references a known benign dynamic code generation pattern.

src/lib/runtime-probe.mjsView on unpkg · L107

Findings

3 Medium4 Low
MediumDynamic Requiresrc/lib/runtime-probe.mjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowEvalsrc/lib/runtime-probe.mjs
LowFilesystem
LowHigh Entropy Strings