Gasless
v1.0.0Analyze gasless operations. Use when you need to understand gasless mechanisms, evaluate protocol security, or reference on-chain concepts.
⭐ 0· 84·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 match the included script and commands. The script implements add/list/search/remove/export/stats/config functionality for a local data store (~/.gasless or GASLESS_DIR) which is coherent with 'Analyze gasless operations' as a local note/analysis tool.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands; the script only reads/writes files under the configured DATA_DIR and does not access unrelated system paths, hidden credentials, or external endpoints. It uses standard shell utilities (grep/sed/date/tail) — all within the expected scope.
Install Mechanism
No install spec is present (instruction-only behavior). The only shipped code is a single shell script that will be executed; nothing is downloaded or written elsewhere by an installer.
Credentials
The skill declares no required environment variables or credentials; it supports an optional GASLESS_DIR to override the data directory, which is proportional and documented. No unexpected secrets or external service credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It stores its own data/config under $HOME/.gasless (or GASLESS_DIR), which is appropriate for its functionality.
Assessment
This skill is a local CLI-style note/analysis tool that stores plain-text data under ~/.gasless (or the GASLESS_DIR you set). Before installing or running: (1) be aware any entries you add will be stored unencrypted and exported files (gasless-export.json/csv) will be created in your working directory; avoid adding sensitive secrets or private keys to entries; (2) the script performs simple text parsing (grep/sed) and is brittle but not networked — review the script if you need absolute assurance; (3) if you prefer isolation, run it in a limited account or container; (4) the script does not request credentials and does not contact external services.Like a lobster shell, security has layers — review code before you run it.
latestvk9749zehfff48xe9jwywh3ryhd83abm5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
