Agentic Lending EVK Readonly

PassAudited by VirusTotal on May 7, 2026.

Overview

Type: OpenClaw Skill Name: agentic-lending-evk-readonly Version: 0.1.0 The skill bundle is a read-only planning and verification tool for EVK-based lending markets (Euler/Api3). The instructions in SKILL.md and the documentation in the references directory consistently emphasize safety, dry-runs, and planning-only modes, explicitly forbidding the agent from performing live transactions, using signers, or automating external write paths. The provided JSON examples use placeholders for sensitive environment variables and addresses, and the command structures are aligned with the stated purpose of market analysis and deployment readiness assessment.

Findings (0)

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.

What this means

If a user or agent ignores the read-only limits, these workflows could touch financially sensitive crypto operations.

Why it was flagged

The skill references funding and deployment-related tool paths, but it also explicitly restricts them to inspection, dry-run, or handoff use and forbids real sends.

Skill content
`purchase-inputs` or `prepare-buy-subscription` ... `deploy-evk-market` only for dry-run or readiness inspection ... Never cross the line from readiness assessment into real-send execution.
Recommendation

Use only planning or dry-run modes, keep `send`/`broadcast` disabled, and require explicit human review before any separate live-capable workflow.

What this means

Running those commands executes local code that was not included in this review.

Why it was flagged

The skill is instruction-only, but its documented workflow involves running local Node CLI scripts from a repo outside the submitted artifact set.

Skill content
node ./bin/part2-planner.js run-evk-workflow --input-file ./request.run-evk-workflow.json
Recommendation

Only run the commands from a trusted, reviewed repo checkout, and inspect the generated input files and dry-run settings first.

What this means

Wallet addresses and signer configuration names can reveal account context and could become risky if reused in a live executor.

Why it was flagged

The skill may ask for wallet-related identifiers and a signer environment variable name for planning a later live proof, although it does not ask for private keys or execute live sends itself.

Skill content
Required inputs ... `accountAddress`, `signerEnvName` for a later live-capable workflow ... `operatorAck`
Recommendation

Do not provide private keys or secret values to this skill; keep signer environment variables local and use any live workflow only after separate review.

What this means

The reviewed artifacts look read-only, but the behavior of the referenced local scripts depends on code outside this package.

Why it was flagged

The package itself contains only instructions and references; the actual repo commands it describes are not present, so their implementation provenance cannot be verified from these artifacts.

Skill content
Source: unknown; Homepage: none; No code files present — this is an instruction-only skill.
Recommendation

Confirm the source and contents of the external repo or installed sibling skill before executing any referenced script.