registry  /  clawnify  /  0.7.0

clawnify@0.7.0

⚠ Under review

Deploy your apps and website to Clawnify from the terminal with Claude Code, Codex, and Cursor

Static Scan Results

scanned 12d ago · by rust-scanner

Static analysis flagged 13 finding(s) at 86.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
High-risk behavior combination matched malicious policy.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 4 file(s), 130 KB of source, external domains: 127.0.0.1, app.clawnify.com, auth.clawnify.com, clawnify-mcp-docs.workers.dev, docs.astro.build, github.com, mcp.clawnify.com, nodejs.org, provision.clawnify.com

Source & flagged code

4 flagged · loading source
dist/chunk-HOCFYU72.jsView file
176import path2 from "path"; L177: import { execSync } from "child_process"; L178: import { gzipSync } from "zlib";
High
Child Process

Package source references child process execution.

dist/chunk-HOCFYU72.jsView on unpkg · L176
dist/cli-KCTCHVPG.jsView file
27import crypto from "crypto"; L28: import http from "http"; L29: import readline from "readline"; ... L42: "Access-Control-Allow-Methods": "GET, OPTIONS", L43: "Access-Control-Allow-Private-Network": "true" L44: }; ... L46: res.writeHead(204, corsHeaders); L47: res.end(); L48: return; ... L82: input: process.stdin, L83: output: process.stdout L84: });
Critical
Credential Exfiltration

Source appears to send environment or credential material to an external endpoint.

dist/cli-KCTCHVPG.jsView on unpkg · L27
27Trigger-reachable chain: manifest.bin -> dist/index.js -> dist/cli-KCTCHVPG.js L27: import crypto from "crypto"; L28: import http from "http"; L29: import readline from "readline"; ... L42: "Access-Control-Allow-Methods": "GET, OPTIONS", L43: "Access-Control-Allow-Private-Network": "true" L44: }; ... L46: res.writeHead(204, corsHeaders); L47: res.end(); L48: return; ... L82: input: process.stdin, L83: output: process.stdout L84: });
Critical
Trigger Reachable Dangerous Capability

A package entrypoint or install-time lifecycle script reaches a source file with blocking dangerous behavior.

dist/cli-KCTCHVPG.jsView on unpkg · L27
711await new Promise((resolve) => { L712: const proc = spawn("npx", ["drizzle-kit", "generate"], { L713: cwd: resolvedDir,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli-KCTCHVPG.jsView on unpkg · L711

Findings

2 Critical3 High3 Medium5 Low
CriticalCredential Exfiltrationdist/cli-KCTCHVPG.js
CriticalTrigger Reachable Dangerous Capabilitydist/cli-KCTCHVPG.js
HighChild Processdist/chunk-HOCFYU72.js
HighShell
HighRuntime Package Installdist/cli-KCTCHVPG.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License