A verification tool that ensures AI skill signing events are recorded in immutable, independently auditable transparency logs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install transparency-log-auditor
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install transparency-log-auditor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Transparency Log Auditor is a specialized tool designed to close the trust gap in AI agent ecosystems. While signed skills provide a level of security, they are often only as trustworthy as the registry hosting them. This skill audits whether signing events—such as version releases and key rotations—are recorded in a way that prevents the registry operator from silently rewriting history. By utilizing Openclaw Skills, users can verify that a skill's audit trail is append-only and cryptographically sound.
At its core, the skill empowers developers to distinguish between a registry's internal claims and externally verifiable facts. It functions similarly to Certificate Transparency logs in the TLS world, making every modification detectable by third parties. This ensures that any attempt to backdate a signature or introduce a malicious version without an auditable record is surfaced immediately.
To use the Transparency Log Auditor, ensure your environment meets the following requirements:
# Install required system binaries
sudo apt-get update && sudo apt-get install curl python3
Within the Openclaw Skills framework, no additional environment variables are needed for basic auditing functionality. Simply provide the skill or registry target to start the audit process.
The skill generates a structured audit report based on the following dimensions:
| Attribute | Description |
|---|---|
| Log Infrastructure | Status of the transparency log endpoint (Exists, Partial, or Absent) |
| Append-Only Verifiability | Assessment of the log's cryptographic immutability |
| Signing Events | Historical record of versions, signing keys, and timestamps |
| Cross-Registry Consistency | Detection of differences between mirror registries |
| Coverage Verdict | A classification of trust: FULL, PARTIAL, REGISTRY-ONLY, or ABSENT |
| Risk Assessment | A high-level threat level based on the audit findings |
Loading
A security-focused scanner designed to identify malicious code and supply chain attacks hidden within AI agent marketplace skills.

A specialized security tool for identifying manufactured reputation and coordinated social manipulation within AI agent marketplaces.

A security-focused monitor that detects permission expansions, network endpoint additions, and behavioral drift in AI skills after their initial audit.

A specialized security tool designed to map and audit the hidden transitive dependency chains that direct auditing often misses.

The Trust Decay Monitor tracks the freshness of skill verification results to identify certifications that are no longer valid due to time or ecosystem changes.

A sophisticated tool that quantifies the decay of agent reliability by measuring the intersection of elapsed time and the velocity of technical changes.








































