registry  /  @adobe-thillai/aio-cli-plugin-ccdx  /  4.0.0

@adobe-thillai/aio-cli-plugin-ccdx@4.0.0

CCDX — AI toolkit setup for Adobe Commerce Development, Upgrade, App Builder Migration and Development

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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 10 file(s), 44.7 KB of source, external domains: 127.0.0.1, 3117813-424bluechicken-stage.adobeio-static.net, api.fluffyjaws.adobe.com, github.com

Source & flagged code

4 flagged · loading source
src/lib/setup-codegraph.mjsView file
1import { execSync, spawnSync } from 'child_process' L2: import { readFileSync, writeFileSync } from 'fs'
High
Child Process

Package source references child process execution.

src/lib/setup-codegraph.mjsView on unpkg · L1
src/commands/ccdx/setup.jsView file
107try { L108: execSync('lsof -ti:3131 | xargs kill -9 2>/dev/null || true', { shell: true, stdio: 'pipe' }) L109: } catch (_) {}
High
Shell

Package source references shell execution.

src/commands/ccdx/setup.jsView on unpkg · L107
src/lib/toolkit.jsView file
71log.info('Installing starter kit dependencies…') L72: execSync('npm install -q', { cwd: dest, stdio: 'pipe' }) L73: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

src/lib/toolkit.jsView on unpkg · L71
setup.shView file
path = setup.sh kind = build_helper sizeBytes = 25006 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

setup.shView on unpkg

Findings

3 High4 Medium4 Low
HighChild Processsrc/lib/setup-codegraph.mjs
HighShellsrc/commands/ccdx/setup.js
HighRuntime Package Installsrc/lib/toolkit.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helpersetup.sh
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings