AIOZ Storage Skill
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The skill facilitates the deployment of websites to AIOZ Storage but requires the AI agent to handle highly sensitive credentials, including account passwords and 12-word BIP39 seed phrases. While the provided logic in `grant-cli.ts` appears to be a legitimate implementation of AIOZ's client-side grant generation (using Argon2 and Macaroons), the practice of inputting raw seed phrases into an AI prompt is a high-risk behavior. The script `grant-cli.ts` also employs monkey-patching of the global `fetch` function to load WASM modules, which is a common but risky technique. No explicit evidence of data exfiltration to non-AIOZ domains was found.
