Sandbox
v1.0.0Sandbox reference tool. Use when working with sandbox in sysops contexts.
⭐ 0· 124·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description (sandbox reference for sysops) matches the included content: a local CLI script that prints documentation. One minor mismatch: the registry metadata lists no required binaries, but the runtime instructions execute scripts/script.sh with a bash shebang (#!/usr/bin/env bash), so a POSIX bash interpreter is implicitly required.
Instruction Scope
SKILL.md directs the agent to run the local scripts/script.sh with a small set of read-only commands (intro, quickstart, debugging, etc.). The script only prints static documentation; it does not read other files, environment variables, or send data to external endpoints.
Install Mechanism
There is no install specification (instruction-only skill) and the only code included is a local shell script. Nothing is downloaded or extracted during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The scope of access asked-for is proportional to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not attempt to modify other skills or system-wide configuration. It contains a single local helper script and does not request elevated persistence or privileges.
Assessment
This skill appears to be a safe local reference implemented as a bash script. Before installing or running it: (1) verify you trust the bytesagain.com / GitHub source and check the repo history; (2) review scripts/script.sh yourself (it is short and only prints documentation); (3) be aware it will execute a shell script (requires bash) — don't run it as a privileged user unless you trust the source; (4) because the metadata doesn't declare 'bash' as a required binary, ensure your runtime environment provides a bash-compatible shell.Like a lobster shell, security has layers — review code before you run it.
latestvk97erz3hych76t1whhwcq622d583f1nw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
