Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

bookforge-disaster-risk-assessmentBookforge 灾害风险评估

Agent Skill

bookforge-disaster-risk-assessment 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,008

周安装

167

GitHub Stars

公开资料未说明

下载量

1,336
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:bookforge-disaster-risk-assessment(Bookforge 灾害风险评估)
来源仓库:https://github.com/quochungto/bookforge-disaster-risk-assessment
安装命令:
openclaw skills install bookforge-disaster-risk-assessment
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install bookforge-disaster-risk-assessment

简介

执行结构化灾难风险分析,识别潜在威胁与应对优先级。

  • 适用于系统架构规划和业务连续性管理场景。bookforge-disaster-risk-assessment 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 评估自然灾害、人为错误和技术故障等多维风险因素。
  • 输出包含风险矩阵和影响程度排序,指导资源投入方向。
  • 建议每季度review一次,适应业务环境变化。

SKILL.md

name
disaster-risk-assessment
description
Use when you need to assess disaster risk for a system or organization, perform structured risk analysis before disaster planning, identify which disasters to plan for, build a prioritized risk register, quantify probability and impact of failure scenarios, or answer "what disasters should we prepare for and in what order.
tags
[security, reliability, disaster-planning, risk-assessment, incident-readiness]

Disaster Risk Assessment

Produces a scored, prioritized risk register using a quantitative Probability × Impact matrix. Covers 7 disaster types across 3 themes (Environmental, Infrastructure Reliability, Security) with 18+ pre-seeded scenarios. Output drives response plan prioritization, incident response team scoping, and disaster recovery test selection.

When to Use

  • Starting disaster planning for a new or existing system
  • Preparing for a disaster recovery test or tabletop exercise
  • Scoping an incident response team's charter and coverage
  • Evaluating how a change in infrastructure (new datacenter, cloud migration) shifts risk exposure
  • Conducting a per-site risk review for a multi-location organization
  • Revisiting a prior assessment after a significant organizational or threat environment change

Prerequisite: Know your system's architecture and its key dependencies (networking, authentication, storage, third-party services). Risk ratings are only as good as the system inventory behind them.

Context & Input Gathering

Before scoring, establish three inputs:

1. System inventory with criticality classification

Classify every system the risk could affect into one of three tiers. This classification determines how much impact a given disaster actually has on operations.

TierLabelDefinition
1Mission-essentialAbsence causes total operational disruption. Organization cannot function.
2Mission-importantAbsence significantly degrades operations but does not halt them.
3NonessentialAbsence has minimal operational impact. Tolerable downtime.

Ask: which services, if offline for 24 hours, would be catastrophic (Tier 1), serious (Tier 2), or acceptable (Tier 3)?

2. Geographic and infrastructure context

Risk ratings are location-dependent. A site in Los Angeles warrants a higher earthquake probability than one in Hamburg. A site in the southeastern US warrants higher hurricane probability. A single-ISP facility warrants higher internet connectivity loss probability than one with redundant circuits. Collect:

  • Physical datacenter location(s)
  • Existing fault-tolerance controls (redundant power, redundant ISP, UPS, generators)
  • Known historical incidents at this site or in this region

3. Scope boundary

Decide whether you are assessing at the organizational level (global) or per site. Large organizations should do both — a site that hosts only Tier 3 systems warrants a different response plan than one hosting Tier 1 systems.

Process

Step 1 — Start with the pre-seeded risk taxonomy

The matrix in Appendix A of *Building Secure and Reliable Systems* groups disaster scenarios into three themes. Use these as your starting point rather than an empty list. Pre-seeded scenarios prevent the common failure mode of omitting non-obvious risks (e.g., emerging zero-day vulnerabilities, insider intellectual property theft).

Environmental theme (natural events that affect physical infrastructure)

  • Earthquake
  • Flood
  • Fire
  • Hurricane / severe storm

Infrastructure Reliability theme (component and service failures)

  • Power outage
  • Loss of internet connectivity
  • Authentication system down
  • High system latency / infrastructure slowdown

Security theme (adversarial and vulnerability-driven events)

  • System compromise (external attacker gaining unauthorized access)
  • Insider theft of intellectual property
  • Distributed denial-of-service (DDoS) / denial-of-service (DoS) attack
  • Misuse of system resources (e.g., cryptocurrency mining)
  • Vandalism / website defacement
  • Phishing attack
  • Software security bug
  • Hardware security bug
  • Emerging serious vulnerability (e.g., Meltdown/Spectre, Heartbleed class)

Add organization-specific scenarios beyond this list. Examples: ransomware targeting backup systems, supply chain compromise of a build pipeline, regulatory action requiring emergency data deletion.

Step 2 — Score each scenario using the P×I scales

For each scenario, assign two values independently, then compute the ranking.

Probability of occurrence within a year (P)

ValueLabel
0.0Almost never
0.2Unlikely
0.4Somewhat unlikely
0.6Likely
0.8Highly likely
1.0Inevitable

Score probability based on your specific location, historical data, and existing controls. A site with a generator and UPS reduces power outage probability; a site on a flood plain increases flood probability.

Impact to organization if risk occurs (I)

ValueLabel
0.0Negligible
0.2Minimal
0.5Moderate
0.8Severe
1.0Critical

Score impact relative to the Tier 1/2/3 systems affected. If a disaster only affects Tier 3 systems, impact is at most Moderate. If it takes down a Tier 1 system with no failover, impact is Severe or Critical.

Ranking = Probability × Impact

A power outage scored P=0.6, I=0.8 produces Ranking=0.48. A hurricane at P=0.2, I=1.0 produces Ranking=0.20. Sort the completed register from highest to lowest ranking.

Step 3 — Populate the risk register

Create one row per scenario. Minimum columns:

ThemeRiskProbability (P)Impact (I)Ranking (P×I)Systems ImpactedTier
EnvironmentalEarthquake
EnvironmentalFlood
EnvironmentalFire
EnvironmentalHurricane
Infrastructure ReliabilityPower outage
Infrastructure ReliabilityLoss of internet connectivity
Infrastructure ReliabilityAuthentication system down
Infrastructure ReliabilityHigh system latency / infrastructure slowdown
SecuritySystem compromise
SecurityInsider theft of intellectual property
SecurityDDoS/DoS attack
SecurityMisuse of system resources
SecurityVandalism / website defacement
SecurityPhishing attack
SecuritySoftware security bug
SecurityHardware security bug
SecurityEmerging serious vulnerability

Fill in scores, sort by Ranking descending.

Step 4 — Review for outliers before finalizing

Sorting by ranking is a starting heuristic, not a final answer. Perform a manual outlier review:

  • Low-probability, high-impact outliers: A scenario ranked 0.10 (P=0.1, I=1.0) may still demand a response plan because the consequence is catastrophic. Flag any scenario with I=1.0 regardless of ranking.
  • Hidden dependencies: A seemingly low-impact risk may become critical if it disables a monitoring or logging system that other incident responses depend on.
  • Correlated risks: An earthquake can simultaneously trigger power outage, connectivity loss, and fire. Assess whether scenarios cluster and whether the combined impact exceeds individual rankings.
  • Expert review: Solicit review from someone outside the team who can identify risks with hidden factors or dependencies. Groupthink tends to underweight unfamiliar scenarios.

Step 5 — Document scope, assumptions, and review cadence

Record alongside the register:

  • Date of assessment
  • Location(s) assessed
  • Existing controls assumed (e.g., "assumes redundant ISP, UPS, and diesel generator")
  • Owner responsible for next review
  • Planned review cadence (minimum: annually; recommended: after any major infrastructure change or post-incident)

Key Principles

Quantification counters groupthink. Intuitive risk assessment tends to weight salient scenarios (recent news events, memorable near-misses) over statistically more likely ones. A scored matrix forces explicit probability and impact estimates, making invisible assumptions visible and debatable.

Probability is infrastructure-dependent, not universal. A cloud-hosted system with multi-region failover has a different authentication system downtime probability than a single on-premises deployment. Score after accounting for existing controls — but also model what happens if a control fails.

Ratings must evolve with the system. Risk posture changes when the organization adds redundant internet circuits, migrates to a different cloud region, or discovers a new vulnerability class. Schedule reviews; do not treat the register as a one-time artifact.

Low probability does not mean no plan. Scenarios with I=0.8 or I=1.0 warrant response plans even if their ranking is low. The ranking guides where to invest preparation effort first, not which risks to ignore entirely.

Assess dependencies alongside primary systems. Key operational functions include their underlying dependencies — networking, authentication, application-layer components. A mission-essential service that depends on a Tier 3 authentication system effectively elevates that dependency to Tier 1 during an incident.

Multi-location organizations need per-site assessments. Global rankings mask site-specific exposure. A site in earthquake country has different environmental risk than headquarters. Run the matrix per site and aggregate.

Examples

Example: SaaS company, single US West Coast datacenter, no redundant power

ThemeRiskPIRankingSystems Impacted
SecuritySystem compromise0.61.00.60Auth service (T1), API (T1)
InfrastructurePower outage0.60.80.48All systems
SecuritySoftware security bug0.60.80.48API (T1)
SecurityPhishing attack0.80.50.40Email (T2), SSO (T1)
InfrastructureLoss of internet connectivity0.41.00.40All externally facing (T1)
SecurityDDoS/DoS attack0.40.80.32API (T1)
EnvironmentalEarthquake0.40.80.32All systems
SecurityEmerging serious vulnerability0.21.00.20All systems
EnvironmentalFlood0.20.50.10On-prem equipment (T2)

Outlier flag: Emerging serious vulnerability ranks 0.20 but Impact=1.0. Flag for mandatory response plan despite low ranking. Earthquake and internet connectivity loss are correlated — their combined impact may be higher than either alone.

Example: Adjusting for existing controls

After adding a backup ISP: Loss of internet connectivity drops from P=0.4 to P=0.2, Ranking drops from 0.40 to 0.20. After adding UPS and generator: Power outage drops from P=0.6 to P=0.2, Ranking drops from 0.48 to 0.16. Re-run the matrix when controls change to confirm prioritization remains valid.

References

  • *Building Secure and Reliable Systems* (Blank, Oprea et al., Google/O'Reilly, 2020)

- Chapter 16 "Disaster Planning" — pp. 363–382: disaster type taxonomy (pp. 364), disaster risk analysis methodology (pp. 366), system criticality classification (pp. 366), dynamic response strategy phases (pp. 365) - Appendix A "A Disaster Risk Assessment Matrix" — pp. 499–500: Table A-1 with full probability scale, impact scale, pre-seeded scenario taxonomy, and Ranking = P×I formula

  • Next steps after completing the register: incident response team setup (Chapter 16, pp. 367–375), response plan development (pp. 371–373), disaster recovery test planning (pp. 376–382)

License

This skill is licensed under CC-BY-SA-4.0. Source: BookForge — Building Secure And Reliable Systems by Unknown.

Related BookForge Skills

This skill is standalone. Browse more BookForge skills: bookforge-skills

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.79%
按下载量换算1,093

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills