registry  /  kitstarter-cli  /  0.5.0

kitstarter-cli@0.5.0

Make your AI coding agent ask before it builds, stay lean, and stop looking AI-made. For Claude Code, Codex, and Antigravity.

Static Scan Results

scanned 4d ago · by rust-scanner

Static analysis flagged 10 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
Manifest
NoLicense
scanned 22 file(s), 163 KB of source, external domains: kitstarter.dev

Source & flagged code

2 flagged · loading source
bin/doctor.mjsView file
14import { fileURLToPath } from "node:url"; L15: import { spawnSync } from "node:child_process"; L16: import { userDir, readJson, loadConfig } from "../hooks/lib/state.mjs";
High
Child Process

Package source references child process execution.

bin/doctor.mjsView on unpkg · L14
cli.mjsView file
262const { fileURLToPath } = await import("node:url"); L263: const { spawnSync } = await import("node:child_process"); L264: const KIT = dirname(fileURLToPath(import.meta.url)); ... L271: if (!script || script === candidates[2]) { L272: say(pc.yellow("no kitstarter engine installed here - run: npx kitstarter-cli")); L273: process.exit(1);
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

cli.mjsView on unpkg · L262

Findings

3 High3 Medium4 Low
HighChild Processbin/doctor.mjs
HighShell
HighRuntime Package Installcli.mjs
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License