registry  /  super-api-tester  /  1.6.0

super-api-tester@1.6.0

A high-performance, schema-driven API automation framework.

Static Scan Results

scanned 2d 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
ChildProcessEvalFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 3 file(s), 1.19 MB of source, external domains: api.restful-api.dev, github.com, vitest.dev

Source & flagged code

3 flagged · loading source
bin/cli.jsView file
4import path from 'path'; L5: import { execSync } from 'child_process'; L6:
High
Child Process

Package source references child process execution.

bin/cli.jsView on unpkg · L4
4import path from 'path'; L5: import { execSync } from 'child_process'; L6: ... L16: Available commands: L17: npx super-api-tester init - Setup your automated test environment L18: `);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

bin/cli.jsView on unpkg · L4
dist/index.jsView file
13912snapshotContents = content; L13913: const populate = new Function("exports", snapshotContents); L13914: populate(data);
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/index.jsView on unpkg · L13912

Findings

3 High2 Medium6 Low
HighChild Processbin/cli.js
HighShell
HighRuntime Package Installbin/cli.js
MediumNetwork
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings