Latest release: v3.1.1-context.12Download zip
Capabilities
Compatibility
Security Scan
OpenClaw
Benign
low confidencePurpose & Capability
No supplied artifact evidence was available showing a purpose mismatch or unsafe capability.
Instruction Scope
No supplied artifact evidence was available showing hidden instructions, goal hijacking, or unsafe default behavior.
Install Mechanism
No supplied artifact evidence was available showing risky install behavior, remote execution, or provenance concerns.
Credentials
No supplied artifact evidence was available showing disproportionate file, network, credential, or system access.
Persistence & Privilege
No supplied artifact evidence was available showing persistence, privilege escalation, or background activity.
Assessment
Treat this as an incomplete review result: VirusTotal telemetry alone is stale and not enough to justify a hold, but the artifact files should be inspected successfully before installation.scripts/install-openclaw-extension.mjs:143
Shell command execution detected (child_process).
bin/atomic_waha_v3_cli.py:954
File appears to expose a hardcoded API secret or token.
dist/src/client.js:442
File appears to expose a hardcoded API secret or token.
src/client.ts:698
File appears to expose a hardcoded API secret or token.
Patterns worth reviewing
These patterns may indicate risky behavior. Check the VirusTotal and OpenClaw results above for context-aware analysis before installing.Verification
Tags
@lofa199419/atomic-waha-v3
OpenClaw Atomic WAHA v3 channel plugin with a packaged local CLI wrapper for WAHA session and messaging operations.
What ships
- OpenClaw plugin files:
index.ts,src/,openclaw.plugin.json - Skill docs:
skills/atomic-waha-v3/SKILL.md - Local CLI wrappers:
bin/atomic-waha-v3-clibin/wabin/wa-advbin/atomic-waha-v3-advanced-entrypointbin/atomic_waha_v3_cli.py
Install into an OpenClaw state dir
npm install @lofa199419/atomic-waha-v3
node node_modules/@lofa199419/atomic-waha-v3/scripts/install-openclaw-extension.mjs --state-dir /data/.openclaw --force
Or with OPENCLAW_STATE_DIR:
OPENCLAW_STATE_DIR=/data/.openclaw node node_modules/@lofa199419/atomic-waha-v3/scripts/install-openclaw-extension.mjs --force
Runtime configuration
The plugin package does not ship secrets. Provide WAHA configuration through your container or startup flow and render:
/data/.openclaw/extensions/atomic-waha-v3/bin/.env
Expected values:
WAHA_URL=https://your-waha-host
WAHA_API_KEY=your-api-key
WAHA_SESSION_DEFAULT=power
Publish checklist
npm pack --dry-run
npm publish --access public
