plan-security

Scan plan-build outputs for OWASP Top 10 risks and sensitive data handling.

9|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/mark22013333/crew --skill plan-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-security
Source: https://github.com/mark22013333/crew/tree/main/plugins/feature-workflow/skills/plan-security
Command: npx skills add https://github.com/mark22013333/crew --skill plan-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

在專案開發流程中,計畫輸出需要穩健的安全檢查以避免漏洞。本技能提供三層掃描架構,覆蓋靜態規則/上下文感知/對抗性思維,並產出 .spec/{slug}/security.md 安全報告。

Core Features & Use Cases

  • Layer 1 靜態規則掃描:依照已知模式進行快速、自動化的檢測。
  • Layer 2 上下文感知掃描:讀取設計文件與專案框架,結合 AI 進行深度分析。
  • Layer 3 對抗性思維:模擬攻擊場景以驗證防護強度。
  • 适用於檢查 Plan-Build 輸出、API 安全、資料保護等場景,並能在需要時輸出完整的安全報告。

Quick Start

Run /plan-security to perform a full three-layer security scan and generate the security report at .spec/{slug}/security.md.

Frequently Asked Questions about plan-security

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 and sensitive data risks?

A three-layer security scan identifies vulnerabilities through static rule checks, contextual analysis against design documents, and adversarial thinking to assess OWASP Top 10 risks and sensitive data handling in your codebase.

What is adversarial thinking in security scanning and how does it validate protection strength?

Adversarial thinking in security scanning simulates attack scenarios to validate protection strength, acting as a third scan layer that mimics malicious behavior against your codebase outputs to identify exploitable vulnerabilities.

How to generate a security report for plan-build outputs?

To generate a security report for plan-build outputs, execute the security scan command. It analyzes the outputs and writes a detailed vulnerability assessment directly to your .spec/{slug}/security.md file.

Do I need .spec files and project CLAUDE.md security guidance to run a contextual security scan?

Yes, you need .spec files and project CLAUDE.md security guidance to run a contextual security scan. The contextual analysis layer reads these design documents and project frameworks to perform deep vulnerability assessments.

Can I use static analysis alone or should I combine it with contextual checks for API security?

While static analysis alone provides fast automated detection of known patterns, combining it with contextual checks for API security yields deeper results by evaluating design documents and project frameworks against identified risks.

What are the limitations of relying solely on static rule checks for vulnerability detection?

The limitation of relying solely on static rule checks for vulnerability detection is missing complex logical flaws. Static checks only catch known patterns, whereas contextual analysis and adversarial thinking are required to uncover deeper design and behavioral risks.