openserv-client
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and examples for the official @openserv-labs/client package, which is the primary tool for interacting with the OpenServ platform.
- [CREDENTIALS_UNSAFE]: The skill manages sensitive credentials, including WALLET_PRIVATE_KEY and OPENSERV_API_KEY, by reading from and writing to local files (.env and .openserv.json). This behavior is documented as the standard authentication and state management flow for the platform's automated setup process.
- [DATA_EXFILTRATION]: Network operations are performed against official vendor infrastructure, specifically api.openserv.ai and platform.openserv.ai, for agent registration, workflow management, and blockchain-based identity services. These communications are necessary for the skill's intended purpose.
- [EXTERNAL_DOWNLOADS]: The skill references official dependencies from the @openserv-labs namespace on the public NPM registry.
- [COMMAND_EXECUTION]: Example scripts demonstrate the use of standard Node.js development tools, such as npx tsx, to run local agent logic and administrative cleanup tasks.
Audit Metadata