registry  /  @hatchway/cli  /  0.51.23

@hatchway/cli@0.51.23

Hatchway CLI - Build AI-powered apps with Claude. Just run: npx @hatchway/cli runner

Static Scan Results

scanned 2h 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShellWebSocket
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 39 file(s), 2.65 MB of source, external domains: api.github.com, github.com, hatchway.sh, pnpm.io, react.dev

Source & flagged code

3 flagged · loading source
bin/hatchway.jsView file
2L3: import { spawn } from 'child_process'; L4: import { fileURLToPath } from 'url';
High
Child Process

Package source references child process execution.

bin/hatchway.jsView on unpkg · L2
dist/chunks/auto-update-Ddo5Ntt7.jsView file
147}, L148: shell: true, L149: });
High
Shell

Package source references shell execution.

dist/chunks/auto-update-Ddo5Ntt7.jsView on unpkg · L147
dist/chunks/database-setup-BdXiI4MV.jsView file
61// Use 'get-db' (the renamed neondb package) for database creation L62: const proc = spawn('npx', ['get-db', '-y'], { L63: cwd: monorepoPath, // Run in monorepo root so .env is created there
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/chunks/database-setup-BdXiI4MV.jsView on unpkg · L61

Findings

3 High3 Medium5 Low
HighChild Processbin/hatchway.js
HighShelldist/chunks/auto-update-Ddo5Ntt7.js
HighRuntime Package Installdist/chunks/database-setup-BdXiI4MV.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License