layerzero-value-transfer
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes network requests to
transfer.layerzero-api.comfor blockchain discovery and value transfer operations. These are documented as official API endpoints for the LayerZero protocol and represent the primary function of the skill. - [COMMAND_EXECUTION]: The skill uses
curlfor public discovery endpoints (/chains,/tokens), which is a standard utility for interacting with REST APIs in developer tools. - [CREDENTIALS_UNSAFE]: The skill explicitly instructs against hardcoding API keys. It leverages a platform-level proxy (
sc-proxy) viacore.http_clientto inject authentication headers, which is a secure practice for secret management. - [DATA_EXFILTRATION]: No sensitive data access or exfiltration patterns were detected. The network operations are limited to the intended API provider for facilitating financial transactions initiated by the user.
- [PROMPT_INJECTION]: The instructions are purely technical and do not contain attempts to override agent behavior or safety filters.
Audit Metadata