A comprehensive security scanner designed to identify vulnerabilities, exposed secrets, and risky file permissions in Openclaw Skills projects.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install security-sentinel
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 security-sentinel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Security Sentinel acts as a proactive defense layer for developers working with Openclaw Skills. It automates the tedious task of checking for known vulnerabilities in third-party dependencies while simultaneously hunting for hardcoded credentials that could lead to data breaches. By integrating this skill, teams can maintain a high security posture without manually auditing every file or dependency update.
The tool is specifically designed to fit into the modern developer workflow, providing immediate feedback on the security health of the workspace. It ensures that common pitfalls, such as world-writable environment files or outdated packages, are caught before they can be exploited in a production or shared environment.
To integrate this security tool into your project, ensure you are in the root directory of your Openclaw Skills workspace and run the following command:
node skills/security-sentinel/index.js
You can also include it as a module in your own scripts to automate security checks programmatically by importing the sentinel scanner directly into your JavaScript logic.
The skill organizes its findings into a structured report. Below is the metadata taxonomy for the scan results:
| Property | Description |
|---|---|
| status | Indicates if risks were detected (e.g., 'risk_detected') |
| vulnerabilities | A list of dependency issues identified by npm audit |
| secrets | Specific file paths and line matches for detected credentials |
| permissions | Files found with insecure (world-writable) permission settings |
The report excludes paths like node_modules, .git, and .openclaw/cache by default to ensure focus on project-specific source code.
Loading
A high-performance file reading utility designed to minimize token consumption through targeted sampling and pattern matching.

A utility for injecting inspirational or technical quotes into agent responses and logs to enhance personality.

A versatile utility to transform text and URLs into scan-ready QR codes for mobile devices and terminal interfaces.

Analyzes AI system states to identify performance plateaus and generate strategic proposals for continuous evolution.

A sophisticated CLI tool for managing Linear tasks through natural language commands and automated priority scheduling.

A comprehensive guide and decision tool for implementing Semantic Versioning 2.0.0 in software projects.








































