waveterm

Warn

Audited by Socket on Aug 17, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/wave_delegate.py

This code is best characterized as a powerful terminal automation/orchestration tool that delegates work to an external agent CLI by injecting shell-like command text into a Wave terminal block. There is no clear evidence of covert malware (no obfuscation, persistence, network exfiltration, or credential theft) in the Python module itself. However, the capability to inject and execute user-influenced commands is significant: the prompt is quoted, but the executable/command portion from --command/--agent is not safely quoted or validated before being embedded into a string that is then executed in the terminal context (with additional shell redirection/command sequencing in file mode). Security risk is therefore moderate to high depending on whether untrusted parties can influence --agent/--command and on the threat model of what the agent terminal will execute.

Confidence: 72%Severity: 58%
Audit Metadata
Analyzed At
Aug 17, 2026, 04:19 AM
Package URL
pkg:socket/skills-sh/dandacompany%2Fdante-skills%2Fwaveterm%2F@495f9b4bfb43ad14707aedb11194e946894562941a3fd8195b954b84878278d0
Security Audit — socket — waveterm