hyperliquid
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a legitimate technical reference and provides documentation for the Hyperliquid ecosystem. No malicious patterns, obfuscation, or unauthorized access attempts were identified.
- [CREDENTIALS_SAFE]: All code examples correctly utilize environment variables (e.g.,
process.env.DWELLIR_API_KEY,os.environ["PRIVATE_KEY"]) or placeholders (e.g.,{API_KEY}) for authentication, preventing accidental exposure of sensitive keys. - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known libraries and SDKs (ethers.js, viem, grpc, hyperliquid-python-sdk) and official service endpoints (dwellir.com, hyperliquid.xyz) that are consistent with its stated purpose.
- [COMMAND_EXECUTION]: No dangerous shell commands or unauthorized subprocess executions were detected. The installation instruction uses the standard Agent Skills ecosystem command (
npx skills add).
Audit Metadata