registry  /  express-api-rest-gen  /  4.9.0

express-api-rest-gen@4.9.0

A minimal CLI tool to generate a REST API with Express with JS or TS

Static Scan Results

scanned 5h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 14 file(s), 20.8 KB of source

Source & flagged code

2 flagged · loading source
utils/testing.tsView file
1import { execSync } from "child_process"; L2: import path from "path";
High
Child Process

Package source references child process execution.

utils/testing.tsView on unpkg · L1
22try { L23: execSync(`npm i -D ${TEST_DEPENDENCIES.join(" ")}`, { L24: cwd: projectPath,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

utils/testing.tsView on unpkg · L22

Findings

3 High2 Medium3 Low
HighChild Processutils/testing.ts
HighShell
HighRuntime Package Installutils/testing.ts
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings