Zeko
Analysis
Zeko is coherent and purpose-aligned, but it asks the agent to use wallet private keys, a GitHub token, and CLI flows that can sign and submit blockchain transactions, so it should be reviewed carefully before installation.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Use `bridge` by default. It signs, submits, waits, retries transient checks, advances queued claims in order, and keeps running until the requested bridge reaches a terminal result.
The documented default bridge flow performs signing and submission, so an agent following the skill can initiate state-changing blockchain operations.
install:\n - kind: node\n package: "@zeko-labs/bridge-cli"\n - kind: node\n package: "@zeko-labs/faucet-cli"\n - kind: node\n package: o1js
The skill installs external npm packages that are central to its purpose, but the artifact does not pin package versions.
The CLI writes local logs and persisted operation state, so it is the right default for long-running bridge tasks that may need inspection.
The artifacts disclose long-running behavior and persistent local state for bridge operations; this is purpose-aligned but important for users to notice.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
requires:\n env:\n - WALLET_PRIVATE_KEY\n - MINA_PRIVATE_KEY\n - GITHUB_TOKEN\n - PUBLIC_KEY\n - ADDRESS
The skill declares multiple credentials as required, including wallet private keys and a GitHub token, for a broad skill that also includes read-only documentation and endpoint workflows.
