II.
SkillArea JSON
Structured · liveskill-area:code-cybersecurity
Code Cybersecurity json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:code-cybersecurity",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-agentic-benchmarks.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Code Cybersecurity",
"description": "Identifying, exploiting, and remediating security vulnerabilities\nin source code and running systems — static review for common\nclasses (injection, auth, deserialization, memory safety),\ncapture-the-flag-style exploitation, and patch authoring under\nadversarial assumptions.\n",
"domains": [
"specialization:security-research"
],
"expertiseLevels": [
"intermediate",
"expert",
"authoritative"
]
},
"outgoingEdges": [
{
"from": "skill-area:code-cybersecurity",
"to": "specialization:security-research",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:application-security",
"to": "skill-area:code-cybersecurity",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "lib-agent:security-research--exploit-developer",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:security-research--reverse-engineer",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-agent:security-research--vuln-researcher",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-compliance--homoglyph-detector",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-compliance--semantic-code-analyzer",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-research--binary-exploitation",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-research--debugger-integration",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-research--ghidra-ida-re",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-research--pwntools-exploit",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:security-research--static-analysis-tools",
"to": "skill-area:code-cybersecurity",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
}
]
}