II.
SkillArea JSON
Structured · liveskill-area:web-security-testing
Web Security Testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:web-security-testing",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-ecosystem-expansion.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Web Security Testing",
"description": "Comprehensive security testing of web applications — manual and automated\nvulnerability assessment, authentication bypass testing, injection attacks,\nand security regression testing integrated into the SDLC.\n",
"domains": [
"domain:cybersecurity"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:web-security-testing",
"to": "domain:cybersecurity",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:web-security-testing",
"to": "skill-area:application-security",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
],
"incomingEdges": [
{
"from": "skill-area:web-security",
"to": "skill-area:web-security-testing",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "tool:owasp-zap",
"to": "skill-area:web-security-testing",
"kind": "tool_used_by",
"attributes": {}
}
]
}