top-rank-tokens-sniper
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides setup instructions to download and install the onchainos CLI from its official domain (onchainos.com). This is a manual dependency installation step and is not executed automatically by the script at runtime.
- [COMMAND_EXECUTION]: The main trading logic in
ranking_sniper.pyand the safety module inrisk_check.pyinteract with the local onchainos binary usingsubprocess.run. This is the intended method for performing secure on-chain operations such as balance checks, price lookups, and swaps. - [DATA_EXFILTRATION]: The bot starts a local web server on port 3244 using Python's standard
http.servermodule. This is used to serve a dashboard for the user to monitor live trades and logs locally, and it does not transmit data to external third-party servers.
Audit Metadata