Skill

security-test-planning

Plan security testing strategies including OWASP testing, penetration test scoping, SAST/DAST integration, and threat-based test case design.

From test-strategy
Install
1
Run in your terminal
$
npx claudepluginhub melodic-software/claude-code-plugins --plugin test-strategy
Tool Access

This skill is limited to using the following tools:

ReadWriteGlobGrepTaskWebSearchWebFetch
Supporting Assets
View in Repository
references/dotnet-security-tests.md
references/owasp-testing.md
references/sast-dast-integration.md
references/security-strategy-template.md
Skill Content

Security Test Planning

When to Use This Skill

Use this skill when:

  • Security Test Planning tasks - Planning security testing strategies for applications
  • Planning or design - Need guidance on OWASP testing, pen test scoping, SAST/DAST
  • Best practices - Want to follow established security testing standards

Overview

Security testing validates that applications are protected against threats and vulnerabilities. A comprehensive security test strategy combines automated scanning, manual testing, and threat-based test case design.


Security Testing Pyramid

                    ┌───────────┐
                   /  Pentest    \         Manual, Expert
                  /   Red Team    \        (Quarterly)
                 /─────────────────\
                /      DAST          \     Dynamic Scanning
               /    (Runtime)         \    (Weekly/Release)
              /───────────────────────\
             /         SAST             \  Static Analysis
            /      (Build Time)          \ (Every Commit)
           /─────────────────────────────\
          /      Secret Scanning           \ Pre-Commit
         /     Dependency Scanning          \ (Continuous)
        └───────────────────────────────────┘

Quick Reference: Testing Layers

LayerToolsFrequencyGate
Layer 1 (CI/CD)Gitleaks, SonarQube, Snyk, TrivyEvery commitBlock Critical
Layer 2 (Periodic)OWASP ZAP, Burp, 42CrunchWeekly/ReleaseBlock High+
Layer 3 (Manual)Penetration testing, Code reviewQuarterlyBlock All

OWASP Top 10 Quick Coverage

CategoryTesting Approach
A01: Broken Access ControlManual + Automated
A02: Cryptographic FailuresCode review + SAST
A03: InjectionSAST + DAST + Manual
A04: Insecure DesignThreat modeling
A05: Security MisconfigurationConfig scanning
A06: Vulnerable ComponentsSCA
A07: Auth FailuresManual + Automated
A08: Data IntegrityManual testing
A09: Logging FailuresLog review
A10: SSRFDAST + Manual

Remediation SLAs

SeveritySLAVerification
Critical24 hoursImmediate retest
High7 daysNext sprint retest
Medium30 daysQuarterly scan
Low90 daysAnnual review

References

ReferenceContentWhen to Load
security-strategy-template.mdFull strategy template, scope, compliance, metricsPlanning security test strategy
owasp-testing.mdWSTG test categories, test case templateWriting OWASP-aligned test cases
dotnet-security-tests.mdAuth, input validation, rate limiting testsImplementing .NET security tests
sast-dast-integration.mdCI/CD gates, ZAP integration, tool comparisonSetting up automated security scanning

Integration Points

Inputs from:

  • Threat model → Test priorities
  • Security requirements → Coverage targets
  • test-strategy-planning skill → Overall strategy

Outputs to:

  • CI/CD pipeline → Security gates
  • devsecops-practices skill (security plugin) → Remediation
  • Compliance reporting → Evidence

Test Scenarios

Scenario 1: Planning security test strategy

Query: "Help me create a security test plan for our web application"

Expected: Skill activates, provides strategy template, guides through scope and layers

Scenario 2: OWASP-aligned testing

Query: "What OWASP tests should I run for authentication?"

Expected: Skill activates, loads owasp-testing.md reference, provides WSTG-ATHN tests

Scenario 3: .NET security tests

Query: "Show me how to test for SQL injection in .NET"

Expected: Skill activates, loads dotnet-security-tests.md reference, provides code examples


Last Updated: 2025-12-28

Version History

  • v1.1.0 (2025-12-28): Refactored to progressive disclosure - extracted tests/templates to references/
  • v1.0.0 (2025-12-26): Initial release
Stats
Parent Repo Stars40
Parent Repo Forks6
Last CommitDec 28, 2025