II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--secure-boot-implementation
specializations/embedded-systems/secure-boot-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--secure-boot-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/secure-boot-implementation",
"description": "Secure Boot Implementation - Implementing cryptographic verification chains for firmware authenticity,\nincluding hardware root of trust, digital signatures, secure key storage, and anti-rollback protection.",
"libraryPath": "library/specializations/embedded-systems/secure-boot-implementation.js",
"specialization": "embedded-systems",
"references": [
"- Secure Boot Design: https://interrupt.memfault.com/blog/secure-boot-guide",
"- Chain of Trust: https://www.embedded.com/building-a-chain-of-trust-for-embedded-systems/",
"- Key Management: https://www.arm.com/technologies/trustzone-for-cortex-m"
],
"example": "const result = await orchestrate('specializations/embedded-systems/secure-boot-implementation', {\n projectName: 'SecureIoTDevice',\n targetMcu: 'STM32H753',\n cryptoAlgorithm: 'ECDSA-P256',\n keyManagement: 'OTP-fuses'\n});",
"usesAgents": [
"embedded-security-expert",
"embedded-tech-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "lib-agent:embedded-systems--embedded-security-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:embedded-systems--secure-boot-implementation",
"to": "lib-agent:embedded-systems--embedded-tech-writer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}