registry  /  @alfe.ai/openclaw-chat  /  0.6.0

@alfe.ai/openclaw-chat@0.6.0

OpenClaw chat plugin for Alfe — web widget and mobile app channels

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 6 file(s), 160 KB of source, external domains: 127.0.0.1

Source & flagged code

2 flagged · loading source
dist/plugin2.jsView file
253*/ L254: const SESSIONS_DIR = join(homedir(), ".alfe", "sessions", "chat"); L255: const MAX_SESSIONS = 1e3; ... L301: const data = await readFile(sessionPath(sessionId), "utf-8"); L302: return JSON.parse(data); L303: } catch { ... L441: * 1. Daemon WS frames are `maxPayload`-bounded — an uncapped multi-MB tool L442: * stdout would drop the WHOLE frame (losing the status transition too), L443: * so the cap has to live on the emit side, not the client. ... L452: * and (b) `args` is NOT sanitized at all and can carry base64 (an inline L453: * image arg, a `data:` URI in a write). So we reimplement a defensive L454: * strip+cap here and apply it to every field, regardless of upstream
High
Cloud Metadata Access

Source reaches cloud instance metadata or link-local credential endpoints.

dist/plugin2.jsView on unpkg · L253
dist/plugin2.cjsView file
matchType = previous_version_dangerous_delta matchedPackage = @alfe.ai/openclaw-chat@0.5.1 matchedIdentity = npm:QGFsZmUuYWkvb3BlbmNsYXctY2hhdA:0.5.1 similarity = 0.667 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

dist/plugin2.cjsView on unpkg

Findings

2 High2 Medium5 Low
HighCloud Metadata Accessdist/plugin2.js
HighPrevious Version Dangerous Deltadist/plugin2.cjs
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License