NBJ OB1 Agent Memory for OpenClaw
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
Package: @natebjones/ob1-agent-memory (npm) Version: 0.1.4 Description: Governed NBJ OB1 Agent Memory tools for OpenClaw: recall before work, write back after, inspect everything. The package implements an OpenClaw plugin that provides seven specific tools for accessing an external agent memory service (OB1 Agent Memory). The core logic resides in `AgentMemoryClient`, which performs HTTP requests (`fetch`) to a configured endpoint, sending the access key via the `x-brain-key` header. The plugin correctly integrates with the OpenClaw SDK to securely resolve configuration parameters, particularly utilizing `resolveConfiguredSecretInputString` for the sensitive `accessKey`, ensuring that credentials are handled via the host environment's secret management mechanism. All registered tools (e.g., `openbrain_recall`, `openbrain_writeback`) are strictly related to memory operations and do not expose file system access or command execution capabilities. This is a secure and functional implementation of an external API client plugin.
