Lobstah grid

PassAudited by VirusTotal on May 10, 2026.

Findings (1)

Package: @lobstah/openclaw-provider (npm) Version: 0.0.18 Description: OpenClaw model-provider plugin for the Lobstah distributed-inference grid. Adds 'Lobstah grid' as an OpenAI-compatible provider with opt-in Nostr discovery + opt-in advertising in the openclaw onboarding wizard. This package is an OpenClaw provider plugin for the Lobstah distributed inference grid. It implements the necessary logic to run an embedded LLM router and optionally an LLM worker on the user's machine, enabling participation in a peer-to-peer compute network using Nostr for discovery. Network interactions (WSS connections to Nostr relays for discovery/announcement, HTTP connections to peers for routing/probing) and local resource access (filesystem I/O for state persistence in ~/.lobstah/, local loopback communication with Ollama and embedded processes) are integral to its advertised P2P functionality. The code includes checks to prevent private network access during external peer discovery (controlled by configuration) and uses standard local ports (17475/17474/11434). All operations are transparently related to setting up and managing the Lobstah P2P infrastructure.