Rugpull

v1.0.0

Analyze rugpull operations. Use when you need to understand rugpull mechanisms, evaluate protocol security, or reference on-chain concepts.

0· 76·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (analyze rugpulls) matches the included script and SKILL.md: both implement a local CLI for adding, listing, searching, exporting, and configuring entries about rugpulls.
Instruction Scope
SKILL.md instructs invoking scripts/script.sh with specific commands; the script's actions are limited to local data management (reading/writing files under DATA_DIR) and printing stats, with no instructions to read unrelated system files or transmit data externally.
Install Mechanism
No install spec. The skill is instruction-plus-script only; the script is included in the bundle and will run locally when invoked. No downloads or installer actions are present.
Credentials
No required environment variables, credentials, or config paths are declared. The only configurable item is RUGPULL_DIR (DATA_DIR), which is appropriate for a local data tool.
Persistence & Privilege
Skill is not always-enabled, does not request system-wide changes, and only persists data under its own data directory; autonomous invocation is allowed by platform default but not combined with other high-risk behaviors.
Assessment
This skill appears to be a local CLI for keeping and querying notes about rugpulls and is coherent with its description. Before installing, review that you are comfortable the tool will create and modify files under ~/.rugpull (or RUGPULL_DIR if set) and that entries are stored as plaintext JSONL and config.txt. The included script contains no network calls or credential access. If you plan to let an autonomous agent invoke the skill, be aware it can read/write the skill's data directory and remove entries; otherwise there are no broad privileges requested. If you have sensitive data, don't store it in the skill's data directory. If you want extra assurance, open scripts/script.sh locally to inspect it (it is included) before running.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d6y3n8dc9hx9y484cz1sbfs83bf1f

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments