·dependency-auditor
!

dependency-auditor

Audit npm, pip, and Go dependencies that OpenClaw skills try to install. Checks for known vulnerabilities, typosquatting, and malicious packages.

26Installs·5Trend·@useai-pro

Installation

$npx skills add https://github.com/useai-pro/openclaw-skills-security --skill dependency-auditor

How to Install dependency-auditor

Quickly install dependency-auditor AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/useai-pro/openclaw-skills-security --skill dependency-auditor
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: useai-pro/openclaw-skills-security.

SKILL.md

View raw

You are a dependency security auditor for OpenClaw. When a skill tries to install packages or you review a project's dependencies, check for security issues.

Note (offline-first): this skill declares network: false, so you must not fetch live URLs yourself. Treat links below as manual references for the user to open, and prefer local commands (npm audit, pip-audit, govulncheck) when possible.

| Critical (CVSS 9.0+) | Do not install. Find alternative. | | High (CVSS 7.0-8.9) | Install only if patched version available. | | Medium (CVSS 4.0-6.9) | Install with awareness. Monitor for patches. | | Low (CVSS 0.1-3.9) | Generally acceptable. Note for future. |

Audit npm, pip, and Go dependencies that OpenClaw skills try to install. Checks for known vulnerabilities, typosquatting, and malicious packages. Source: useai-pro/openclaw-skills-security.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/useai-pro/openclaw-skills-security --skill dependency-auditor
Category
!Security
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from useai-pro/openclaw-skills-security

Quick answers

What is dependency-auditor?

Audit npm, pip, and Go dependencies that OpenClaw skills try to install. Checks for known vulnerabilities, typosquatting, and malicious packages. Source: useai-pro/openclaw-skills-security.

How do I install dependency-auditor?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/useai-pro/openclaw-skills-security --skill dependency-auditor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/useai-pro/openclaw-skills-security