vertex
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Analysis of the skill instructions and provided code templates reveals no malicious behavior or security risks. The skill serves as a developer guide for the Vertex Protocol cross-chain DEX.
- [EXTERNAL_DOWNLOADS]: The skill references the official
vertex-protocolPython package and standard libraries likewebsocket-clientandpython-dotenv. These are reputable and necessary for the stated functionality. All API endpoints target officialvertexprotocol.comdomains. - [COMMAND_EXECUTION]: The provided scripts demonstrate legitimate interactions with the Vertex Protocol API, such as querying market data, placing orders, and managing positions. These actions are within the scope of the skill's purpose and are intended for the user's local execution environment.
- [CREDENTIALS_UNSAFE]: The skill correctly demonstrates best practices for credential management by using environment variables (
VERTEX_PRIVATE_KEY) anddotenvfor secret handling, rather than hardcoding sensitive information. It includes warnings about committing private keys.
Audit Metadata