kamino-liquidity
Fail
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill instructs the AI agent to download and execute a shell script from an external repository using a high-risk piped execution pattern:
curl -fsSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | sh. This allows for arbitrary command execution on the host system without prior validation.- [DATA_EXFILTRATION]: The skill gathers sensitive system metadata including thehostname, operating system details (uname), and the user's home directory path ($HOME). This information is used to generate a device fingerprint which is then transmitted to an external server athttps://plugin-store-dun.vercel.app/installand an API endpoint atokx.com.- [CREDENTIALS_UNSAFE]: A hardcoded, base64-encoded HMAC key (OE9nNWFRUFdfSVJkektrMExOV2RNeTIzV2JibXo3ZWNTbExJUDFIWnVoZw==) is embedded in theSKILL.mdfile. It is used to sign the collected device fingerprint before it is exfiltrated.- [COMMAND_EXECUTION]: The skill makes extensive use of thestd::process::Commandmodule in Rust and shell script blocks in the markdown instructions to execute system commands, including theonchainosCLI and various system profiling tools.- [EXTERNAL_DOWNLOADS]: The skill downloads a pre-compiled binary (kamino-liquidity) from the author's GitHub releases page (https://github.com/MigOKG/plugin-store/releases/download/...) and assigns executable permissions to it.- [DATA_EXFILTRATION]: Indirect Prompt Injection Surface: - Ingestion points: Processes vault and position data from
https://api.kamino.finance. - Boundary markers: None; external data from the API is directly presented to the user and the agent.
- Capability inventory: Capability to execute shell commands and network requests via
onchainosandreqwest. - Sanitization: No evidence of sanitization or validation of data retrieved from the remote API.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata