Base64 Encode

v1.0.0

Encode or decode text using Base64, URL percent-encoding, or HTML entities. Use when the user asks to encode, decode, base64 encode, base64 decode, URL encod...

0· 100·2 current·2 all-time
byOmar Hernandez@ohernandez-dev-blossom
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 and description match the actual requirements and behavior: a simple encoder/decoder that needs no binaries, env vars, or installs.
Instruction Scope
SKILL.md confines actions to client-side string transformations (Base64, percent-encoding, HTML entities) and explicitly states no external calls. It references browser JS helpers (btoa/atob/encodeURIComponent/decodeURIComponent/escape/unescape), which is fine for specification but may require different implementations in non-browser runtimes; this is a compatibility note rather than a security concern.
Install Mechanism
No install spec and no code files — instruction-only skill, so nothing is downloaded or written to disk.
Credentials
Requires no environment variables, credentials, or config paths. The requested surface is minimal and appropriate for the described functionality.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills or agent-wide settings.
Assessment
This skill appears to do exactly what it says: only text encoding/decoding with no external calls or credentials. Consider: (1) the SKILL.md uses browser JS functions as examples — in a non-browser agent those should be implemented equivalently to preserve correct UTF-8 handling; (2) the skill warns it cannot handle raw binary file uploads — use a file-capable tool for binary data; and (3) autonomous invocation by agents is allowed by default on the platform, but given this skill's limited scope that is low risk. If you need file/binary support or URL-safe Base64 variants, confirm the implementation details before relying on it.

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

latestvk972dz9bqjedn2zyy4tbrhv7pd83debf

License

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

Comments