htx/ta-master
Pass
Audited by Gen Agent Trust Hub on Jun 8, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile contains installation instructions that fetch a shell script from the author's GitHub repository and pipe it directly to the bash interpreter (curl -fsSL https://github.com/htx-exchange/htx-skills-hub/releases/latest/download/install.sh | bash). This is the primary method for deploying the skill and its dependencies. - [COMMAND_EXECUTION]: The workflow documentation includes several examples of executing shell commands and inline Python code. Specifically, it uses
python -cto process JSON market data and calculates indicators using external modules. It also executes local Python scripts likescripts/scoring.pyandscripts/cycle.pyto perform the final calculations and aggregate scores.
Audit Metadata