Cert Decode
v1.0.0Decode and inspect X.509 SSL/TLS certificates. Use when the user asks to read a certificate, parse a PEM file, check certificate expiry, inspect a TLS cert,...
⭐ 0· 101·0 current·0 all-time
byOmar Hernandez@ohernandez-dev-blossom
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (decoding X.509 certs) match the declared requirement of the openssl binary and the SKILL.md instructions; no unrelated binaries, env vars, or config paths are requested.
Instruction Scope
Instructions only describe writing/passing certificate text, reading a user-specified certificate file, or fetching a cert from a hostname via openssl s_client; they do not direct reading other system files, other env vars, or sending data to unexpected external endpoints. They do advise connecting to target hostnames on port 443, which is expected for live-certificate fetching.
Install Mechanism
No install spec (instruction-only). This is low risk; the SKILL.md merely instructs the user how to install openssl via standard package managers if missing.
Credentials
No credentials or environment variables are requested; the skill only needs the openssl binary and optional access to user-provided certificate files or hostnames—proportionate to its functionality.
Persistence & Privilege
always:false and no special privileges or persistent system modifications are requested. The skill does not attempt to modify other skills or system-wide settings.
Assessment
This skill runs local openssl commands and may open an outbound TLS connection to a hostname you provide to fetch a live cert. It does not request credentials or persist configuration. Before using it: (1) do not paste or provide private keys—only certificate (public) material; (2) be aware that providing a hostname causes a network connection to that host on port 443; (3) ensure openssl is installed from your OS package manager (brew/apt) if you follow the install hint; and (4) review the SKILL.md if you want to confirm exactly which commands will run locally.Like a lobster shell, security has layers — review code before you run it.
latestvk977z173fq7vqsrejftnk8d3a983fj4h
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binsopenssl
