registry  /  create-uniform-search  /  0.0.5

create-uniform-search@0.0.5

Scaffold Uniform Search components, Uniform component definitions, and the Claude skill into an existing Uniform + Next.js App Router project.

Static Scan Results

scanned 4h 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 26 file(s), 100 KB of source, external domains: www.w3.org

Source & flagged code

2 flagged · loading source
dist/index.jsView file
84// src/index.ts L85: import { spawnSync } from "child_process"; L86: import { existsSync as existsSync4, readFileSync as readFileSync4 } from "fs";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L84
1615if (flags.dryRun) { L1616: log.info("Dry run: would run `npx @uniformdev/cli sync push --config ./uniformsearch.config.js`."); L1617: } else { ... L1619: s.start("Deploying Uniform definitions (sync push, create mode)\u2026"); L1620: const res = spawnSync( L1621: "npx",
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L1615

Findings

3 High3 Medium5 Low
HighChild Processdist/index.js
HighShell
HighRuntime Package Installdist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings