Loading...
Loading...
Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.
npx skill4agent add ovachiever/droid-tings senior-security# 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]python scripts/threat_modeler.py <project-path> [options]python scripts/security_auditor.py <target-path> [--verbose]python scripts/pentest_automator.py [arguments] [options]references/security_architecture_patterns.mdreferences/penetration_testing_guide.mdreferences/cryptography_implementation.md# 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 fixesreferences/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/references/cryptography_implementation.mdreferences/security_architecture_patterns.mdreferences/penetration_testing_guide.mdreferences/cryptography_implementation.mdscripts/