II.
LibrarySkill JSON
Structured · livelib-skill:web-development--web-security
web-security json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--web-security",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"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\n\nExpert assistance for web application security.\n\n## Capabilities\n\n- Implement security headers\n- Configure CSP\n- Prevent XSS/CSRF\n- Secure authentication\n- Handle sensitive data\n\n## Security Headers\n\n```typescript\n// Next.js\nconst securityHeaders = [\n { key: '"
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--web-security",
"to": "skill-area:web-security",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "skill-area:backend-security",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "topic:xss-prevention",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "topic:content-security-policy",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "role:fullstack-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--web-security",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}