Sui Move

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is designed to provide a knowledge base for Sui blockchain and Move smart contract development. It achieves this by cloning official documentation from MystenLabs GitHub repositories (move-book, sui docs, awesome-move) into a local 'references' directory. The `SKILL.md` instructions guide the AI agent to search these local documents using `rg` and `grep` for answering user queries. The `setup.sh` script automates this cloning process. All actions, including `git clone` from official sources and local file searching, are directly aligned with the stated purpose and show no signs of malicious intent, data exfiltration, or prompt injection attempts against the agent.