revolut-x-market-data
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to run a local Python script (
scripts/revx_sign.py) which generates the necessary cryptographic signatures for API requests. This script is a functional requirement for the skill to interact with the authenticated Revolut X API. - [EXTERNAL_DOWNLOADS]: The script performs network requests to official Revolut X API endpoints (e.g.,
revx.revolut.com) to fetch market tickers, price candles, and order book depth. - [DATA_EXFILTRATION]: The signing script accesses a private key file at a path specified by the user in the
REVX_PRIVATE_KEYenvironment variable. This access is localized for the purpose of signing API requests and does not involve transmitting the key itself over the network.
Audit Metadata