Real Skill packageSource verifiedClawHub registry

release-gate-audit

发布前放行门禁:判定一个产物能否公开发布。与常规密钥扫描器的根本区别是判定对象——它以 git 已追踪内容 + 全部提交历史构成的「公开面」为准,而不是 ls 看到的工作目录,因此既不会把本地文件误报成泄露,也不会漏掉当前已删除但仍存在于旧 commit 中的凭证。四类威胁分离处置(凭证需吊销 / 雇主内部信息需泛化 / PII 兼可移植性缺陷 / 本地专属产物需停止追踪),并提供整改闭环的机器验证(前后报告对比 + 历史残留核查 + 强制吊销清单),避免『我觉得修好了』。内部词表一律外部注入,工具自身可开源。适用场景:开源仓库首次公开、分享 skill/文章/demo/slide、代码外发、合规审查、发版前放行、以及排查『内部信息是否泄露到公开产物』。

Identity and source

Publisher attribution腾讯开源registry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 55% rule confidence
Package forminstruction with code10 recorded files
Canonical sourceClawHub registryclawhub:tencent-adm:release-gate-audit
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/18/2026.claude/skills/release-gate-audit

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/18/2026.agents/skills/release-gate-audit

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/18/2026skills/release-gate-audit

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @tencent-adm/release-gate-audit
clawhub inspect @tencent-adm/release-gate-audit --version 1.0.1

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
partial text content
Files
9 / 10 inspected as text
Checked
8/18/2026, 1:13:53 PM
Scanner
0.1.3
Policy
1.0.3
5 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
2 dependency and API indicators
  • api: clawhub.ai
  • api: www.w3.org
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/18/2026, 11:32:37 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:4c267f0ce0448b894d6d08f99333eae00dbd91b72057135e8e46ff0994b5cec9
Show up to 10 recorded paths
  • assets/logo.png
  • assets/logo.svg
  • assets/org-terms.txt
  • assets/self-audit-baseline.json
  • references/false-positive-playbook.md
  • references/threat-categories.md
  • scripts/release_gate.py
  • scripts/verify_remediation.py
  • skill-card.md
  • SKILL.md

Source changelog

release-gate-audit v1.0.1 - Initial public release of the release-gate-audit skill. - Audits the "public face" of a product (tracked files + all git history) before release, rather than just scanning the working directory. - Separately handles four risk categories (credentials for revocation, org-internal info for generalization, PII/portability issues, and local-only products to stop tracking). - Provides machine-verifiable remediation workflow (report comparison, residual history check, mandatory revocation list). - Completely open source and requires no external dependencies or packages; organization-specific keywords are externally injected. - Suitable for open-sourcing, pre-release compliance checks, sharing code/products, and internal information leak audits.