registry  /  jsda-kit  /  1.6.0

jsda-kit@1.6.0

JSDA Toolkit for modern Web

Static Scan Results

scanned 1h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
UrlStrings
ManifestNo manifest risk signals triggered.
scanned 37 file(s), 59.0 KB of source, external domains: cdn.jsdelivr.net, github.com, www.sitemaps.org

Source & flagged code

4 flagged · loading source
cli/scaffold.jsView file
3import { Log } from '../node/Log.js'; L4: import { execSync } from 'child_process'; L5:
High
Child Process

Package source references child process execution.

cli/scaffold.jsView on unpkg · L3
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 · L8
node/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
Shell

Package source references shell execution.

node/watch.jsView on unpkg · L21
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 · L159

Findings

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