Security Scan

Identify and remediate security vulnerabilities in codebases and infrastructure.

4|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/OpenLabor/openlabor --skill security-scan-openlabor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Security Scan
Source: https://github.com/OpenLabor/openlabor/tree/main/skills_archive/security-scan
Command: npx skills add https://github.com/OpenLabor/openlabor --skill security-scan-openlabor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and remediate security vulnerabilities in codebases and infrastructure.

Core Features & Use Cases

  • Dependency vulnerability scanning (npm audit, Snyk)
  • Static application security testing (SAST)
  • Secret detection in code and config files
  • Container image scanning
  • Use Case: Integrate into CI to automatically scan pull requests and container images before deployment.

Quick Start

Run a baseline security scan on your repository to identify immediate vulnerabilities.

Frequently Asked Questions about Security Scan

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

FAQPage Schema
How do I automate security scans for vulnerabilities in my codebase?

Automate security scans by integrating SAST, dependency checks, and secret detection into your CI pipelines to identify and remediate vulnerabilities in codebases and infrastructure automatically.

What types of security vulnerabilities can I detect in my codebase?

Security scans detect dependency vulnerabilities via npm audit or Snyk, application code flaws through SAST, exposed secrets in config files, and vulnerabilities within container images.

How do I scan container images for vulnerabilities before deployment?

Scan container images for vulnerabilities by integrating automated security checks into your CI pipeline to evaluate images before deployment and provide clear remediation guidelines.

Can I detect leaked secrets in code and config files automatically?

Yes, secret detection automatically scans both code and configuration files during CI pipelines or code reviews to identify exposed secrets and provide remediation guidelines.

How do I run a baseline security scan on my repository?

Run a baseline security scan on your repository to identify immediate vulnerabilities across dependencies, static code, secrets, and container images, establishing a security baseline for remediation sprints.

Does SAST work with dependency scanning tools like Snyk and npm audit?

Yes, static application security testing works alongside dependency scanning tools like Snyk and npm audit to provide comprehensive vulnerability detection across codebases and internal repositories.