registry  /  clawnify  /  0.7.1

clawnify@0.7.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), 128 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/cli-L7TPOLHI.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-L7TPOLHI.jsView on unpkg · L27
27Trigger-reachable chain: manifest.bin -> dist/index.js -> dist/cli-L7TPOLHI.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-L7TPOLHI.jsView on unpkg · L27
154import readline2 from "readline"; L155: import { spawn } from "child_process"; L156:
High
Child Process

Package source references child process execution.

dist/cli-L7TPOLHI.jsView on unpkg · L154
669await new Promise((resolve) => { L670: const proc = spawn("npx", ["drizzle-kit", "generate"], { L671: cwd: resolvedDir,
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/cli-L7TPOLHI.jsView on unpkg · L669

Findings

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