Flashloan

v1.0.0

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

0· 80·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 claim to help analyze flashloan operations; the included script implements a local journal/entry system (add, list, search, export, stats, config) for storing analysis notes. The requested artifacts (no credentials, optional FLASHLOAN_DIR) match that purpose.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands. The script only reads/writes files under its DATA_DIR (default ~/.flashloan), manipulates local JSONL/config text, and does not access other system config, environment secrets, or external network endpoints.
Install Mechanism
There is no install spec and the script is bundled with the skill. No external downloads or package installs are performed, so nothing arbitrary is written to disk beyond the included script and its local data files.
Credentials
No required environment variables or credentials are declared; the script optionally respects FLASHLOAN_DIR to change the local data directory, which is appropriate for a local storage tool. There are no requests for unrelated secrets.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skills or system-wide settings. It persists only its own data under the configured data directory.
Assessment
This skill is essentially a local note/journal CLI for flashloan analysis that stores entries under ~/.flashloan by default. It's coherent and low-risk: it does not make network calls or ask for credentials. Before installing, you may (1) inspect scripts/script.sh yourself (already included) to confirm behavior, (2) avoid recording secrets into entries, and (3) optionally set FLASHLOAN_DIR to a sandbox directory to control where data is written. If you plan to allow autonomous agent invocation, note the agent will be able to execute the bundled script which will read/write the specified data directory.

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

latestvk973hk4cka3gbgbedxc723h1gn83afmq

License

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

Comments