Static Scan Results
scanned 1h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
UrlStrings
Source & flagged code
4 flagged · loading sourcecli/scaffold.jsView file
3import { Log } from '../node/Log.js';
L4: import { execSync } from 'child_process';
L5:
High
8Log.info('JSDA CLI:', 'Fetching template from https://github.com/rnd-pro/jsda-template...');
L9: execSync('npx -y degit rnd-pro/jsda-template .', { stdio: 'inherit' });
L10:
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
cli/scaffold.jsView on unpkg · L8node/watch.jsView file
21serveStarted = true;
L22: let serve = spawn('npx', ['-y', 'serve', out, '-l', String(port)], { stdio: 'pipe', shell: true });
L23: serve.stdout.on('data', (data) => {
High
server/JSDAServer.jsView file
159let fileExt = getExt(req.url);
L160: let jsdaMdl = await import(pth(filePath) + params);
L161:
Medium
Dynamic Require
Package source references dynamic require/import behavior.
server/JSDAServer.jsView on unpkg · L159Findings
3 High4 Medium3 Low
HighChild Processcli/scaffold.js
HighShellnode/watch.js
HighRuntime Package Installcli/scaffold.js
MediumDynamic Requireserver/JSDAServer.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowUrl Strings