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.py to perform HTTP GET requests to public Revolut X endpoints. The script uses argparse to safely handle the API path and HTTP method, reducing risk of command injection from malformed inputs.
  • [EXTERNAL_DOWNLOADS]: The revx_request.py script requires the httpx library. It includes a clear error message instructing the user to install it via pip if 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 the REVX_BASE_URL environment variable, which is a common configuration pattern.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 9, 2026, 09:10 PM