A security-focused analysis tool that audits Azure Key Vault configurations, access policies, and secret hygiene to mitigate credential exposure risks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install key-vault-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 key-vault-auditor using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill serves as an expert security auditor for Microsoft Azure environments, specializing in identifying vulnerabilities within Key Vault instances. It targets common misconfigurations such as exposed public endpoints, legacy access policies, and poor secret rotation practices. By leveraging Openclaw Skills, developers and security engineers can transform raw Azure CLI data into actionable security reports and hardened Infrastructure-as-Code templates without ever sharing sensitive credentials.
The tool is designed to provide deep insights into your cloud security posture by analyzing exported JSON data. It acts as a specialized assistant that understands the nuances of Azure RBAC, network security rules, and secret lifecycle management, ensuring your most sensitive keys and certificates remain protected against unauthorized access.
To use this tool effectively with Openclaw Skills, ensure you have the Azure CLI installed and the appropriate read-only permissions on your subscription.
# Install the Azure CLI if you haven't already
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
# Log in to your Azure account
az login
# Ensure you have the 'Key Vault Reader' role assigned for the vaults you wish to audit
The skill processes JSON output from standard Azure CLI commands. It organizes its analysis based on the following metadata taxonomy:
| Data Type | CLI Source Command | Analysis Purpose |
|---|---|---|
| Vault Configuration | az keyvault show | Checks network rules, soft delete, and purge protection |
| Access Policies | az keyvault show --query properties.accessPolicies | Audits permissions and legacy access controls |
| Secret Metadata | az keyvault secret list | Identifies expired or non-rotated secrets |
| Certificate Status | az keyvault certificate list | Monitors certificate expiry and hygiene |
| Role Assignments | az role assignment list | Evaluates modern Azure RBAC permissions |
Loading
A professional-grade cloud hygiene tool that scans AWS environments to identify and report on idle or orphaned resources generating unnecessary costs.

Automate the detection of over-privileged AWS IAM policies and generate secure, least-privilege replacements to prevent cloud breaches.

Converts raw AWS GuardDuty security findings into human-readable incident summaries and prioritized response playbooks.

Automate the generation of executive-ready AWS cost reports with detailed team-level chargeback and actionable savings insights.

An expert analytical framework to identify and eliminate unnecessary GCP networking and egress expenses through data-driven insights.

A specialized security analysis tool for auditing Azure Network Security Groups and Firewall policies to eliminate dangerous internet exposure.








































