registry  /  @simitgroup/simpleapp-generator  /  2.0.3-q-alpha

@simitgroup/simpleapp-generator@2.0.3-q-alpha

frontend nuxtjs and backend nests code generator using jsonschema.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessDynamicRequireFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 155 file(s), 465 KB of source, external domains: paed01.github.io

Source & flagged code

6 flagged · loading source
dist/framework.jsView file
30const fs_1 = __importStar(require("fs")); L31: const child_process_1 = require("child_process"); L32: const lodash_1 = __importDefault(require("lodash"));
High
Child Process

Package source references child process execution.

dist/framework.jsView on unpkg · L30
100if (!fs_1.default.existsSync(frontendFolder)) { L101: const child3 = (0, child_process_1.spawn)('npx', ['nuxi@latest', 'init', frontendFolder], { L102: stdio: 'inherit'
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/framework.jsView on unpkg · L100
29exports.prepareOpenApiClient = exports.prettyNest = exports.prettyNuxt = exports.prettyMiniApi = exports.prettyMiniAppStreamlitSdk = exports.prettyMiniAppJsSdk = exports.prepareNux... L30: const fs_1 = __importStar(require("fs")); L31: const child_process_1 = require("child_process");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/framework.jsView on unpkg · L29
app-publish.shView file
path = app-publish.sh kind = build_helper sizeBytes = 106 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

app-publish.shView on unpkg
templates/nuxt/assets/images/unknown.png.etaView file
path = [redacted].png.eta kind = high_entropy_blob sizeBytes = 9597 magicHex = [redacted]
High
Ships High Entropy Blob

Package ships high-entropy non-source blobs.

templates/nuxt/assets/images/unknown.png.etaView on unpkg
package.jsonView file
Runtime dependency names matching Node built-ins: child_process, fs, path
High
Node Builtin Dependency Squat

Package declares a runtime dependency whose name matches a Node built-in module.

package.jsonView on unpkg

Findings

5 High3 Medium4 Low
HighChild Processdist/framework.js
HighShell
HighRuntime Package Installdist/framework.js
HighShips High Entropy Blobtemplates/nuxt/assets/images/unknown.png.eta
HighNode Builtin Dependency Squatpackage.json
MediumDynamic Requiredist/framework.js
MediumShips Build Helperapp-publish.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings