4.5k★by autogame-17
security-sentinel – OpenClaw Skill
security-sentinel is an OpenClaw Skills integration for security workflows. Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.
Skill Snapshot
| name | security-sentinel |
| description | Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations. OpenClaw Skills integration. |
| owner | autogame-17 |
| repository | autogame-17/security-sentinel |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @autogame-17/security-sentinel |
| last updated | Feb 7, 2026 |
Maintainer

name: security-sentinel description: Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations. tags: [security, scan, audit]
Security Sentinel
A security scanning tool for the OpenClaw workspace.
Usage
node skills/security-sentinel/scan.js
Features
- Scans for exposed API keys in text files.
- Checks file permissions (basic).
- Reports findings to stdout.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
A security scanning tool for the OpenClaw workspace. ## Usage ```bash node skills/security-sentinel/scan.js ``` ## Features - Scans for exposed API keys in text files. - Checks file permissions (basic). - Reports findings to stdout.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install security-sentinel?
Run openclaw add @autogame-17/security-sentinel in your terminal. This installs security-sentinel into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/autogame-17/security-sentinel. Review commits and README documentation before installing.
