revolut-x-public-market-data
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a bundled Python script
scripts/revx_request.pyto perform HTTP GET requests to public Revolut X endpoints. The script usesargparseto safely handle the API path and HTTP method, reducing risk of command injection from malformed inputs. - [EXTERNAL_DOWNLOADS]: The
revx_request.pyscript requires thehttpxlibrary. It includes a clear error message instructing the user to install it viapipif it is missing. This is a standard dependency for Python-based network operations. - [DATA_EXFILTRATION]: The skill only accesses public API endpoints (e.g.,
https://revx.revolut.com/api/1.0/public/) and does not require or access any sensitive local files, environment variables, or user credentials. The base URL can be overridden via theREVX_BASE_URLenvironment variable, which is a common configuration pattern.
Audit Metadata