← 返回 Skills 市场
Publish Guard
作者
Zakhar Pashkin
· GitHub ↗
· v1.0.4
· MIT-0
183
总下载
1
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install public-surface-review
功能描述
Publish Guard is a public ClawHub pre-release audit skill. Use it when the user says "publish guard", "release audit", "pre-release check", or wants to revie...
安全使用建议
Publish Guard appears to do what it says: it runs local Python scripts to detect leak patterns and audit public-facing docs. Before enabling or running it, consider: 1) it will read all scannable files under whatever repository path you give it (including README.md, SKILL.md, .env-like files and other text files), so do not point it at a workspace that contains unrelated secrets or private repos; 2) it does not request credentials or perform remote calls in the bundled scripts, and the code performs redaction of sensitive-looking snippets, but filenames and metadata may still appear in outputs; 3) confirm Python is available (python3 or python), and review the included scripts yourself if you have concerns; and 4) if you allow autonomous invocation, be aware the agent could run these scans without an explicit prompt — restrict invocation or test in a sandboxed workspace if you want an extra safety margin.
功能分析
Type: OpenClaw Skill
Name: public-surface-review
Version: 1.0.4
The skill bundle is a legitimate utility designed to audit repositories for sensitive information and documentation quality before public release. The included scripts (such as scan_leaks.py and scan_public_surface.py) use regular expressions to identify potential secret leaks (e.g., AWS keys, GitHub tokens) and internal documentation patterns, with the leak scanner explicitly redacting sensitive values in its output to prevent accidental exposure. There is no evidence of data exfiltration, unauthorized network access, or malicious command execution.
能力标签
能力评估
Purpose & Capability
Name/description match included artifacts: four Python scripts implement leak scanning, public-surface checks, README scoring, and audit rendering. The declared dependency (python3/python) is appropriate and proportional to the task.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python scripts against a repo root. The scripts intentionally read repository files (README.md, SKILL.md, openai.yaml, .md docs, typical text files and tracked filenames) and search for secret-shaped strings and internal-language patterns. Reading repository files is expected for an audit, but the skill will scan any file in the provided repo tree (including .env-like files) so users should not point it at a workspace containing unrelated secrets.
Install Mechanism
No install spec; this is an instruction-only skill with bundled scripts. No external downloads or package installs are requested, so there is no high-risk installation behavior.
Credentials
The skill requests no environment variables or credentials. The scripts contain regexes that recognize secret patterns (OpenAI keys, AWS keys, etc.) for detection purposes — this is appropriate to a leak scanner and does not imply the skill needs or exfiltrates secrets.
Persistence & Privilege
always is false and the skill is user-invocable. It does not modify other skills or system-wide config. Autonomous invocation is allowed (platform default) but is not combined with broad credential requests here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install public-surface-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/public-surface-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Align installed skill identity with the public ClawHub slug and update install metadata.
v1.0.3
Harden release surface and refresh skill metadata.
v1.0.2
Align repo and packaged skill licenses to MIT-0.
v1.0.1
Declare MIT license metadata to match the repo license.
v1.0.0
Initial public release.
元数据
常见问题
Publish Guard 是什么?
Publish Guard is a public ClawHub pre-release audit skill. Use it when the user says "publish guard", "release audit", "pre-release check", or wants to revie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。
如何安装 Publish Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install public-surface-review」即可一键安装,无需额外配置。
Publish Guard 是免费的吗?
是的,Publish Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Publish Guard 支持哪些平台?
Publish Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publish Guard?
由 Zakhar Pashkin(@zack-dev-cm)开发并维护,当前版本 v1.0.4。
推荐 Skills