proxy-tool-bootstrap
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform network connectivity tests and proxy validation using terminal commands like
curlwith SOCKS5 and HTTP proxy flags. - [EXTERNAL_DOWNLOADS]: Retrieves geolocation data from
ip-api.comand proxy lists fromproxyscrape.com. Both are well-known services used for network diagnostics and testing. - [REMOTE_CODE_EXECUTION]: The skill uses a pattern where geolocation data is piped into
python3 -c. This is used as a JSON parser (usingjson.load(sys.stdin)) to extract specific fields from the API response, rather than executing arbitrary remote code or scripts downloaded from the internet.
Audit Metadata