安全扫描
OpenClaw
安全
high confidenceThis is an instruction-only reference for the age encryption tool; the files and examples match the stated purpose and there are no unexpected credentials, installs, or network callbacks baked into the skill.
评估建议
This skill is a documentation/reference for the age encryption tool and appears internally consistent. Before using it: (1) review and understand any example commands that reference local private keys (~/.ssh, identity files) or cloud endpoints (aws s3, curl to GitHub) — do not run them blindly, since they can read or upload sensitive data; (2) verify you have the genuine age/rage binaries and any plugins installed from official sources before following install instructions; (3) treat the includ...详细分析 ▾
✓ 用途与能力
Name/description (age encryption reference) match the provided SKILL.md and the included script which is a text/manual-style helper. Examples reference age, keygen, SSH, sops, YubiKey and related tools — all coherent with the stated purpose.
ℹ 指令范围
The instructions include example commands that reference system paths (~/.ssh, ~/.config/age), network endpoints (curl https://github.com/username.keys), and third-party CLIs (aws s3 cp, sops). These are example usage patterns appropriate for an encryption reference, but users/agents must not run them automatically since they touch local keys, cloud storage, or external endpoints.
✓ 安装机制
No install spec is present and the skill is instruction-only (plus a script that prints documentation). Nothing is downloaded or written to disk by an installer, so install risk is low.
✓ 凭证需求
The skill declares no required environment variables or credentials. Example commands show use of existing tools/credentials (AWS CLI, ssh keys) but the skill does not request any secrets itself — this is proportionate for an encryption reference.
✓ 持久化与权限
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/25
publish v1.0.0
● Pending
安装命令
点击复制官方npx clawhub@latest install age
镜像加速npx clawhub@latest install age --registry https://cn.longxiaskill.com
技能文档
Simple, modern file encryption with age.
Commands
| Command | Description |
|---|---|
intro | Overview, philosophy, GPG comparison |
keygen | Key generation, SSH keys, management |
encrypt | Encryption operations and pipe patterns |
decrypt | Decryption and error handling |
recipes | Backups, git, team sharing, SOPS |
plugins | YubiKey, TPM, rage, passage ecosystem |
security | Threat model and security limits |