deepbook-move
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a documentation and pattern reference for the DeepBook V3 Move API. All provided code snippets and architectural patterns are standard for Sui Move development and align with the official documentation.
- [EXTERNAL_DOWNLOADS]: The skill correctly references official resources, including documentation at
docs.sui.ioand the source repository atgithub.com/MystenLabs/deepbookv3. It also suggests the use of a specialized Sui documentation MCP server atsui.mcp.kapa.ai, which is an established service for the Sui ecosystem. - [REMOTE_CODE_EXECUTION]: The instruction for adding a Move dependency using
deepbook = { mvr = "@deepbook/core" }uses the Sui Move Version Registry (MVR). This is the standard, secure way to include the official DeepBook core package in Move projects.
Audit Metadata