clanker-plugin
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill provides instructions for the AI agent to execute a shell-based version check and update script upon initialization.
- Evidence:
SKILL.mdcontains an "AI Agent Instruction" block with a bash script for checking updates via GitHub. - [EXTERNAL_DOWNLOADS]: Downloads project configuration, installers, and binaries from the vendor's official GitHub repositories and uses public blockchain infrastructure.
- Evidence:
SKILL.mdreferencesgithub.com/okx/plugin-store,github.com/okx/onchainos-skills, and RPC endpoints likebase-rpc.publicnode.com. - [REMOTE_CODE_EXECUTION]: Retrieves and executes a platform-specific binary and an installation script, with the script being verified against a SHA256 checksum.
- Evidence:
SKILL.mdshell blocks for binary download and onchainos installation. - [COMMAND_EXECUTION]: Utilizes shell commands and the
onchainosCLI to perform protocol operations and manage tool updates. - Evidence:
SKILL.mdpre-flight dependencies andsrc/onchainos.rswrapper functions. - [SAFE]: The skill processes external token metadata while implementing mitigations against indirect injection, including security notices and automated token scans.
- Ingestion points: Token info and positioning data from
src/api.rs,src/commands/token_info.rs, andsrc/onchainos.rs. - Boundary markers:
SKILL.mdfeatures a dedicated "Data Trust Boundary" notice to guide the agent. - Capability inventory: Invocation of blockchain contract calls and wallet commands via
onchainossubprocesses. - Sanitization: Includes address format validation in
src/commands/token_info.rsand mandatory security scans viaonchainos security token-scanbefore reward claims.
Audit Metadata