registry  /  @cracktier/kit  /  0.1.26

@cracktier/kit@0.1.26

Cracktier internal component library

Static Scan Results

scanned 3d ago · by rust-scanner

Static analysis flagged 7 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
ChildProcess
Supply chain
HighEntropyStrings
Manifest
NoLicense
scanned 30 file(s), 164 KB of source

Source & flagged code

2 flagged · loading source
dist/commands/add.jsView file
9const picocolors_1 = __importDefault(require("picocolors")); L10: const child_process_1 = require("child_process"); L11: const registry_1 = require("../registry");
High
Child Process

Package source references child process execution.

dist/commands/add.jsView on unpkg · L9
48const cmd = pkgManager === "pnpm" L49: ? `pnpm add ${deps}` L50: : pkgManager === "yarn" ... L54: try { L55: (0, child_process_1.execSync)(cmd, { stdio: "inherit", cwd: process.cwd() }); L56: }
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/commands/add.jsView on unpkg · L48

Findings

2 High1 Medium4 Low
HighChild Processdist/commands/add.js
HighRuntime Package Installdist/commands/add.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowHigh Entropy Strings
LowNo License