registry  /  @jay-framework/aiditor  /  0.20.0

@jay-framework/aiditor@0.20.0

AIditor — visual AI-driven code editor plugin for Jay Framework

Static Scan Results

scanned 7d ago · by rust-scanner

Static analysis flagged 11 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 2 file(s), 1022 KB of source, external domains: aiditor.local, github.com, www.w3.org

Source & flagged code

3 flagged · loading source
dist/index.jsView file
10import { fileURLToPath } from "url"; L11: import { spawn } from "child_process"; L12: import { scanRoutes } from "@jay-framework/stack-route-scanner";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L10
1868cwd: projectDir, L1869: shell: true, L1870: env: process.env
High
Shell

Package source references shell execution.

dist/index.jsView on unpkg · L1868
1866return new Promise((resolve) => { L1867: const child = spawn("npx", ["jay-stack-cli", "validate"], { L1868: cwd: projectDir,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L1866

Findings

3 High3 Medium5 Low
HighChild Processdist/index.js
HighShelldist/index.js
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License