security-sentinel

Scan workspaces for security vulnerabilities, exposed secrets, and misconfigurations.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill security-sentinel-kunwl123456
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-sentinel
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/security-sentinel
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill security-sentinel-kunwl123456

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill proactively identifies potential security vulnerabilities, exposed secrets, and misconfigurations within the agent's workspace, helping to prevent data breaches and system compromises.

Core Features & Use Cases

  • Secret Scanning: Detects exposed API keys, private keys, and tokens in various file types.
  • Configuration Auditing: Checks for critical missing files like SECURITY.md and AGENTS.md.
  • Forbidden Path Detection: Identifies suspicious or unauthorized directories.
  • Use Case: Before deploying a new agent or after significant code changes, run this skill to ensure no sensitive credentials or insecure configurations are accidentally exposed.

Quick Start

Run the security sentinel skill to scan the current workspace for vulnerabilities.

Frequently Asked Questions about security-sentinel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan my workspace for exposed secrets and API keys?

You can scan the workspace for exposed secrets by running predefined patterns that detect API keys, private keys, and tokens across various file types to prevent accidental credential exposure.

What is the best way to audit agent configurations for security misconfigurations?

Auditing agent configurations involves checking for critical missing files like SECURITY.md and AGENTS.md, and detecting suspicious or unauthorized directories to ensure adherence to security best practices.

When do I need to run a continuous security vulnerability scan?

You need continuous security monitoring in autonomous agent environments, especially before deploying a new agent or after significant code changes, to perform risk assessment and prevent system compromises.

Does this workspace security scanner work without external dependencies?

Yes, this security scanner operates without external dependencies, relying on internal scripts to perform file integrity checks and pattern matching for vulnerability detection and configuration auditing.

What types of security vulnerabilities are detected using file integrity checks?

File integrity checks and predefined patterns are used to detect security vulnerabilities including exposed secrets, misconfigurations, and suspicious or unauthorized forbidden paths within the agent's workspace.

Can I detect forbidden paths and unauthorized directories in my codebase?

Yes, you can identify suspicious or unauthorized directories through forbidden path detection, which applies predefined patterns to scan the current workspace for potential security risks and exposure.