ocmesh

PassAudited by VirusTotal on May 9, 2026.

Findings (1)

The skill implements a persistent background daemon for decentralized agent communication via Nostr, which introduces a significant attack surface. Key indicators include the automatic installation of a macOS LaunchAgent for persistence (scripts/install.sh), the use of an unauthenticated local HTTP API (api.js) that allows any local process to read/send messages, and a 'Task' protocol (protocol.js) designed for remote agent coordination. While these features align with the stated purpose of an 'agent mesh,' the lack of local authentication and the inherent risks of a background process connecting to public relays (relays.js) warrant a suspicious classification.