registry  /  @elytracms/cli  /  0.0.7

@elytracms/cli@0.0.7

The Elytra CLI — run a consuming repo's studio, frontend, and Convex backend under one command.

Static Scan Results

scanned 3d 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 6 file(s), 35.7 KB of source

Source & flagged code

2 flagged · loading source
src/run.jsView file
1import { spawn } from 'node:child_process' L2: import { stdout } from 'node:process'
High
Child Process

Package source references child process execution.

src/run.jsView on unpkg · L1
src/cli.jsView file
131function provisionConvexOnce(studioDir) { L132: const res = spawnSync('npx', ['convex', 'dev', '--once'], { cwd: studioDir, stdio: 'inherit' }) L133: return res.status ?? 1
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/cli.jsView on unpkg · L131

Findings

3 High2 Medium3 Low
HighChild Processsrc/run.js
HighShell
HighRuntime Package Installsrc/cli.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings