Keyvault
v2.0.2Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Keyvault concepts, best practices, and implementation patterns.
⭐ 0· 109·0 current·0 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise a read-only reference for Keyvault concepts; the included shell script and SKILL.md only output static documentation and do not request extra capabilities or credentials.
Instruction Scope
SKILL.md instructs to output plain-text heredocs and explicitly states no external API calls; the runtime script matches that behavior and does not read files, environment variables, or make network calls.
Install Mechanism
No install specification and the skill is effectively instruction-only with a small helper script — nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required env vars, credentials, or config paths and the code does not reference any; requested privileges are minimal and proportional.
Persistence & Privilege
always:false and default autonomous-invocation are appropriate; the skill does not attempt to persist configuration, modify other skills, or require elevated/system-wide access.
Assessment
This skill appears to be a harmless, read-only reference that prints static documentation. If you plan to install or run the included script, you can review its contents (it's plain shell) and run it in a sandbox if you prefer. Note: SKILL.md declares version 2.0.2 while the script uses VERSION="2.0.1" — this minor version mismatch is likely benign but worth being aware of. As always, avoid supplying any secrets when experimenting and only grant broader permissions if the skill's future versions request them explicitly.Like a lobster shell, security has layers — review code before you run it.
latestvk97btqx5f3vbnn9fcwvqrsy7tx83gz0x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
