security-testing

Scan code, dependencies, and configurations for OWASP Top 10 vulnerabilities.

2|2|Updated Aug 23, 2025
One-click install
npx skills add https://github.com/summarybotng/summarybot-ng --skill security-testing-summarybotng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-testing
Source: https://github.com/summarybotng/summarybot-ng/tree/main/.claude/skills/security-testing
Command: npx skills add https://github.com/summarybotng/summarybot-ng --skill security-testing-summarybotng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill systematically identifies and helps remediate security vulnerabilities within your codebase and infrastructure, ensuring robust protection against common threats.

Core Features & Use Cases

  • Comprehensive Scanning: Detects a wide range of vulnerabilities including injection flaws, broken access control, and insecure configurations.
  • OWASP Top 10 Coverage: Directly addresses the most critical security risks outlined by OWASP.
  • Use Case: Before deploying a new web application, use this Skill to perform a thorough security audit, identify potential weaknesses, and receive actionable recommendations for fixing them.

Quick Start

Run a comprehensive security scan on the current project directory.

Frequently Asked Questions about security-testing

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

FAQPage Schema
How do I scan my codebase for OWASP Top 10 vulnerabilities?

You can scan for OWASP Top 10 vulnerabilities by running this Skill to perform automated security testing on your project directory, detecting injection flaws, broken access control, and authentication failures across code and dependencies.

What is the difference between SAST and DAST in security testing?

SAST and DAST differ in approach: SAST analyzes source code statically, while DAST tests running applications dynamically. This Skill supports both SAST and DAST alongside dependency vulnerability analysis to provide comprehensive security coverage.

Can I use this security audit tool on my existing web application?

Yes, you can use this security audit tool on an existing web application. It scans code, dependencies, and configurations to identify vulnerabilities and provides actionable recommendations to fix them.

How do I check my project dependencies for known security vulnerabilities?

To check project dependencies for known security vulnerabilities, this Skill performs dependency vulnerability analysis alongside SAST and DAST scans, identifying insecure packages and configurations within your project directory.

Does this automated security testing tool require any external dependencies?

No, this automated security testing tool does not require external dependencies. It operates independently to scan your project directory for injection flaws, access control issues, and authentication failures based on OWASP Top 10 principles.