revolut-trading

Pass

Audited by Gen Agent Trust Hub on Feb 20, 2026

Risk Level: SAFE
Full Analysis
  • SAFE (SAFE): The skill is a legitimate API wrapper for the Revolut X Crypto Exchange. Analysis of the scripts and documentation confirms that it performs only the tasks described.
  • Data Handling (SAFE): The skill requires an API key and a private key for authentication. The Python client correctly loads these and uses them to sign requests locally. The documentation explicitly warns users to keep their private keys secret and avoid sharing them. No hardcoded credentials or exfiltration patterns were found.
  • Network Security (SAFE): Network requests are directed exclusively to the official Revolut X API endpoint (https://revx.revolut.com/api/1.0). No communication with untrusted or third-party domains was observed.
  • Code Integrity (SAFE): The provided Python script uses standard libraries (requests, cryptography) and does not employ any obfuscation, dynamic code execution, or suspicious subprocess calls.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 20, 2026, 05:44 PM