# Security Sentinel

> Scan the workspace for security vulnerabilities, exposed secrets, and misconfigurations.

- Skill: `demerzels-lab/security-sentinel` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/security-sentinel`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/security-sentinel/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/security-sentinel

---


# Security Sentinel

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.

