II.
LibrarySkill JSON
Structured · livelib-skill:web-development--csp
csp json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:web-development--csp",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "csp",
"description": "Content Security Policy configuration, nonces, and reporting.",
"libraryPath": "library/specializations/web-development/skills/csp/SKILL.md",
"specialization": "web-development",
"contentSummary": "# CSP Skill\n\nExpert assistance for Content Security Policy implementation.\n\n## Capabilities\n\n- Configure CSP headers\n- Implement nonces\n- Set up reporting\n- Handle inline scripts\n- Configure strict CSP\n\n## CSP Configuration\n\n```typescript\n// Next.js middleware\nconst cspHeader = `\n "
},
"outgoingEdges": [
{
"from": "lib-skill:web-development--csp",
"to": "skill-area:web-security",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--csp",
"to": "skill-area:backend-security",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--csp",
"to": "topic:content-security-policy",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--csp",
"to": "topic:xss-prevention",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--csp",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--csp",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--csp",
"to": "role:frontend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:web-development--csp",
"to": "specialization:web-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}