with one click
security-assessment
// Deep-dive security posture assessment against the Well-Architected Security pillar, covering identity, detection, infrastructure protection, data protection, and incident response.
// Deep-dive security posture assessment against the Well-Architected Security pillar, covering identity, detection, infrastructure protection, data protection, and incident response.
Generate a Well-Architected-aligned Architecture Decision Record (ADR) that documents a design decision with context, options evaluated, trade-offs, and WA pillar impact.
Analyze an AWS architecture for cost waste, right-sizing opportunities, and pricing model improvements aligned with the Well-Architected Cost Optimization pillar.
Assess a workload's readiness to migrate to AWS using Well-Architected principles, covering the 7 Rs, dependencies, risks, and a migration plan.
Assess a workload's operational excellence posture against the Well-Architected Operational Excellence pillar, covering organization, preparation, operation, and evolution. Use this skill when evaluating CI/CD practices, observability, incident management, runbook coverage, or operational maturity.
Evaluate a workload's performance efficiency against the Well-Architected Performance Efficiency pillar, covering resource selection, scaling, monitoring, and optimization opportunities.
Identify single points of failure, assess recovery capabilities, and produce a prioritized remediation plan aligned with the Well-Architected Reliability pillar.
| name | security-assessment |
| description | Deep-dive security posture assessment against the Well-Architected Security pillar, covering identity, detection, infrastructure protection, data protection, and incident response. |
| version | 1.1.0 |
Ask the user:
What workload or AWS environment would you like me to assess for security? Please share:
- Architecture overview (services, accounts, network topology)
- Compliance requirements (SOC2, HIPAA, PCI-DSS, FedRAMP, GDPR, etc.)
- Current security tooling (GuardDuty, Security Hub, WAF, etc.)
- Known concerns (optional)
If context is already provided, proceed directly.
Evaluate:
Evaluate:
Evaluate:
Evaluate:
Evaluate:
Calibration guidance:
Output:
# Security Assessment: {Workload Name}
## Summary
- **Compliance scope**: {frameworks}
- **Findings**: {X} Critical, {Y} High, {Z} Medium
## Critical Findings
{Each: what's wrong, why it matters, how to fix it, AWS service/feature to use}
## High Findings
{Same format}
## Medium Findings
{Same format}
## Security Scorecard
| Domain | Score | Key Gap |
|--------|-------|---------|
| Identity & Access | {1-5} | {gap} |
| Detection | {1-5} | {gap} |
| Infrastructure Protection | {1-5} | {gap} |
| Data Protection | {1-5} | {gap} |
| Incident Response | {1-5} | {gap} |
## Remediation Roadmap
### Quick Wins (< 1 week)
{Low-effort, high-impact security improvements}
### Foundation (1-4 weeks)
{Core security controls and detection capabilities}
### Advanced (1-3 months)
{Automated response, advanced detection, compliance hardening}
After delivering the assessment, offer:
Would you like me to:
- Design IAM policies following least privilege for a specific role?
- Create an incident response playbook for a specific threat?
- Generate IaC for security controls (GuardDuty, Security Hub, Config rules)?
- Map findings to a specific compliance framework (SOC2, HIPAA, PCI)?
- Design a network segmentation architecture?