Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

security-test-planning安全测试计划

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

212

周安装

9

GitHub Stars

61

下载量

74
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:security-test-planning(安全测试计划)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/security-test-planning
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill security-test-planning
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill security-test-planning

简介

用于制定系统化安全测试计划和用例。

  • 适合设计渗透测试和漏洞验证方案。
  • 可生成测试数据和预期结果文档。security-test-planning 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 安装需通过 npx skills add 命令从指定仓库获取。
  • 适用于安全测试流程标准化和效率提升。

SKILL.md

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

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.59%
按下载量换算29

Claude

28.99%
按下载量换算21

Cursor

17.41%
按下载量换算13

Gemini CLI

10%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills