← 返回 Skills 市场
brycexbt

Secret's Safe

作者 BryceXBT · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
366
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install secret-safe
功能描述
Secure API key and secrets management for agent skills. Use this skill whenever a task requires authenticating with an external service, reading or writing A...
安全使用建议
This is a documentation-only skill that teaches reasonable secret-handling patterns; it's coherent and low-risk. Before relying on its examples, consider a small tweak: avoid expanding secrets into command-line arguments (they can appear in process listings). Prefer injecting values into the subprocess environment (exported env) or use tools/CLI options that read secrets from stdin or environment rather than placing them in argv. If you embed these patterns in a real skill, ensure you add explicit requires.env frontmatter and avoid echoing or printing secrets anywhere.
功能分析
Type: OpenClaw Skill Name: secret-safe Version: 1.0.0 This skill bundle, 'secret-safe', is entirely dedicated to promoting and enforcing secure credential handling practices within the OpenClaw ecosystem. All files (SKILL.md, audit-checklist.md, env-injection-examples.md) provide comprehensive documentation, examples, and checklists for preventing API key and secret leaks. The instructions explicitly warn against common vulnerabilities like echoing secrets, storing them in logs, or asking users to paste them into chat. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection designed to compromise the agent or user; instead, the skill aims to educate and protect against such risks.
能力评估
Purpose & Capability
Name and description match the content: the skill is an instructional guide for secure secret handling. It declares no env requirements, no installs, and provides patterns for other skills to adopt. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md stays within its stated scope (environment injection, secrets manager wrappers, and audit checklists). It explicitly warns against pasting secrets into chat, logging secrets, or dumping env files. One small inconsistency: the 'safe curl' example uses shell variable expansion inside a header argument (MY_SERVICE_API_KEY="$MY_SERVICE_API_KEY" curl -H "Authorization: Bearer $MY_SERVICE_API_KEY" ...). Expanding secrets into command arguments can expose them via process listings on some systems (ps). The skill does elsewhere warn about positional args and set -x; overall the guidance is good but the example could be tightened to avoid potential process-argv exposure.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes install risk; nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials itself (it is a template/guide). Where it suggests requires.env entries for other skills, those are appropriate and proportional to the described integrations (OpenAI, GitHub, AWS, etc.). There are no unexplained secret or config path requests.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It only provides guidance and recommended patterns; no privileged behavior is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install secret-safe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /secret-safe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Secret-safe 1.0.0 - Introduces a comprehensive skill for secure API key and secret management in agent skills. - Provides strict rules to prevent secrets from ever appearing in LLM context, logs, or file artifacts. - Offers safe implementation patterns, including environment variable injection and secrets manager usage. - Details auditing guidance and self-checklists for skill safety reviews. - Includes reference materials for popular API workflows and security audits.
元数据
Slug secret-safe
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Secret's Safe 是什么?

Secure API key and secrets management for agent skills. Use this skill whenever a task requires authenticating with an external service, reading or writing A... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。

如何安装 Secret's Safe?

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

Secret's Safe 是免费的吗?

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

Secret's Safe 支持哪些平台?

Secret's Safe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Secret's Safe?

由 BryceXBT(@brycexbt)开发并维护,当前版本 v1.0.0。

💬 留言讨论