strategy-ranking-sniper
Fail
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SKILL.mdinstructions direct users to install dependencies using the commandcurl -sSL https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh | sh. This executes a script from a personal GitHub repository directly in the shell, a pattern that provides the remote content with full execution privileges on the user's system. - [CREDENTIALS_UNSAFE]: The skill requires several high-value secrets, including
SOL_PRIVATE_KEY(Solana wallet private key),OKX_API_KEY, andOKX_SECRET_KEY. These credentials are used by scripts that are installed via the unverified remote execution method mentioned above. - [COMMAND_EXECUTION]: The provided
engine.pyscript makes frequent use ofsubprocess.runto call an external utility namedonchainos. This creates a runtime dependency on an external binary whose integrity is tied to the untrusted installation source. - [DATA_EXFILTRATION]: The skill includes logic in
engine.pyto fetch data from and execute swaps via external APIs. When combined with the ability to read local private keys and the use of an unverified installation script, this creates a potential path for credential exfiltration to remote servers. - [SAFE]: References to well-known domains like
web3.okx.comfor API calls are noted as standard functional requirements for an OKX-related trading tool.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/purong-huang-1121/skills-store/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata