Mev
v1.0.0Analyze mev operations. Use when you need to understand mev mechanisms, evaluate protocol security, or reference on-chain concepts.
⭐ 0· 96·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (analyze MEV operations) match the included assets: SKILL.md calls a bundled shell script that implements add/list/search/export/stats/config operations. Nothing requests unrelated cloud credentials or external services.
Instruction Scope
Runtime instructions only invoke scripts/script.sh with specific commands. The script only reads/writes files under the configured DATA_DIR (default ~/.mev) and uses standard shell utilities (grep/sed/cat/du/wc/tail). It does not access other system config, secrets, or network endpoints.
Install Mechanism
No install spec — instruction-only with a bundled script. The script is included in the package (no downloads or external installers), so there is no high-risk network install step.
Credentials
No required environment variables or credentials. The script optionally respects MEV_DIR (documented in SKILL.md) to change the data directory; that is proportional to the functionality.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It persists data only under the user's data directory (default ~/.mev). It does not modify other skills or system-wide agent settings.
Assessment
This skill is a simple local CLI backed by scripts/script.sh that creates and manages files under ~/.mev by default (config, data.jsonl, exports). It does not contact the network or ask for credentials. Before installing: review or audit the bundled script (it's included here) if you have policy concerns; be aware data is stored in plain text JSONL in your home directory (change MEV_DIR or secure that directory if entries may include sensitive info).Like a lobster shell, security has layers — review code before you run it.
latestvk973t2ebchnm5nafyy54wmn4qs83adg5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
