senior-securitylisted
Install: claude install-skill aiskillstore/marketplace
# Senior Security
Complete toolkit for senior security with modern tools and best practices.
## Quick Start
### Main Capabilities
This skill provides three core capabilities through automated scripts:
```bash
# 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]
```
## Core Capabilities
### 1. Threat Modeler
Automated tool for threat modeler tasks.
**Features:**
- Automated scaffolding
- Best practices built-in
- Configurable templates
- Quality checks
**Usage:**
```bash
python scripts/threat_modeler.py <project-path> [options]
```
### 2. Security Auditor
Comprehensive analysis and optimization tool.
**Features:**
- Deep analysis
- Performance metrics
- Recommendations
- Automated fixes
**Usage:**
```bash
python scripts/security_auditor.py <target-path> [--verbose]
```
### 3. Pentest Automator
Advanced tooling for specialized tasks.
**Features:**
- Expert-level automation
- Custom configurations
- Integration ready
- Production-grade output
**Usage:**
```bash
python scripts/pentest_automator.py [arguments] [options]
```
## Reference Documentation
### Security Architecture Patterns
Comprehensive guide available in `references/security_architecture_patterns.md`:
- Detailed patterns and practices
- Code examples
- Best practices
- Anti-patterns to avoid
- Real-world scenarios
### Penetration