registry  /  agentle-ui  /  0.2.0

agentle-ui@0.2.0

A gentle UI for chaotic AI streams — headless hooks for AI-native presentation

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 4 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
ChildProcessFilesystem
Supply chainNo supply-chain packaging signals triggered.
ManifestNo manifest risk signals triggered.
scanned 15 file(s), 88.9 KB of source

Source & flagged code

2 flagged · loading source
dist/cli/index.jsView file
69const pm = detectPackageManager(cwd); L70: const { execSync } = await import("child_process"); L71: const cmd = pm === "pnpm" ? `pnpm add ${deps.join(" ")}` : pm === "yarn" ? `yarn add ${deps.join(" ")}` : `npm install ${deps.join(" ")}`;
High
Child Process

Package source references child process execution.

dist/cli/index.jsView on unpkg · L69
69const pm = detectPackageManager(cwd); L70: const { execSync } = await import("child_process"); L71: const cmd = pm === "pnpm" ? `pnpm add ${deps.join(" ")}` : pm === "yarn" ? `yarn add ${deps.join(" ")}` : `npm install ${deps.join(" ")}`; L72: try {
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli/index.jsView on unpkg · L69

Findings

2 High2 Low
HighChild Processdist/cli/index.js
HighRuntime Package Installdist/cli/index.js
LowScripts Present
LowFilesystem