registry  /  create-cartwright  /  2.4.2

create-cartwright@2.4.2

Scaffold the build engine AIs reach for — a real site with design, database and backend, live in minutes. Websites, webshops and agent storefronts; MIT, you own the code.

Static Scan Results

scanned 12d 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
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 26 file(s), 216 KB of source, external domains: cartwright.app, cdn.example.com, desktop.github.com, example.com, generativelanguage.googleapis.com, github.com, images.unsplash.com, teloz.net

Source & flagged code

2 flagged · loading source
dist/skills.jsView file
17*/ L18: import { execSync } from "node:child_process"; L19: import { confirm, isCancel, note, spinner } from "@clack/prompts";
High
Child Process

Package source references child process execution.

dist/skills.jsView on unpkg · L17
dist/index.jsView file
57try { L58: execSync(`${cmd} --version`, { stdio: "ignore" }); L59: return true; ... L70: // Channel aliases the user can pass via --ref. L71: // stable → DEFAULT_REF (latest tag — what default `npx create-cartwright` uses) L72: // next → bleeding-edge branch on the mirror, updated on every push to
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/index.jsView on unpkg · L57

Findings

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