II.
LibraryProcess overview
Reference · livelib-process:cryptography-blockchain--incident-response-exploits
specializations/cryptography-blockchain/incident-response-exploits overview
Incident Response for Exploits - Structured incident response process for smart contract exploits including detection, containment, recovery, and post-mortem analysis.
Attributes
displayName
specializations/cryptography-blockchain/incident-response-exploits
description
Incident Response for Exploits - Structured incident response process for smart contract exploits
including detection, containment, recovery, and post-mortem analysis.
libraryPath
library/specializations/cryptography-blockchain/incident-response-exploits.js
specialization
cryptography-blockchain
references
- - REKT News: https://rekt.news/
- - DeFi Security Best Practices: https://github.com/crytic/building-secure-contracts
example
const result = await orchestrate('specializations/cryptography-blockchain/incident-response-exploits', {
projectName: 'Protocol Exploit Response',
incidentType: 'reentrancy-attack',
severity: 'critical',
affectedContracts: ['Vault', 'Strategy']
});
usesAgents
- detection-engineer
- assessment-engineer
- containment-engineer
- rca-engineer
- recovery-engineer
- comms-engineer
- remediation-engineer
- postmortem-engineer
Outgoing edges
lib_applies_to_domain1
- domain:security·DomainSecurity
lib_belongs_to_specialization1
- specialization:cryptography-blockchain·Specialization
lib_covers_topic2
- topic:hmac-signing·TopicHMAC Signing
- topic:ssl-certs·TopicSSL/TLS Certificates
lib_implements_workflow1
- workflow:incident-response·Workflow
lib_involves_role1
- role:security-engineer·RoleSecurity Engineer
lib_requires_skill_area2
- skill-area:symmetric-encryption·SkillAreaSymmetric Encryption
- skill-area:asymmetric-encryption·SkillAreaAsymmetric Encryption
Incoming edges
None.