by davila7
安全团队需要系统化的方法来识别漏洞、设计安全架构并验证防御措施。此技能提供了威胁建模、渗透测试工作流和安全架构审查的自动化工具,并附带最佳实践指导。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 senior-security 技能" 开始使用
=== senior-security 技能 === 作者: davila7 描述: 安全团队需要系统化的方法来识别漏洞、设计安全架构并验证防御措施。此技能提供了威胁建模、渗透测试工作流和安全架构审查的自动化工具,并附带最佳实践指导。 使用方法: 1. 调用技能: "使用 senior-security 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 senior-security 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
security
low
Complete toolkit for senior security with modern tools and best practices.
This skill provides three core capabilities through automated scripts:
# Script 1: Threat Modeler
python scripts/threat_modeler.py [options]
# Script 2: Security Auditor
python scripts/security_auditor.py [options]
# Script 3: Pentest Automator
python scripts/pentest_automator.py [options]
Automated tool for threat modeler tasks.
Features:
Usage:
python scripts/threat_modeler.py <project-path> [options]
Comprehensive analysis and optimization tool.
Features:
Usage:
python scripts/security_auditor.py <target-path> [--verbose]
Advanced tooling for specialized tasks.
Features:
Usage:
python scripts/pentest_automator.py [arguments] [options]
Comprehensive guide available in references/security_architecture_patterns.md:
Complete workflow documentation in references/penetration_testing_guide.md:
Technical reference guide in references/cryptography_implementation.md:
Languages: TypeScript, JavaScript, Python, Go, Swift, Kotlin Frontend: React, Next.js, React Native, Flutter Backend: Node.js, Express, GraphQL, REST APIs Database: PostgreSQL, Prisma, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions, CircleCI Cloud: AWS, GCP, Azure
# Install dependencies
npm install
# or
pip install -r requirements.txt
# Configure environment
cp .env.example .env
# Use the analyzer script
python scripts/security_auditor.py .
# Review recommendations
# Apply fixes
Follow the patterns and practices documented in:
references/security_architecture_patterns.mdreferences/penetration_testing_guide.mdreferences/cryptography_implementation.md# Development
npm run dev
npm run build
npm run test
npm run lint
# Analysis
python scripts/security_auditor.py .
python scripts/pentest_automator.py --analyze
# Deployment
docker build -t app:latest .
docker-compose up -d
kubectl apply -f k8s/
Check the comprehensive troubleshooting section in references/cryptography_implementation.md.
references/security_architecture_patterns.mdreferences/penetration_testing_guide.mdreferences/cryptography_implementation.mdscripts/ directoryView Count
0
Download Count
0
Favorite Count
0
Quality Score
72