registry  /  @bleedingdev/modern-js-create  /  3.5.0-ultramodern.24

@bleedingdev/modern-js-create@3.5.0-ultramodern.24

A Progressive React Framework for modern web development.

Static Scan Results

scanned 7d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 117 file(s), 1.17 MB of source, external domains: example.com, modernjs.dev, schema.org, workspace.example.workers.dev, www.sitemaps.org, www.w3.org

Source & flagged code

3 flagged · loading source
dist/esm/index.jsView file
1import { execFileSync } from "node:child_process"; L2: import node_fs from "node:fs";
High
Child Process

Package source references child process execution.

dist/esm/index.jsView on unpkg · L1
bin/run.jsView file
8const __dirname = path.dirname(__filename); L9: const require = createRequire(import.meta.url); L10:
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/run.jsView on unpkg · L8
templates/workspace-scripts/ultramodern-typecheck.mjsView file
117const cli = process.env.EFFECT_TSGO_CLI || 'effect-tsgo'; L118: const result = spawnSync(cli, ['get-exe-path'], { L119: encoding: 'utf8', ... L124: fail( L125: `Unable to run ${cli}. Run pnpm install or set EFFECT_TSGO_BIN to the native-preview tsgo binary.`, L126: );
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

templates/workspace-scripts/ultramodern-typecheck.mjsView on unpkg · L117

Findings

3 High4 Medium4 Low
HighChild Processdist/esm/index.js
HighShell
HighRuntime Package Installtemplates/workspace-scripts/ultramodern-typecheck.mjs
MediumDynamic Requirebin/run.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings