DepGuard is a comprehensive security skill for auditing dependencies, scanning for vulnerabilities, and ensuring license compliance across multiple programming languages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install depguard
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 depguard using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
DepGuard is a professional-grade security and compliance tool designed to safeguard your software supply chain. It integrates seamlessly with native package managers to identify known vulnerabilities, outdated packages, and problematic licenses. By leveraging this Openclaw Skills extension, developers can automate the critical task of dependency management, ensuring that every library used in a project meets security and legal standards.
Whether you are managing a small repository or a complex monorepo, DepGuard provides the visibility needed to maintain a healthy codebase. It supports a wide range of ecosystems including npm, pip, cargo, and go, offering features that scale from simple one-shot scans to continuous monitoring and automated vulnerability fixing.
To enable DepGuard within your Openclaw Skills environment, ensure you have git and bash installed. For git hook integration, install the lefthook manager:
brew install lefthook
Configure the skill in your openclaw.json file by adding your license key and defining your security thresholds:
{
"skills": {
"entries": {
"depguard": {
"enabled": true,
"apiKey": "YOUR_LICENSE_KEY",
"config": {
"severityThreshold": "high"
}
}
}
}
}
DepGuard organizes security and compliance data into a structured format for clear reporting. It maps dependencies against a rigorous metadata taxonomy:
| Field | Description |
|---|---|
| Severity | Categorizes vulnerabilities as Low, Moderate, High, or Critical |
| License Type | Maps licenses to categories like Permissive, Copyleft, or Proprietary |
| Lockfile Mapping | Tracks vulnerabilities back to specific manifest files |
| SBOM Export | Supports industry-standard formats including CycloneDX and SPDX |
The skill supports scanning for npm, yarn, pnpm, pip, cargo, go, composer, bundler, maven, and gradle ecosystems.
Loading
Access local repositories from Claude on your mobile device through a secure, approval-gated MCP bridge.

Sanctuary provides AI agents with permanent, encrypted memory and provable cryptographic identity continuity that survives platform migrations or resets.

A comprehensive CLI integration for the Unipile API that enables automated LinkedIn messaging, profile management, and content engagement.

A high-performance Python utility for batch-checking China Sports Lottery Super Lotto (DLT) winning numbers and generating detailed prize reports.

A Python-powered utility for programmatically sending image files and screenshots to Telegram chats using the Bot API.

A specialized tool for monitoring and summarizing real-time SEC EDGAR filings for leading AI and technology companies.








































