skills/robomotionio/skills/xurl/Gen Agent Trust Hub

xurl

Fail

Audited by Gen Agent Trust Hub on Jun 21, 2026

Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The installation instructions provide a command to download and execute a script from 'https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh' by piping it directly to 'bash'. This execution method is inherently dangerous as it runs remote code with local user privileges.
  • [EXTERNAL_DOWNLOADS]: The skill requires downloading external assets from GitHub, npm (@xdevplatform/xurl), and Go package registries.
  • [COMMAND_EXECUTION]: The skill is primarily a wrapper for the 'xurl' CLI tool, allowing the agent to perform sensitive actions such as posting, deleting content, and sending direct messages on the user's behalf.
  • [CREDENTIALS_UNSAFE]: The skill manages and references the '~/.xurl' file, which stores sensitive OAuth tokens and API credentials. Accessing or interacting with this file path poses a risk of credential exposure.
  • [PROMPT_INJECTION]: The skill retrieves arbitrary content from X (tweets, DMs, search results), creating a surface for indirect prompt injection.
  • Ingestion points: Data is pulled from the X API through commands like 'xurl read' and 'xurl search'.
  • Boundary markers: The instructions do not define delimiters to separate untrusted API content from system instructions.
  • Capability inventory: The agent can perform impactful write operations (posting, messaging) based on the ingested data.
  • Sanitization: There is no documented mechanism to sanitize or validate the content fetched from the API before the agent processes it.
Recommendations
  • HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh - DO NOT USE without thorough review
  • AI detected serious security threats
Audit Metadata
Risk Level
HIGH
Analyzed
Jun 21, 2026, 04:00 PM
Security Audit — agent-trust-hub — xurl