II.
SkillArea JSON
Structured · liveskill-area:secret-zero-bootstrap
Secret Zero Bootstrap json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:secret-zero-bootstrap",
"_kind": "SkillArea",
"_file": "domain/skill-areas/skill-areas-expanded.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Secret Zero Bootstrap",
"description": "Solving the secret-zero problem — machine identity bootstrapping,\nplatform-native auth (IAM roles, workload identity), trusted\nplatform modules, and initial secret injection without pre-shared keys.\n",
"expertiseLevels": [
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:secret-zero-bootstrap",
"to": "domain:security",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
},
{
"from": "skill-area:secret-zero-bootstrap",
"to": "specialization:devops-sre-platform",
"kind": "applies_to",
"attributes": {
"confidence": "secondary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:key-rotation",
"to": "skill-area:secret-zero-bootstrap",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
}
]
}