@1363/copy-trade
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
requestslibrary from the public PyPI registry if it is not found during execution. - [COMMAND_EXECUTION]: The
scripts/copy_engine.pyfile usesos.system()to execute shell commands for package installation. - [PROMPT_INJECTION]: The skill processes external data from the Hyperliquid API to generate and execute trading commands, creating a surface for indirect injection.
- Ingestion points: Fetches wallet positions and account state from
https://api.hyperliquid.xyz/infoinscripts/copy_engine.py. - Boundary markers: Absent; the skill relies on the structure of the JSON response from the API.
- Capability inventory: The orchestrator script (
scripts/orchestrator.py) generates parameters for sensitive trading tools includinghl_orderandhl_leverage. - Sanitization: External data values are cast to numeric types (float and int) and rounded before being incorporated into tool commands.
Audit Metadata