Image Processor
v2.0.3Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Image Processor concepts, best practices, and implementation patt...
⭐ 0· 236·1 current·1 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 (reference devtools material) match the provided assets: an instruction SKILL.md and a small shell script that prints documentation. There are no surprising required env vars, binaries, or config paths. Minor note: the script's internal VERSION variable (2.0.2) differs from the declared skill version (2.0.3) which looks like a benign metadata mismatch.
Instruction Scope
SKILL.md explicitly states all commands output local heredoc text and no network calls; the included scripts/script.sh only emits heredoc documentation and does not read files, access environment secrets, or call external endpoints. The script uses safe shell patterns (set -euo pipefail) and simple argument dispatch; it does not perform I/O beyond printing text.
Install Mechanism
No install specification is provided (instruction-only). No downloads, package installs, or archive extraction are present. Risk from installation is minimal.
Credentials
The skill declares and requires no environment variables, credentials, or config paths; the SKILL.md and script do not reference any secrets or external service credentials.
Persistence & Privilege
always:false and user-invocable:true (defaults) — the skill does not request permanent presence or elevated platform privileges and does not modify other skills or system-wide settings.
Assessment
This skill appears to be a simple, local reference tool and is coherent with its description. Before installing or running the included shell script, confirm you trust the BytesAgain source (github.com/bytesagain) and that running a small printing script on your system is acceptable. Note the minor version string mismatch inside the script (likely benign). If you need stricter assurance, inspect the script locally (it's human-readable) and run it in a sandbox or container before using it in production.Like a lobster shell, security has layers — review code before you run it.
latestvk97ezz6jc2wg4k9zyce3m2dpb583gddd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
