Latest release: v1.0.0Download zip
Capabilities
Compatibility
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The stated purpose matches the registered tools: OpenFindBearings.OpenClaw/src/index.ts registers bearing_search, bearing_get_by_part, and bearing_hot for bearing database lookup.
Instruction Scope
Tool descriptions are scoped to user-requested bearing search, exact part lookup, or hot recommendations; no prompt override, goal hijack, persistence instruction, or autonomous side task is evident in the visible runtime code.
Install Mechanism
There is no install spec or required environment variable; package.json only shows standard build/typecheck scripts and a normal TypeBox dependency.
Credentials
OpenFindBearings.OpenClaw/src/index.ts uses `const API_BASE = "https://api.515813.xyz/api/"` and `fetch(url.toString(), ...)`, so user search terms are sent to a fixed external bearing API. This is purpose-aligned but worth noticing.
Persistence & Privilege
No credentials, tokens, local file reads/writes, shell execution, memory storage, background workers, or privilege escalation are evident in the visible main plugin code.
Assessment
This appears safe to install if you are comfortable sending bearing lookup queries to https://api.515813.xyz/api/. If you need private or internal searches, verify the endpoint configuration works as expected before use.