A specialized security utility that identifies how AI agent skills silently mutate and accumulate risks across multiple inheritance generations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install evolution-drift-detector
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 evolution-drift-detector using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Evolution Drift Detector is a critical security tool designed to solve the problem of silent mutation in the AI agent ecosystem. While a skill might pass an initial audit in its first version, successive forks and inheritance layers can introduce dangerous capabilities—such as unauthorized network access or external schema fetching—without triggering a new review. This tool ensures that the original verified safe status of Openclaw Skills remains valid by analyzing the entire lineage of a skill.
It bridges the gap between static analysis and evolutionary changes, allowing developers and security teams to maintain trust in their agentic workflows. By tracing every fork and modification, it provides a transparent view of how a simple file-utility might have evolved into a complex, potentially high-risk organism. This visibility is essential for maintaining the integrity of Openclaw Skills in production environments.
Ensure you have the necessary system dependencies installed to run the detector on your Openclaw Skills:
# Install required binaries
sudo apt-get install curl python3
To analyze a specific skill lineage within your environment:
# Run the drift detector against a skill slug
python3 evolution_drift_detector.py --slug data-sanitizer
The tool organizes its findings into a structured Evolution Drift Report, tracking data across the following dimensions:
| Field | Description |
|---|---|
| Lineage Tree | A hierarchical map of all generations and forks from the root skill. |
| Drift Score | A numerical value (0-100) representing the total risk accumulation. |
| Mutation Tags | Classifications like cosmetic, functional, capability-expanding, or safety-reducing. |
| Audit Scope | Comparison between the original permitted actions and current actual capabilities. |
Loading
A strategic diagnostic tool that identifies structural marketplace pressures favoring publication volume over security and safety quality.

A security-focused auditor that identifies transparency gaps in skill updates by verifying machine-readable deltas and chain-of-custody records.

A specialized tool for detecting coordinated clone campaigns and reputation gaming in AI agent marketplaces.

A security auditing tool that identifies AI skills gradually claiming broader permissions through subtle, incremental version updates.

A sophisticated security agent that serves as an immune system for AI ecosystems by scanning assets for malicious patterns and intent.

A specialized diagnostic tool designed to uncover hollow or fake validation tests that falsely signal AI agent skill reliability.








































