← 返回 Skills 市场
kleberbaum

pandora

作者 kleberbaum · GitHub ↗ · v0.1.0
linux ⚠ suspicious
687
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pandora
功能描述
Pandora namespace for Netsnek e.U. secrets and configuration management vault. Securely stores API keys, database credentials, and environment configs with v...
安全使用建议
Do not use this skill to store real secrets. The documentation describes vault behavior (encryption, rotation, KMS, returning secret values) but the included script only prints which mode was requested and does not implement storage, encryption, or network/back-end integration. Before installing or using: (1) ask the author for the full implementation and provenance (homepage, repo); (2) review and validate the actual code that will read/write secrets and any network calls; (3) require explicit documentation of encryption algorithms, key management, and required credentials; (4) if you must test, do so in an isolated environment with dummy secrets only; (5) prefer well-known, audited vault solutions for production secrets. If the author provides a real implementation, re-evaluate to ensure required env vars and backend access are appropriate and proportional.
功能分析
Type: OpenClaw Skill Name: pandora Version: 0.1.0 The skill is suspicious due to a significant potential shell injection vulnerability. The `SKILL.md` instructs the AI agent to execute `scripts/vault-ops.sh` with user-controlled `--key` and `--value` arguments, and the skill explicitly requests `exec` permissions. While the `scripts/vault-ops.sh` file is currently an incomplete stub that does not process these arguments, the intended design of passing unsanitized user input directly to a shell script with execution privileges creates a high-risk pattern for shell injection if the script were fully implemented.
能力评估
Purpose & Capability
The name/description advertise a full-featured secrets vault (encryption at rest/in transit, backends such as KMS or remote vault, rotation, access control). The package contains only an instruction file and a tiny script that only echoes which mode was requested; there is no code to encrypt, persist, rotate, list keys, integrate with KMS, or enforce access control. The claimed capabilities would legitimately require additional code, credentials, or config that are not present.
Instruction Scope
SKILL.md tells users to run scripts/vault-ops.sh to store/rotate/list secrets and describes behavior such as prompting for secret values, reading stdin, and returning rotated values. The shipped script does not implement these behaviors — it only parses flags and prints mode messages. The instructions therefore promise actions that the runtime does not perform, which is misleading and could lead users to believe secrets are being managed when they are not.
Install Mechanism
There is no install spec and this is instruction-only with a small script file. That is low-risk from an installation perspective — nothing is downloaded or extracted from external URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to what is actually shipped (a no-op script). However, given the declared purpose (KMS/backends, production vault), one would normally expect credentials or configuration requirements; the absence is another sign of incompleteness or misrepresentation.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It requests exec permission in metadata so it can run the provided script; this is reasonable for a script-driven skill. There is no evidence it persists credentials, modifies other skills, or requests system-wide privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pandora
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pandora 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: reserved pandora namespace for Netsnek e.U.
元数据
Slug pandora
版本 0.1.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

pandora 是什么?

Pandora namespace for Netsnek e.U. secrets and configuration management vault. Securely stores API keys, database credentials, and environment configs with v... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 687 次。

如何安装 pandora?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pandora」即可一键安装,无需额外配置。

pandora 是免费的吗?

是的,pandora 完全免费(开源免费),可自由下载、安装和使用。

pandora 支持哪些平台?

pandora 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux)。

谁开发了 pandora?

由 kleberbaum(@kleberbaum)开发并维护,当前版本 v0.1.0。

💬 留言讨论