Polymarket Verify
v1.0.0Verify Polymarket MR-V4 trading system deployment health. Use when asked to check trader processes, verify deployment, audit 韭菜王's changes, or after any stra...
⭐ 0· 59·1 current·1 all-time
byBobby@bobbyw1028
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description match the actual behavior: the script checks processes, lock files, config, logs, and a PID file to verify a local MR-V4 deployment. The checks (ps, lsof, config.json, trades.jsonl, collector.pid) are coherent with verifying deployment health.
Instruction Scope
SKILL.md instructs running a local script at an absolute user-specific path (/Users/0xbobby/...). The script reads local files and process metadata (uses ps, lsof, stat, python3, kill -0) which is expected for this purpose. It does not perform network calls or exfiltrate data, but it does access potentially sensitive local config/log files and process information.
Install Mechanism
Instruction-only skill with a bundled script and no install spec. Nothing is downloaded or written by an installer, so install risk is minimal.
Credentials
No environment variables or credentials are requested. However the script assumes access to the user's workspace path and standard system tooling (lsof, ps, python3, flock/stat utilities). It also reads config.json, logs, and a collector.pid — access to these local files is necessary for the checks but may expose sensitive deployment data.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide configs. It only reads local state and exits with a non-zero code on failures.
Assessment
This skill appears to do exactly what it says: run a local health-check script for the MR-V4 deployment. Before installing or running it, be aware that it will read local deployment files (config.json, logs, lock and pid files) and query process state (ps, lsof). It does not request credentials or call external services, but those local files can contain sensitive data — review the script yourself and confirm the BASE path matches your environment (the SKILL.md and script use a hardcoded /Users/0xbobby/... path). If you intend to run this on a different host/user, update BASE or run it in a safe/test environment first. If you don't trust the origin, inspect the script for any modifications before execution.Like a lobster shell, security has layers — review code before you run it.
latestvk976t525nwp550988ys33d48jd83t2h5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
