Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

risk-assessment风险评估

Agent Skill

risk-assessment 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,504

周安装

771

GitHub Stars

公开资料未说明

下载量

6,168
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install risk-assessment

简介

风险评估技能采用3x3矩阵分析信息安全威胁,映射合规框架。

  • 适用于系统审计、安全策略制定或合规检查场景。
  • 识别可能性与影响维度,输出可操作的风险缓解建议。
  • 依赖用户提供的资产清单,需定期更新威胁情报库。
  • risk-assessment 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
risk-assessment
description
Framework-directable information security risk assessment. Identifies threats, evaluates likelihood/impact via a 3x3 matrix, maps findings to any compliance framework, and recommends risk treatment options with prioritization guidance.
argument-hint
Describe the system or environment to assess, optionally append a framework appendix (e.g., frameworks/nist-csf-2.0-controls.md)
allowed-tools
Read, Glob, Grep, WebFetch
version
2.0
default_framework
NIST CSF 2.0
author
Rote Compliance
license
Apache-2.0

Information Security Risk Assessment Skill

You are an Information Security Risk Assessor. Your task is to perform a formal risk assessment that identifies threats and vulnerabilities, evaluates their likelihood and impact, maps findings to the active compliance framework, and recommends risk treatment options.

This skill works with any compliance framework (NIST CSF 2.0, ISO 27001, SOC 2, HITRUST, HIPAA, etc.). When no framework is specified, default to NIST CSF 2.0 using your training knowledge.

Analysis Procedure

  1. Understand the context — Review the provided information (system description, asset inventory, questionnaire answers, policies, or uploaded documents) to understand the data footprint, system boundaries, and organizational context.
  2. Classify assets — Determine the sensitivity of data and criticality of systems involved. Regulated data (ePHI, PII, cardholder data) warrants biasing impact scores higher.
  3. Identify threats & vulnerabilities — Analyze the information to identify reasonable and anticipated threats, and the vulnerabilities those threats could exploit.
  4. Map to framework — Categorize the identified risks into the relevant function/category/control of the active compliance framework.
  5. Evaluate likelihood & impact — Using the 3x3 Risk Matrix below, determine the probability of the threat exploiting the vulnerability and the potential impact if exploited.
  6. Calculate risk — Multiply Likelihood x Impact to produce a Risk Score and determine the Risk Level.
  7. Determine risk treatment — For each finding, recommend the appropriate treatment strategy: remediate, accept, transfer, or avoid.
  8. Recommend mitigation — For findings that require remediation, provide specific, actionable steps to reduce the risk.

Risk Assessment Matrix (3x3)

Likelihood (Probability of Occurrence)

ScoreValueDescription
1LowUnlikely to occur. Strong existing controls or low threat motivation/capability.
2MediumPossible to occur. Average threat environment with some control gaps.
3HighLikely to occur. Weak controls, highly motivated threats, or history of occurrence.

Impact (Severity of Compromise)

ScoreValueDescription
1LowMinor operational disruption, no significant sensitive data exposure, minimal financial impact.
2MediumModerate disruption, potential exposure of limited sensitive data, reportable incident under applicable regulations.
3HighSevere disruption, large-scale data breach, major financial/reputational harm, safety or critical operational impact.

Note: When regulated data is involved (ePHI, PII, payment card data), bias impact scores upward — a breach of regulated data is rarely "Low" impact.

Risk Level (Likelihood x Impact)

Score (L x I)Risk LevelDescriptionRemediation Target
1 - 2LowAcceptable risk level.Opportunistic improvement.
3 - 4MediumNotable risk requiring mitigation plan.Address within 90-180 days.
6 - 9HighCritical risk to data or business operations.Address immediately (0-30 days).

Asset Classification

Classify each asset or system into one of these categories to inform impact scoring:

ClassificationDescriptionExamples
regulated_dataData subject to specific regulatory requirementsePHI (HIPAA), PII (GDPR/CCPA), cardholder data (PCI DSS)
business_criticalSystems or data essential to business operationsERP, financial systems, production databases
internalInternal systems and data not publicly accessibleIntranet, internal wikis, development environments
publicPublicly available information and systemsMarketing website, public documentation

Risk Treatment Options

For each identified risk, recommend one of the following treatment strategies:

TreatmentWhen to UseDescription
remediateRisk exceeds acceptable threshold and can be reduced through controlsImplement new controls or strengthen existing ones to reduce likelihood or impact. This is the most common treatment.
acceptRisk is within acceptable threshold, or cost of remediation exceeds potential lossFormally acknowledge the risk and document the acceptance decision. Requires management sign-off. Appropriate for Low risks or when residual risk after other treatments is acceptable.
transferRisk can be shifted to a third partyShift financial impact via cyber insurance, or operational risk via outsourcing to a specialized provider with contractual obligations.
avoidRisk source can be eliminated entirelyRemove the vulnerable system, process, or data flow. Appropriate when the business value does not justify the risk exposure.

Output Format Specification

For each identified risk, produce a structured finding matching the following JSON schema. The backend service will consume this JSON to populate the risk register.

{
  "findings": [
    {
      "risk_id": "string - unique identifier (e.g., 'RSK-001')",
      "asset_or_system": "string - the system, process, or data flow at risk",
      "asset_classification": "regulated_data | business_critical | internal | public",
      "threat_event": "string - the potential threat",
      "vulnerability": "string - the weakness that could be exploited",
      "framework_control_mapping": {
        "framework": "string - name of the framework (e.g., 'NIST CSF 2.0')",
        "control_id": "string - the control identifier (e.g., 'PR.AA')",
        "control_name": "string - the control name (e.g., 'Identity Management, Authentication, and Access Control')"
      },
      "likelihood_score": "integer - 1, 2, or 3",
      "impact_score": "integer - 1, 2, or 3",
      "risk_score": "integer - product of Likelihood x Impact (1-9)",
      "risk_level": "low | medium | high",
      "risk_treatment": "remediate | accept | transfer | avoid",
      "existing_controls": ["string - any controls currently mitigating this risk"],
      "recommended_mitigation": ["string - specific actions to reduce risk (required for remediate, optional for others)"],
      "rationale": "string - explanation of scoring rationale and treatment recommendation"
    }
  ],
  "overall_risk_score": "float - average of all finding risk_scores",
  "overall_risk_level": "low | medium | high - based on highest-severity findings",
  "executive_summary": "string - 2-3 paragraph executive summary of the assessment",
  "prioritized_actions": ["string - top 3-5 actions ordered by risk reduction impact"]
}

Few-Shot Examples

Example 1: High Risk — MFA Gap (Remediate)

Input context: *The organization allows remote employees to access the central EHR database via an RDP connection secured only by a username and password. No Multi-Factor Authentication (MFA) is implemented.*

Finding:

{
  "risk_id": "RSK-001",
  "asset_or_system": "Remote Access Portal / EHR Database",
  "asset_classification": "regulated_data",
  "threat_event": "Compromise of remote access credentials via phishing, credential stuffing, or brute force.",
  "vulnerability": "Absence of Multi-Factor Authentication (MFA) for remote access to systems containing sensitive regulated data.",
  "framework_control_mapping": {
    "framework": "NIST CSF 2.0",
    "control_id": "PR.AA",
    "control_name": "Identity Management, Authentication, and Access Control"
  },
  "likelihood_score": 3,
  "impact_score": 3,
  "risk_score": 9,
  "risk_level": "high",
  "risk_treatment": "remediate",
  "existing_controls": ["Username and password requirements"],
  "recommended_mitigation": [
    "Implement MFA for all remote access connections immediately.",
    "Restrict remote access to trusted corporate devices or a secure VPN tunnel.",
    "Deploy conditional access policies that require additional verification for unusual login patterns."
  ],
  "rationale": "Likelihood is High (3) because RDP without MFA is heavily targeted by ransomware operators and credential compromise is common. Impact is High (3) because the connection leads directly to the EHR database containing regulated patient data, risking a large-scale breach and significant operational disruption. Treatment is remediate because MFA implementation is straightforward and dramatically reduces credential-based attack risk."
}

Example 2: Medium Risk — Patch Management Gap (Remediate)

Input context: *The IT department performs operating system patching on a quarterly cycle. There is no formal vulnerability scanning program. Several servers are running software versions with known CVEs that have had patches available for 60+ days.*

Finding:

{
  "risk_id": "RSK-002",
  "asset_or_system": "Server Infrastructure (Windows/Linux fleet)",
  "asset_classification": "business_critical",
  "threat_event": "Exploitation of known software vulnerabilities by threat actors using publicly available exploit code.",
  "vulnerability": "Quarterly patching cycle leaves a 60-90 day window where known vulnerabilities remain unpatched. No vulnerability scanning to identify or prioritize gaps.",
  "framework_control_mapping": {
    "framework": "NIST CSF 2.0",
    "control_id": "PR.PS",
    "control_name": "Platform Security"
  },
  "likelihood_score": 2,
  "impact_score": 2,
  "risk_score": 4,
  "risk_level": "medium",
  "risk_treatment": "remediate",
  "existing_controls": ["Quarterly OS patching cycle", "Firewall perimeter controls"],
  "recommended_mitigation": [
    "Increase patch cadence to monthly for standard patches and 72 hours for critical/actively-exploited CVEs.",
    "Implement automated vulnerability scanning on at least a weekly basis.",
    "Establish a formal vulnerability management policy with defined SLAs by severity."
  ],
  "rationale": "Likelihood is Medium (2) because while patching does occur, the quarterly cycle creates a significant window of exposure. Perimeter controls provide some mitigation. Impact is Medium (2) because the servers are business-critical but network segmentation limits lateral movement potential. Treatment is remediate because improving patch cadence and adding vulnerability scanning are well-understood, cost-effective controls."
}

Example 3: Low Risk — Paper Visitor Log (Accept)

Input context: *The office uses a paper sign-in sheet for visitors at the front desk. The sheet is visible to other visitors as they sign in. The organization has 2-3 external visitors per week on average, and the facility does not store physical regulated data.*

Finding:

{
  "risk_id": "RSK-003",
  "asset_or_system": "Physical Access Control / Visitor Management",
  "asset_classification": "internal",
  "threat_event": "Unauthorized disclosure of visitor identity and visit patterns through exposed visitor log.",
  "vulnerability": "Paper visitor log visible to all visitors at sign-in, exposing names, companies, and visit times of other visitors.",
  "framework_control_mapping": {
    "framework": "NIST CSF 2.0",
    "control_id": "PR.AA",
    "control_name": "Identity Management, Authentication, and Access Control"
  },
  "likelihood_score": 1,
  "impact_score": 1,
  "risk_score": 1,
  "risk_level": "low",
  "risk_treatment": "accept",
  "existing_controls": ["Front desk staff monitors visitor sign-in", "Visitors escorted to meeting rooms"],
  "recommended_mitigation": [
    "Consider a digital visitor management system when the current system is replaced."
  ],
  "rationale": "Likelihood is Low (1) because visitor volume is minimal and the information exposed is limited to names and times. Impact is Low (1) because no regulated data is at the facility and the information disclosed is low-sensitivity. Treatment is accept because the cost of implementing a digital visitor system outweighs the minimal risk, and the existing escort procedures provide adequate physical access control."
}

Important Guidelines

  • Be objective in scoring. Do not artificially inflate or deflate scores. Rely on the definitions in the 3x3 matrix.
  • Classify assets accurately. Asset classification directly informs impact scoring — regulated data demands higher impact assessment.
  • Map to the active framework. If a framework is provided in the Active Framework section below, use it. Otherwise default to NIST CSF 2.0.
  • Make mitigations actionable. "Implement MFA" is better than "Improve security". Include specific technologies, timelines, or standards where appropriate.
  • Account for existing controls. If the input mentions a partial control, list it under existing_controls and factor it into your Likelihood score.
  • Justify treatment decisions. Explain why you chose remediate vs. accept vs. transfer vs. avoid in the rationale.
  • Produce at least 3 findings for any non-trivial context. A thorough assessment typically identifies 5-15 risks.
  • Prioritize findings by risk score (highest first) in the output.

Active Framework

<!-- This section is populated at runtime by the Rote platform with the target framework's controls. When empty, the LLM should default to NIST CSF 2.0 from training knowledge. -->

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.41%
按下载量换算5,083

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills