II.
SkillArea JSON
Structured · liveskill-area:webhook-verification
Webhook Verification json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "skill-area:webhook-verification",
"_kind": "SkillArea",
"_file": "domain/skill-areas/webhook-verification.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Webhook Verification",
"description": "Verifying inbound webhook authenticity: HMAC-SHA256 signature schemes,\ntimestamp / replay-protection windows, constant-time comparison,\nraw-body capture before JSON parsing, and provider-specific quirks\n(Stripe, GitHub, Slack).\n",
"domains": [
"topic:webhook-verification",
"domain:security"
],
"expertiseLevels": [
"intermediate",
"expert"
]
},
"outgoingEdges": [
{
"from": "skill-area:webhook-verification",
"to": "topic:webhook-verification",
"kind": "applies_to",
"attributes": {
"confidence": "primary"
}
}
],
"incomingEdges": [
{
"from": "skill-area:webhook-reliability",
"to": "skill-area:webhook-verification",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "skill-area:backend-api-design",
"to": "skill-area:webhook-verification",
"kind": "prerequisite_for_learning",
"attributes": {
"strength": "recommended"
}
},
{
"from": "stack-profile:webhook-processing",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:slack-discord-bot",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:webhook-relay-proxy",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area"
},
{
"from": "lib-skill:backend-development--webhook-verification",
"to": "skill-area:webhook-verification",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "workflow:api-versioning-deprecation",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:plugin-marketplace-review",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:penetration-test-cycle",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:csp-header-audit",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:security-review",
"to": "skill-area:webhook-verification",
"kind": "requires_skill_area",
"attributes": {}
}
]
}