orca-dispatch-reference
Fail
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to install a tool called 'Caveman' by downloading a shell script from a remote GitHub repository and piping it directly into a shell interpreter. Specifically, it uses
curl ... | bashfor Linux/macOS andirm ... | iexfor Windows. This pattern allows the owner of the remote repository to execute arbitrary code on the user's system without prior verification.\n- [EXTERNAL_DOWNLOADS]: The skill fetches installer scripts from an external, non-authoritative source:https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.shandinstall.ps1. This introduces a dependency on a third-party account that is not verified as a trusted vendor or the skill author.\n- [COMMAND_EXECUTION]: The skill documents the use of various CLI tools (agy,kiro-cli,rtk,git) and instructs the agent to perform directory creation and file copying (mkdir,cp) within the user's home directory and application data folders.\n- [DATA_EXFILTRATION]: The skill includes instructions to interact with an external service athttps://cognee1995.coteccons.vnfor 'AgentMemory' storage and retrieval. This involves sending data (facts, decisions, context) over the network to an external server using an authorization bearer token.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/JuliusBrussee/caveman/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata