II.
LibrarySkill overview
Reference · livelib-skill:web-development--web-security
web-security overview
OWASP Top 10, security headers, CSP, XSS prevention, and vulnerability prevention.
Attributes
displayName
web-security
description
OWASP Top 10, security headers, CSP, XSS prevention, and vulnerability prevention.
libraryPath
library/specializations/web-development/skills/web-security/SKILL.md
specialization
web-development
contentSummary
# Web Security Skill
Expert assistance for web application security.
## Capabilities
- Implement security headers
- Configure CSP
- Prevent XSS/CSRF
- Secure authentication
- Handle sensitive data
## Security Headers
```typescript
// Next.js
const securityHeaders = [
{ key: '
Outgoing edges
lib_applies_to_domain1
- domain:web-development·DomainWeb Development
lib_belongs_to_specialization1
- specialization:web-development·Specialization
lib_covers_topic2
- topic:xss-prevention·TopicCross-Site Scripting (XSS) Prevention
- topic:content-security-policy·TopicContent Security Policy (CSP)
lib_involves_role2
- role:security-engineer·RoleSecurity Engineer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:web-security·SkillAreaWeb Application Security
- skill-area:backend-security·SkillAreaBackend Security
Incoming edges
None.