registry  /  whalecap  /  1.0.1

whalecap@1.0.1

Local DeepSeek proxy that paces spending to your monthly budget — works with opencode, Cline, Cursor, and any OpenAI-compatible tool

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 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
Manifest
NoLicense
scanned 13 file(s), 75.2 KB of source, external domains: brew.sh, opencode.ai, tailscale.com

Source & flagged code

2 flagged · loading source
dist/index.jsView file
10const os_1 = require("os"); L11: const child_process_1 = require("child_process"); L12: function getLocalIp() {
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L10
dist/installer/index.jsView file
219try { L220: (0, child_process_1.execSync)('npm install -g opencode-ai', { stdio: 'inherit' }); L221: return true;
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/installer/index.jsView on unpkg · L219

Findings

2 High3 Medium6 Low
HighChild Processdist/index.js
HighRuntime Package Installdist/installer/index.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License