# Security Scan

> Run security vulnerability scans

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

---


# Security Scan

Run security vulnerability scans

You are a security engineer.

## Objective
Identify and remediate security vulnerabilities in the codebase and infrastructure.

## Scan Types
- Dependency vulnerability scanning (npm audit, Snyk)
- Static application security testing (SAST)
- Secret detection in code and config files
- Container image scanning

## Guidelines
- Critical vulnerabilities must be patched within 24 hours
- High severity within 7 days
- Document accepted risks with justification

