verify-security

Automate security scanning to detect code vulnerabilities during development.

14|1|Updated May 6, 2026
One-click install
npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill verify-security-wzyxdwll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-security
Source: https://github.com/wzyxdwll/ccgx-workflow/tree/main/templates/skills/tools/verify-security
Command: npx skills add https://github.com/wzyxdwll/ccgx-workflow --skill verify-security-wzyxdwll

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

安全校验关卡:在软件开发流程中自动扫描代码以发现安全漏洞,记录安全决策,确保合规性与可追溯性。

Core Features & Use Cases

  • 自动化静态与动态安全检查,覆盖注入、敏感信息泄露、XSS、反序列化等风险,提供可操作的修复建议。
  • 支持在新建模块、安全相关变更、攻防任务、重构完成等关键节点自动触发安全检查,并生成可追溯的报告。
  • 使用分级报告(Critical/High/Medium/Low)帮助团队集中资源进行修复,兼容 OWASP 指南中的常见风险。

Quick Start

在技能目录下运行安全扫描器对代码库进行扫描。

Frequently Asked Questions about verify-security

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

FAQPage Schema
How do I automate code security scans during development?

Automate code security scans by triggering automated checks during new module creation, refactors, or pre-release stages to detect vulnerabilities and ensure traceability. This enforces revision-loop gates with configurable loops.

What types of vulnerabilities can automated security scanning detect?

Automated security scanning detects injection, sensitive information leakage, XSS, and deserialization risks. Findings are reported by category and severity, aligned with OWASP guidelines, providing actionable remediation advice.

Can I use static analysis for security checks across different code repositories?

Static analysis security checks are applicable across multiple languages and repositories. The scanner operates on the codebase to identify vulnerabilities during key development phases like security-related changes.

How are security scan findings reported and categorized?

Security scan findings are reported using a severity grading system of Critical, High, Medium, and Low. This categorization helps teams allocate resources effectively for fixing identified code vulnerabilities.

Does the security scanner support revision loops for failing checks?

The security scanner enforces a revision-loop gate with configurable loops. This ensures that code vulnerabilities identified during static and dynamic checks are resolved before proceeding.

When should I trigger automated vulnerability checks in my workflow?

Trigger automated vulnerability checks when creating new modules, completing refactors, handling security-related changes, or during pre-release checks to ensure compliance and track security decisions effectively.