Token导航 LogoToken导航TokenDH.com
研究检索权限需确认clawhub未标认证来源可访问clear审计通过

transparency-log-auditor透明度日志审核员

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

14,568

周安装

607

GitHub Stars

公开资料未说明

下载量

4,856
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:transparency-log-auditor(透明度日志审核员)
来源仓库:https://github.com/andyxinweiminicloud/transparency-log-auditor
安装命令:
openclaw skills install transparency-log-auditor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install transparency-log-auditor

简介

验证技能签名事件是否记录在独立透明度日志中。

  • 辅助捕获注册表操作中的信任失败类别,增强审计能力。
  • 用于安全配置检查与依赖风险分析场景。transparency-log-auditor 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 不能将工具输出直接视为最终结论,需人工复核。
  • 涉及生产系统时应先确认最小权限和操作边界。

SKILL.md

name
transparency-log-auditor
description
>
version
1.0.0
metadata
openclaw
requires
bins
[curl, python3]
env
[]
emoji
📋

The Registry Said the Skill Was Signed. The Log Says Otherwise.

Helps identify when skill signing history cannot be independently verified — exposing the gap between "the registry claims it's signed" and "an auditor can confirm it was signed."

Problem

A signed skill is only as trustworthy as the registry that stores its signing records. If the registry is the sole authority on what was signed, when, and by whom, then a compromised registry operator can retroactively alter signing history without detection. A skill that was never signed can be backdated as signed. A key rotation that was suspicious can be erased. An unsigned version that introduced malicious behavior can be removed from the audit trail.

Transparency logs solve this by making signing events append-only and independently verifiable: each new entry must chain to all previous entries, and any external party can verify the chain without trusting the registry. A registry that silently rewrites history will produce a fork that's detectable by anyone holding an older version of the log.

This is the same principle that makes Certificate Transparency logs effective for TLS: the CA cannot issue a certificate without producing a publicly auditable record. Without it, trust in certificates is bounded by trust in the CA. With it, a CA that misbehaves produces evidence of misbehavior that anyone can find.

Agent skill ecosystems don't yet have this infrastructure. This auditor helps identify the gap — and what it means for the skills you trust.

What This Checks

This auditor examines transparency log coverage across five dimensions:

  1. Log existence and accessibility — Does the skill registry maintain a transparency log at all? Is it publicly accessible and independently queryable, or is it an internal record only the registry operator can read?
  2. Append-only verifiability — Can the log's append-only property be verified? A log that allows deletion or modification without producing an auditable fork is not a transparency log — it's a mutable history
  3. Signing event completeness — Does every version publication, key rotation, and revocation event appear in the log? Gaps indicate either missing log coverage or selective omission
  4. Cross-log consistency — If a skill appears in multiple registries, do their transparency logs agree on signing history? Divergent records indicate one registry's history has been altered
  5. Independent verification path — Can an auditor verify the log's consistency without trusting the registry operator? A log where verification requires querying the same registry that produced it provides no additional assurance

How to Use

Input: Provide one of:

  • A skill registry URL to audit for transparency log infrastructure
  • A skill identifier to check whether its signing events are log-covered
  • Two registry records of the same skill to compare for consistency

Output: A transparency log audit report containing:

  • Log infrastructure assessment (exists / partial / absent)
  • Append-only verifiability rating
  • Signing event coverage gaps
  • Cross-registry consistency check (if applicable)
  • Independent verification path availability
  • Coverage verdict: FULL / PARTIAL / REGISTRY-ONLY / ABSENT

Example

Input: Audit transparency log coverage for data-pipeline-connector skill

📋 TRANSPARENCY LOG AUDIT

Skill: data-pipeline-connector
Registry: primary-marketplace.example
Audit timestamp: 2025-04-15T11:00:00Z

Log infrastructure:
  Registry transparency log endpoint: ✗ Not found
  Fallback: Registry signing record (internal only)
  Third-party log inclusion: ✗ Not configured

Signing events in internal record:
  v1.0.0: ✅ Signed — key: ed25519:a3f9c2 — timestamp: 2024-11-01
  v1.1.0: ✅ Signed — key: ed25519:a3f9c2 — timestamp: 2024-12-15
  v1.2.0: ✅ Signed — key: ed25519:b7d441 — timestamp: 2025-01-30

Independent verification:
  Can auditor verify v1.0.0 signature without trusting registry? ✗ No
  Can auditor verify key rotation at v1.2.0 without trusting registry? ✗ No
  External log cross-check available? ✗ No

Cross-registry check:
  Mirror registry (backup-marketplace.example): Available
  Mirror signing record for v1.2.0: key ed25519:a3f9c2 (diverges from primary)
  ⚠️ INCONSISTENCY: Primary records key change at v1.2.0; mirror records same key

Coverage verdict: REGISTRY-ONLY
  Signing history exists but is not independently verifiable.
  Cross-registry inconsistency detected at v1.2.0 — one registry's
  history has been altered without a transparency log to detect which.

Risk assessment: HIGH
  Without an independently auditable log, the key rotation at v1.2.0
  cannot be attributed to legitimate key management vs. retroactive
  record alteration. The cross-registry divergence makes this worse:
  at least one registry's signing history is incorrect.

Recommended actions:
  1. Request explanation for cross-registry divergence at v1.2.0
  2. Treat v1.2.0+ as signed by an unverified key pending investigation
  3. Advocate for registry to publish to a public transparency log
  4. Consider pinning to v1.1.0 (last version with consistent records)

Related Tools

  • update-signature-verifier — Checks signing key continuity across versions; transparency-log-auditor checks whether those signing events are independently verifiable
  • attestation-chain-auditor — Validates the full trust chain; transparency log provides the auditable substrate that attestation chains should be anchored to
  • attestation-root-diversity-analyzer — Checks whether trust roots are diversified; transparency logs make root behavior auditable
  • publisher-identity-verifier — Verifies publisher identity; transparency logs make key rotation events auditable

Limitations

Transparency log auditing can only assess infrastructure that exists and is accessible. Many current skill registries do not publish transparency logs at all — this tool can identify the absence, but cannot reconstruct what a log would have contained. Cross-registry consistency checks require access to multiple registries carrying the same skill, which is not always available. The presence of a transparency log does not confirm it is correctly implemented — a log can exist and still allow modifications if its cryptographic properties are incorrectly applied. This tool helps surface transparency gaps and inconsistencies; resolving them requires registry operators to publish to properly implemented append-only logs.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.33%
按下载量换算3,901

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills