gate-exchange-unified
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill demonstrates a strong security posture with no malicious patterns detected.
- [EXTERNAL_DOWNLOADS]: Fetches the gate-cli binary from the vendor's official GitHub repository (github.com/gate/gate-cli). The installation script (setup.sh) incorporates checksum verification (sha256sum/shasum) to ensure the integrity of the downloaded binary.
- [CREDENTIALS_UNSAFE]: Follows secure credential handling practices. The instructions explicitly warn against asking the user to provide API secrets in the chat and instead rely on environment variables (GATE_API_KEY, GATE_API_SECRET) or local configuration profiles managed by the CLI tool.
- [COMMAND_EXECUTION]: Uses a local binary (gate-cli) to interact with the Gate.io API. All potentially risky operations, such as borrowing funds or changing account modes, are protected by a mandatory execution gate that requires the agent to present an 'Action Draft' and receive explicit user confirmation before proceeding.
Audit Metadata