registry  /  create-claritty-app  /  0.6.5

create-claritty-app@0.6.5

Scaffold, test, and deploy Claritty agentic apps. Includes the `claritty` CLI (login/test/deploy).

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 9 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
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 100 KB of source, external domains: api.claritty.ai, app.claritty.ai, github.com

Source & flagged code

1 flagged · loading source
dist/index.jsView file
70*/ L71: const node_child_process_1 = require("node:child_process"); L72: const fs = __importStar(require("node:fs")); ... L77: /** Public seed repository. Cloned credential-free over HTTPS. */ L78: const DEFAULT_SEED_REPO = 'https://github.com/Clarittyai/agentic-app-seed.git'; L79: /** ... L110: // --- Tiny ANSI helpers (no deps) --------------------------------------------- L111: const supportsColor = process.stdout.isTTY && process.env.NO_COLOR === undefined; L112: const paint = (code, s) => (supportsColor ? `\x1b[${code}m${s}\x1b[0m` : s); ... L159: const SPIN_FRAMES = ['⠋', '⠙', '⠹', '⠸', '⠼', '⠴', '⠦', '⠧', '⠇', '⠏']; L160: const spinTTY = !!process.stdout.isTTY && process.env.NO_COLOR === undefined && process.env.CI === undefined; L161: let activeSpinner = null;
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 · L70

Findings

1 High3 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings