A security analysis tool that identifies dangerous emergent behaviors created by the combination of individually safe agent skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install capability-composition-analyzer
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 capability-composition-analyzer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Capability Composition Analyzer is designed to solve the capability composition problem, where an agent's total attack surface is greater than the sum of its parts. While individual Openclaw Skills may be benign when audited in isolation, their combination can create critical security vulnerabilities. For instance, a skill that reads local files and another that sends HTTP requests can be combined to exfiltrate sensitive data, even if neither skill is malicious on its own.
This analyzer provides a holistic view of agent security by synthesizing the core value of skill interactions. It moves beyond simple permission checks to model the effective capabilities of an agent. By using this tool, developers can ensure that their Openclaw Skills ecosystems remain secure against emergent risks and inheritance amplification, where a single compromised skill could otherwise inherit the entire agent's power.
To use the Capability Composition Analyzer, ensure your environment meets the base requirements of curl and python3.
# Verify dependencies
python3 --version
curl --version
Once dependencies are confirmed, integrate the analyzer into your workflow by providing your skill manifest. Ensure all Openclaw Skills in your composition have accurate capability metadata for the most effective analysis.
The analyzer organizes its findings into a structured report to clarify the relationship between individual skills and total agent power:
| Data Point | Description |
|---|---|
| Dangerous Pairs | Inventory of specific skill combinations that create high-risk paths. |
| Emergent Surface | List of undeclared effective capabilities (e.g., secret exfiltration). |
| Inheritance Score | Measure of the potential blast radius for each skill slot. |
| Permission Gaps | Identifies where effective capability exceeds declared scoped permissions. |
| Risk Level | Final categorical assessment: SAFE, ELEVATED, HIGH, or CRITICAL. |
Loading
A powerful security utility designed to map and project the potential damage of a malicious update within an agent skill dependency graph.

A security monitoring tool that detects AI agent skills that maintain safe behavior during initial audits but shift to malicious patterns after multiple runs or specific triggers.

A diagnostic tool for Openclaw Skills that measures trust root concentration to prevent structural fragility in agent attestation graphs.

A diagnostic tool for verifying the completeness, integrity, and validity of trust attestation chains within AI agent ecosystems.

A security analysis tool that uncovers hidden, emergent capabilities created when multiple AI agent skills are combined into a single agent.

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








































