logging-monitoring
Installation
SKILL.md
Security Logging & Monitoring (OWASP A10)
Implement comprehensive logging and monitoring to detect and respond to security incidents.
When to Use
- Setting up application logging
- Implementing audit trails
- Configuring security alerting
- Building incident detection
- Compliance requirements (SOC2, GDPR)
- Post-incident forensics
Critical Events to Log
| Event Category | Examples | Priority |
|---|---|---|
| Authentication | Login success/failure, logout, MFA events | HIGH |
| Authorization | Access denied, privilege changes | HIGH |
Related skills