registry  /  @dotcarbon/create-app  /  0.2.0

@dotcarbon/create-app@0.2.0

Scaffold a new DotCarbon app

Static Scan Results

scanned 32m ago · by rust-scanner

Static analysis flagged 7 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 33 file(s), 26.9 KB of source, external domains: dotnet.microsoft.com

Source & flagged code

2 flagged · loading source
dist/index.jsView file
6import { fileURLToPath } from 'url'; L7: import { execSync, spawn } from 'child_process'; L8: const __dirname = dirname(fileURLToPath(import.meta.url)); L9: const TEMPLATES = ['react', 'vue', 'svelte', 'solid', 'preact', 'vanilla']; ... L35: name = interactive L36: ? asString(await p.text({ L37: message: 'Project name', ... L147: const proc = spawn('dotnet', ['tool', 'install', '--global', 'DotCarbon.Cli'], { L148: stdio: 'ignore', shell: process.platform === 'win32', L149: }); ... L159: if (!hasDotnet()) { L160: p.log.warn('Carbon CLI needs the .NET SDK: https://dotnet.microsoft.com/download\n Then: dotnet tool install -g DotCarbon.Cli');
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

dist/index.jsView on unpkg · L6
matchType = previous_version_dangerous_delta matchedPackage = @dotcarbon/create-app@0.1.1 matchedIdentity = npm:QGRvdGNhcmJvbi9jcmVhdGUtYXBw:0.1.1 similarity = 1.059 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/index.jsView on unpkg

Findings

2 High1 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/index.js
HighPrevious Version Dangerous Deltadist/index.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings