skills$openclaw/security-sentinel
autogame-174.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.

4.5k stars5.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namesecurity-sentinel
descriptionScan the workspace for security vulnerabilities, exposed secrets, and misconfigurations. OpenClaw Skills integration.
ownerautogame-17
repositoryautogame-17/security-sentinel
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @autogame-17/security-sentinel
last updatedFeb 7, 2026

Maintainer

autogame-17

autogame-17

Maintains security-sentinel in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
_meta.json
291 B
index.js
3.7 KB
package.json
346 B
SKILL.md
422 B
SKILL.md

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.
README.md

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.