Encrypt
v2.0.5Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Encrypt concepts, best practices, and implementation patterns.
⭐ 0· 303·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description indicate a local reference for 'Encrypt' concepts; included files (SKILL.md and scripts/script.sh) only emit plain-text documentation. No additional credentials, binaries, or external services are required, which aligns with the stated purpose.
Instruction Scope
Runtime instructions and the shell script only print documentation (heredocs) and handle CLI args. SKILL.md explicitly states 'No API keys or credentials required' and the script does not perform network calls or read files/env vars. Minor inconsistencies: SKILL.md quickstart mentions 'Required tools and access credentials' (likely generic wording) and there are version mismatches between registry (2.0.5), SKILL.md (2.0.4) and the script VERSION (2.0.3). These are quality issues but not security-critical.
Install Mechanism
No install specification (instruction-only plus a simple script). Nothing is downloaded or extracted; the risk from installation is minimal.
Credentials
The skill requests no environment variables, no credentials, and references no config paths. The declared requirements are minimal and proportionate to a documentation/reference tool.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify system/other-skill configurations. Normal autonomous invocation is allowed by default but not combined with any broad privileges here.
Assessment
This skill is a local reference that only prints documentation from a shell script and does not access the network or secrets. It appears safe and coherent with its description. Before using: (1) note the small version mismatches between the registry, SKILL.md, and the script — verify you have the intended version if that matters; (2) if you run the included shell script on production or restricted hosts, review the script (it only prints text) and run it with least privilege; (3) if you expected a skill that integrates with external services, be aware this one does not require or use any API keys or network access. Overall: fine to install for local reference, but fix/document the version drift and ambiguous quickstart wording for clarity.Like a lobster shell, security has layers — review code before you run it.
latestvk9769ee4fgpzywcnxgaarspdpx83h5fr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
