registry  /  uicopilot  /  0.1.8

uicopilot@0.1.8

CLI to set up UI Parity — AI-powered Figma comparison for Storybook

Static Scan Results

scanned 3h ago · by rust-scanner

Static analysis flagged 8 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
ChildProcessFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 1 file(s), 53.2 KB of source, external domains: app.uiparity.com, github.com, www.figma.com

Source & flagged code

2 flagged · loading source
dist/index.mjsView file
8// src/utils.ts L9: import { execSync } from "child_process"; L10: import { existsSync } from "fs";
High
Child Process

Package source references child process execution.

dist/index.mjsView on unpkg · L8
50case "bun": L51: return `bun add -d ${pkg}`; L52: case "pnpm": ... L61: const cmd = pm === "bun" ? "bun install" : pm === "pnpm" ? "pnpm install" : pm === "yarn" ? "yarn" : "npm install"; L62: execSync(cmd, { stdio: "inherit", cwd }); L63: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.mjsView on unpkg · L50

Findings

3 High1 Medium4 Low
HighChild Processdist/index.mjs
HighShell
HighRuntime Package Installdist/index.mjs
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings