Static Scan Results
scanned 3d ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemShell
HighEntropyStrings
Source & flagged code
2 flagged · loading sourcesrc/run.jsView file
1import { spawn } from 'node:child_process'
L2: import { stdout } from 'node:process'
High
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 · L131Findings
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