@1391/hl-copy-trader
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses Python scripts (
setup.py,sync.py,weekly_report.py) to interact with the Hyperliquid API through a provided client. These scripts execute standard financial operations (placing orders, cancelling orders, fetching account states) required for the skill's stated purpose of copy trading. - [SAFE]: The skill requires the user to load a
wallet-policybefore execution, which is a security best practice to ensure the agent cannot export private keys while allowing trade signing. - [SAFE]: Financial operations are protected by a user confirmation step during initialization, where a detailed summary of the target trader and risk parameters is displayed for user approval.
- [SAFE]: The skill implements a 'Risk Stop' mechanism in
sync.pythat automatically closes positions and pauses operations if the account value falls below a user-defined threshold.
Audit Metadata