sui-build
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute standard developer commands such as
sui move buildandsui move testfor compiling and validating Move code. - [EXTERNAL_DOWNLOADS]: The skill utilizes
suiup install move-analyzer, which is the official installer for the Move language server. It also references an MCP server athttps://sui.mcp.kapa.aifor documentation retrieval, which is a recognized resource for the Sui developer ecosystem. - [DATA_EXPOSURE]: No sensitive file access or credential exposure was identified. The skill correctly instructs users to perform testing and debugging locally using
sui replayandsui::test_scenario. - [INDIRECT_PROMPT_INJECTION]: The skill processes Move source code provided by the user. While this constitutes an ingestion surface, the operations are limited to standard compiler and testing tools with no evidence of unsafe interpolation or automated execution of untrusted external content.
Audit Metadata