security-scan

Identify security vulnerabilities in codebases via manual review and automated pattern detection.

Updated Sep 13, 2025
One-click install
npx skills add https://github.com/nobelk/claude-tools --skill security-scan-nobelk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-scan
Source: https://github.com/nobelk/claude-tools/tree/main/skills/security-scan
Command: npx skills add https://github.com/nobelk/claude-tools --skill security-scan-nobelk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify security vulnerabilities in a codebase through a structured manual review complemented by automated pattern detection.

Core Features & Use Cases

  • Automated reconnaissance and pattern scanning: quickly characterize the project and scan for high-signal vulnerability patterns.
  • Manual deep-dive with OWASP alignment: focused analysis of critical areas guided by OWASP Top 10, CWE, and CVSS criteria.
  • Comprehensive reporting: produces a structured findings report plus remediation guidance and executive summary.

Quick Start

Run the security pattern scanner against a target directory to generate an initial findings report.

Frequently Asked Questions about security-scan

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

FAQPage Schema
How do I find security vulnerabilities in my codebase?

To find security vulnerabilities in a codebase, this skill combines automated pattern scanning with a structured manual deep-dive. It analyzes all major languages and configurations to identify flaws based on OWASP Top 10 and CWE criteria.

Does this security scanner work across all programming languages?

Yes, the security scanner applies across all major programming languages and configurations. It performs reconnaissance to characterize the project before running automated pattern detection and manual deep-dive analysis.

How do I generate an OWASP Top 10 aligned security report?

You generate an OWASP Top 10 aligned security report by running the scanner against a target directory. It produces a structured findings report with CVSS-aligned recommendations and an executive summary.

Can I audit dependencies for known vulnerabilities during a code review?

Yes, you can audit dependencies for known vulnerabilities during the code review. The workflow includes dependency auditing alongside reconnaissance, threat modeling, and manual code analysis to ensure comprehensive coverage.

What is the best way to map CWE and CVSS scores to codebase findings?

The best way to map CWE and CVSS scores to findings is through a structured manual review complemented by automated detection. This skill aligns identified vulnerabilities with CWE and CVSS criteria to prioritize remediation.

What does a comprehensive threat modeling and code review workflow include?

A comprehensive threat modeling and code review workflow includes reconnaissance, automated pattern scanning, manual deep-dive, dependency auditing, and executive reporting. This approach ensures both high-signal detection and focused analysis of critical areas.