II.
LibraryProcess JSON
Structured · livelib-process:cryptography-blockchain--smart-contract-security-audit
specializations/cryptography-blockchain/smart-contract-security-audit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/cryptography-blockchain/smart-contract-security-audit",
"description": "Smart Contract Security Audit Process - Systematic security review of smart contracts including manual code review,\nautomated analysis, formal verification, and economic attack vector assessment to identify vulnerabilities before deployment.",
"libraryPath": "library/specializations/cryptography-blockchain/smart-contract-security-audit.js",
"specialization": "cryptography-blockchain",
"references": [
"- Slither Static Analyzer: https://github.com/crytic/slither",
"- Mythril Security Tool: https://github.com/Consensys/mythril",
"- SWC Registry: https://swcregistry.io/",
"- Trail of Bits Audit Guide: https://github.com/trailofbits/publications"
],
"example": "const result = await orchestrate('specializations/cryptography-blockchain/smart-contract-security-audit', {\n projectName: 'DeFi Protocol Audit',\n contractPaths: ['contracts/core/', 'contracts/periphery/'],\n auditScope: { includes: ['all contracts'], excludes: ['test/', 'mocks/'] },\n severityThreshold: 'medium',\n auditType: 'full'\n});",
"usesAgents": [
"solidity-auditor",
"formal-methods"
]
},
"outgoingEdges": [
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "skill-area:symmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "skill-area:asymmetric-encryption",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "skill-area:smart-contract-development-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "topic:hmac-signing",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "topic:ssl-certs",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "domain:security",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "role:security-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "workflow:vulnerability-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "specialization:cryptography-blockchain",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "lib-agent:cryptography-blockchain--solidity-auditor",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:cryptography-blockchain--smart-contract-security-audit",
"to": "lib-agent:cryptography-blockchain--formal-methods",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}