Base64

v2.0.4

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Base64 concepts, best practices, and implementation patterns.

0· 140·1 current·1 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 (Base64 reference) align with the delivered artifacts: SKILL.md provides command names and explains outputs, and scripts/script.sh implements those commands as heredoc text. There are no unrelated credentials, binaries, or external services requested.
Instruction Scope
SKILL.md explicitly states outputs are plain-text heredocs with no external API calls or network access. The shell script only emits static documentation via heredocs and does not read arbitrary files, access environment variables, or send data externally. The docs mention tools like tcpdump/wireshark as examples but do not invoke them.
Install Mechanism
No install spec is provided (instruction-only skill). A single shell script is included in the bundle; it is not downloaded at runtime and does not perform downloads or extraction. There are no URLs or installers that would write or execute external code.
Credentials
The skill declares no required environment variables or credentials and the SKILL.md and shell script do not reference environment variables beyond the local VERSION variable. There are no config paths or secret patterns requested.
Persistence & Privilege
always is false and the skill does not modify system or agent configuration. It only outputs documentation and does not persist state or install background processes.
Assessment
This skill appears to be a harmless, local Base64 reference implemented as a shell script that prints documentation. Before installing or running it: (1) review the script content (already included) to confirm you’re comfortable running a plain-text shell script; (2) note minor version inconsistencies between registry (2.0.4), SKILL.md (2.0.3) and the script (2.0.2) — a quality/maintenance issue but not a security problem; (3) because it runs shell code, avoid running untrusted skills on sensitive hosts even when they look benign. If you need network isolation, run it in a sandbox or on a dev machine.

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

latestvk979jhxvtjzabgy9p2f3wnkag183h6jv

License

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

Comments