xurl
Fail
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation instructions in
SKILL.mdrecommend the commandcurl -fsSL https://raw.githubusercontent.com/xdevplatform/xurl/main/install.sh | bash. This pattern downloads a remote script and pipes it directly into the shell for execution, which is an insecure practice that allows arbitrary code execution from a third-party source without user verification. - [EXTERNAL_DOWNLOADS]: The skill facilitates downloading code and binaries from untrusted sources, including the
install.shscript fromraw.githubusercontent.com/xdevplatform/xurl, the@xdevplatform/xurlpackage via NPM, and thegithub.com/xdevplatform/xurlrepository via Go. - [INDIRECT_PROMPT_INJECTION]: The skill processes external, untrusted data that could potentially contain malicious instructions intended to manipulate the agent's behavior.
- Ingestion points: In
SKILL.md, the commandsxurl search,xurl timeline,xurl mentions,xurl read, andxurl dmsingest external content from the X (Twitter) API. - Boundary markers: Absent. The instructions do not define delimiters or provide specific prompts to ensure the agent treats the fetched data as non-executable text.
- Capability inventory: In
SKILL.md, the skill includes high-privilege write capabilities such asxurl post,xurl reply,xurl dm,xurl follow,xurl block, and raw API access throughxurl -X. - Sanitization: Absent. The skill returns raw JSON data from the API to the agent context without applying filtering, escaping, or validation logic to sanitize potentially malicious payloads.
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