Static Scan Results
scanned 2h 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/doctor.jsView file
127/**
L128: * Enumerate the linked deployment's set env-var NAMES via `npx convex env list`
L129: * (read-only; the convex CLI resolves the deployment from `studio/.env.local` /
...
L133: export function gatherDeploymentEnvNames({ cwd, exec = defaultConvexExec } = {}) {
L134: const { status, stdout, stderr, error } = exec(['env', 'list'], { cwd })
L135: if (status !== 0) {
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/doctor.jsView on unpkg · L127Findings
3 High2 Medium3 Low
HighChild Processsrc/run.js
HighShell
HighRuntime Package Installsrc/doctor.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings