registry  /  @tokenroll/watt  /  0.1.1

@tokenroll/watt@0.1.1

Static Scan Results

scanned 1d ago · by rust-scanner

Static analysis flagged 15 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
ChildProcessEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsMinifiedUrlStrings
Manifest
NoLicense
scanned 4 file(s), 880 KB of source, external domains: json-schema.org, llm.fantacy.live, open.feishu.cn, react.dev, www.w3.org
Oversized source lightweight scan
deploy/gateway/worker.js2.86 MB file, sampled 256 KB
ChildProcessShellHighEntropyStringsUrlStringsjson-schema.orgllm.fantacy.live

Source & flagged code

5 flagged · loading source
deploy/plugin-feishu/worker.jsView file
1531patternName = private_key_rsa severity = critical line = 1531 matchedText = if (type...0) {
Critical
Critical Secret

Package contains a critical-looking secret pattern.

deploy/plugin-feishu/worker.jsView on unpkg · L1531
1531patternName = private_key_rsa severity = critical line = 1531 matchedText = if (type...0) {
Critical
Secret Pattern

RSA private key in deploy/plugin-feishu/worker.js

deploy/plugin-feishu/worker.jsView on unpkg · L1531
dist/bin.jsView file
7import { Command } from 'commander'; L8: import { spawnSync } from 'child_process'; L9: import * as p from '@clack/prompts';
High
Child Process

Package source references child process execution.

dist/bin.jsView on unpkg · L7
1886return (args) => { L1887: const res = spawn("npx", ["--yes", "wrangler@4.107.0", ...args]); L1888: return { status: res.status, out: `${res.stdout}${res.stderr}` };
High
Runtime Package Install

Package source invokes a package manager install command at runtime.

dist/bin.jsView on unpkg · L1886
deploy/gateway/worker.jsView file
path = deploy/gateway/worker.js kind = oversized_source_file sizeBytes = 2998624 magicHex = [redacted]
High
Oversized Source File

Package contains source files above the static scanner size ceiling.

deploy/gateway/worker.jsView on unpkg

Findings

2 Critical4 High3 Medium6 Low
CriticalCritical Secretdeploy/plugin-feishu/worker.js
CriticalSecret Patterndeploy/plugin-feishu/worker.js
HighChild Processdist/bin.js
HighShell
HighRuntime Package Installdist/bin.js
HighOversized Source Filedeploy/gateway/worker.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License