Sandwich

v1.0.0

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

0· 84·0 current·0 all-time
byBytesAgain2@ckchzh
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 (analyzing sandwich operations) align with the included script and commands (add, list, search, export, stats, config). There are no unrelated environment variables or external services requested.
Instruction Scope
SKILL.md instructs the agent to run the packaged scripts/script.sh commands only. The script reads/writes a data directory (default ~/.sandwich) and config file and does not read other system files or transmit data externally.
Install Mechanism
No install spec (instruction-only). The bundle includes a single Bash script that will be executed; no network downloads or archive extraction occur during install.
Credentials
No credentials or required env vars are declared. The script respects an optional SANDWICH_DIR environment variable to change its data directory—this is appropriate and proportional.
Persistence & Privilege
always:false (default) and the skill does not modify other skills or system-wide settings. It creates and manages files under its own data directory only.
Assessment
This skill appears to be a simple local CLI note/record tool for sandwich analysis and does not contact external services or request secrets. Before installing, review the included scripts/script.sh (it will create ~/.sandwich by default and store data in plaintext), ensure you are comfortable executing a shell script in your environment, and avoid adding sensitive secrets or private keys into entries because data is stored unencrypted. Also note the script uses common Unix utilities (grep, sed, tail, wc, du, date); on non-Unix platforms or limited sandboxes some commands may behave differently or be unavailable.

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

latestvk9713sq2ttskv7rt7jse88zzth83b3fv

License

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

Comments