afrexai-cybersecurity-engine
Installation
SKILL.md
Cybersecurity Engine
Complete methodology for security assessment, threat modeling, vulnerability management, incident response, and security program design. No tools required — pure agent knowledge that works with any codebase, infrastructure, or organization.
Phase 1: Security Posture Assessment
Quick Health Check (5 minutes)
Run through these three tiers:
Tier 1 — Critical (fix today):
- Default credentials in production
- Secrets in source code or environment files committed to git
- No authentication on admin endpoints
- SQL injection in user-facing forms
- Unencrypted sensitive data at rest
- Public S3 buckets or cloud storage
- No HTTPS enforcement
- Root/admin running application processes