raisindb-overview
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references the installation of the
@raisindb/clientNode.js package, which is the official SDK for the RaisinDB ecosystem described in the skill. - [COMMAND_EXECUTION]: The skill instructs developers to use standard build and validation commands such as
npm run validate,npm run deploy, and theraisindbCLI. These are standard development workflows for the described framework. - [CREDENTIALS_UNSAFE]: The skill correctly advises users to store sensitive configuration like repository names and server URLs in
.envfiles rather than hardcoding them, which is a security best practice. - [DATA_EXFILTRATION]: While the skill describes network operations (WebSocket and HTTP connections to a RaisinDB server), these are essential for the primary purpose of connecting a frontend to the database and do not involve unauthorized data transmission.
- [PROMPT_INJECTION]: The skill uses instructional emphasis (e.g., 'MANDATORY', 'Never skip') to ensure developers follow critical validation steps, but these do not attempt to override the AI agent's underlying safety guidelines.
Audit Metadata