Static Scan Results
scanned 32m ago · by rust-scannerStatic 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 snapshotBehavioral surface
ChildProcessFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/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 unpkgFindings
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