Jwtdecode

v2.0.3

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

0· 120·0 current·0 all-time
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 (Jwtdecode reference) match the included assets: SKILL.md lists commands and the shipped script emits static reference text. No extraneous credentials, network calls, or binaries are requested.
Instruction Scope
SKILL.md states outputs are plain-text via heredoc with no external calls; the script implements exactly that. Minor inconsistencies: metadata version is 2.0.3 while the script's VERSION variable is 2.0.2, and the help heredoc is single-quoted so it will show a literal "$VERSION" rather than expanding the version—these are bugs but not malicious.
Install Mechanism
No install spec and no downloads; the skill is instruction-only with a bundled script. No high-risk install actions or external URLs are used.
Credentials
No environment variables, credentials, or config paths are requested or used by the script. The script only uses standard shell builtins and emits static text.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify system or other skills. It contains no code that writes configuration or persistent credentials.
Assessment
This skill appears to be a straightforward, local reference tool that prints static documentation. The only issues are minor bugs (mismatched version string and help text not expanding the VERSION variable). No credentials or network access are required. If you install it, review and test the script in a safe environment (it runs shell code), and consider whether you want the agent to be allowed to invoke skills autonomously (default is allowed) — although for this particular skill that risk is low.

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

latestvk97azavd5tq3gz1j09zam5ta9183hk1p

License

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

Comments