application-security
Installation
SKILL.md
What I do
- Implement secure software development lifecycle (SDLC)
- Identify and mitigate application vulnerabilities
- Design and implement authentication/authorization systems
- Conduct security code reviews
- Implement input validation and output encoding
- Configure web application firewalls
- Handle sensitive data securely
- Implement secure session management
When to use me
When building, reviewing, or securing web applications, APIs, or any software that processes user data or requires protection against attacks.
Secure Development Lifecycle
Threat Modeling
class ThreatModel:
"""Identify threats during design phase"""