registry  /  clawnify  /  0.6.1

clawnify@0.6.1

⚠ 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), 129 KB of source, external domains: 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-OQPC6TYM.jsView file
27import crypto from "crypto"; L28: import http from "http"; L29: import readline from "readline"; ... L52: res.writeHead(404); L53: res.end("Not found"); L54: return; ... L88: if (!tokenRes.ok) { L89: const err = await tokenRes.text(); L90: throw new Error(`Token exchange failed: ${err}`); ... L149: input: process.stdin, L150: output: process.stdout L151: });
Critical
Credential Exfiltration

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

dist/cli-OQPC6TYM.jsView on unpkg · L27
27Trigger-reachable chain: manifest.bin -> dist/index.js -> dist/cli-OQPC6TYM.js L27: import crypto from "crypto"; L28: import http from "http"; L29: import readline from "readline"; ... L52: res.writeHead(404); L53: res.end("Not found"); L54: return; ... L88: if (!tokenRes.ok) { L89: const err = await tokenRes.text(); L90: throw new Error(`Token exchange failed: ${err}`); ... L149: input: process.stdin, L150: output: process.stdout L151: });
Critical
Trigger Reachable Dangerous Capability

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

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

Package source invokes a package manager install command at runtime.

dist/cli-OQPC6TYM.jsView on unpkg · L697

Findings

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