server-doctor
Audited by Socket on Aug 10, 2026
4 alerts found:
Anomalyx2Securityx2No direct indicators of overt malware are present in the provided fragment (it is documentation, not executable code). The described features nevertheless introduce meaningful security and privacy risk if an attacker can influence the workspace: (1) BOOT.md instructions are executed at gateway startup (high impact execution vector) and (2) command events are logged to a local audit file including sender identifiers (potential privacy/data-retention exposure). Dynamic discovery/loading of hook handlers from workspace contents is also a risk area, but the presence and strength of enforcement/sandboxing cannot be verified from this fragment alone.
The fragment is primarily declarative configuration for Gmail-triggered message processing and forwarding via gateway networking and extensible “transform/skills” components. There is no direct evidence of intentional malware in the excerpt itself, but it exhibits meaningful security concerns: embedded authentication tokens/API keys (secret-hygiene risk), processing of full Gmail bodies, plaintext HTTP for a webhook endpoint, and explicit extension points that may load/execute external code (transform.module and skills.load.extraDirs). In a supply-chain context, these extension and credential-handling aspects warrant focused review and hardening, since malicious behavior could reside in the referenced modules/skills even though it is not visible here.
No direct evidence of credential theft, exfiltration, or obfuscated payloads is shown in the provided excerpt; however, it documents a high-sensitivity supply-chain pattern: remotely downloading installer scripts from openclaw.ai and executing them immediately via curl|bash and PowerShell iex/scriptblock. This design makes the client highly dependent on the integrity of the remote scripts and delivery infrastructure. Strong integrity protections for the bootstrap scripts (pinning, signatures, checksums published out-of-band, or transparent audit) are not shown here and should be treated as essential before trusting the installer in sensitive environments.
This snippet does not provide direct evidence of malware (no explicit credential theft/exfiltration or embedded payloads are shown), but it demonstrates inherently high supply-chain risk execution patterns: direct execution of network-fetched installer scripts (curl|bash and PowerShell dynamic script execution) and installation from moving targets (openclaw@latest and optional GitHub #main). Without visible integrity verification (hash/signature/pinning) and without inspecting the remote installer scripts and onboarding implementation, treat this installer workflow as elevated risk and ensure you review/pin/verify the fetched artifacts before use.