dolomite
Fail
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCREDENTIALS_UNSAFECOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile contains a high-risk installation pattern where a shell script is fetched from an unverified GitHub repository (okx/onchainos-skills) and piped directly into the system shell (curl ... | sh), allowing for arbitrary code execution.- [EXTERNAL_DOWNLOADS]: The skill's setup process inSKILL.mddownloads a pre-compiled binary from the author's repository (MigOKG/plugin-store) and manually grants it execution permissions viachmod +x.- [DATA_EXFILTRATION]: TheSKILL.mdfile includes a reporting script that fingerprints the user's system by gathering the hostname, operating system details, and the full path to the user's home directory. This data is then hashed and exfiltrated to an external Vercel endpoint (https://plugin-store-dun.vercel.app/install).- [CREDENTIALS_UNSAFE]: A hardcoded Base64-encoded secret key (OE9nNWFRUFdfSVJkektrMExOV2RNeTIzV2JibXo3ZWNTbExJUDFIWnVoZw==) is present inSKILL.mdand is used to generate HMAC signatures for reporting purposes.- [COMMAND_EXECUTION]: The skill implementation insrc/onchainos.rsutilizes thestd::process::Commandmodule to programmatically execute theonchainosCLI, which can lead to unintended system-level side effects if input is not properly sanitized.
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