registry  /  @apc-projects/elysia-cli  /  0.1.2

@apc-projects/elysia-cli@0.1.2

Générateur de scaffolding pour projets ElysiaJS (modules, services, models, plugins).

Static Scan Results

scanned 3h 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
ChildProcessCryptoEnvironmentVarsFilesystemShell
Supply chain
HighEntropyStrings
ManifestNo manifest risk signals triggered.
scanned 15 file(s), 58.9 KB of source

Source & flagged code

3 flagged · loading source
src/utils/pm.tsView file
1import { spawnSync } from "node:child_process"; L2: import { log, CliError } from "./logger.js";
High
Child Process

Package source references child process execution.

src/utils/pm.tsView on unpkg · L1
15stdio: "inherit", L16: shell: true, L17: });
High
Shell

Package source references shell execution.

src/utils/pm.tsView on unpkg · L15
1import { spawnSync } from "node:child_process"; L2: import { log, CliError } from "./logger.js"; ... L12: const devFlag = opts.dev ? ["-d"] : []; L13: log.info(`Installation : bun add ${devFlag.join(" ")} ${unique.join(" ")}`.trim()); L14: const res = spawnSync("bun", ["add", ...devFlag, ...unique], {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/utils/pm.tsView on unpkg · L1

Findings

3 High2 Medium3 Low
HighChild Processsrc/utils/pm.ts
HighShellsrc/utils/pm.ts
HighRuntime Package Installsrc/utils/pm.ts
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings