htx/technical-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 8, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation section in
SKILL.mdprovides a command to download and execute a shell script directly from GitHub:curl -fsSL https://github.com/htx-exchange/htx-skills-hub/releases/latest/download/install.sh | bash. This resource is hosted on the official GitHub organization of the skill's author ('htx-exchange'), representing a standard installation procedure for this vendor's tools. - [COMMAND_EXECUTION]: The skill documentation includes examples of executing local CLI tools like
htx-cliandjqto fetch and process market data, as well as running local Python scripts to perform calculations. These operations are intended for local data processing. - [SAFE]: Comprehensive analysis of the Python scripts (
scripts/indicators.py,scripts/cycle.py,scripts/patterns.py) shows they rely on standard mathematical and data analysis libraries (numpy,pandas). The code performs local computations on provided JSON data and lacks any suspicious network operations, credential harvesting, or dynamic code execution patterns.
Audit Metadata