@1391/hl-copy-trader
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts to perform trading operations and manage state. These scripts are executed by the agent to perform the skill's primary functions (setup and recurring sync).
- [REMOTE_CODE_EXECUTION]: The skill interacts with the Hyperliquid API through a dedicated client. While it fetches external data (trader positions and orders), this data is treated as parameters for trading logic rather than executable code.
- [DATA_EXPOSURE]: The skill stores trading state, including scaled capital and order mappings, in a local
state.jsonfile. This is standard persistence for an automation task and does not include sensitive credentials (it relies on the environment'sHyperliquidClient).
Audit Metadata