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

ot-security-posture-scorecardOT 安全态势记分卡

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

10,673

周安装

436

GitHub Stars

公开资料未说明

下载量

3,453
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ot-security-posture-scorecard(OT 安全态势记分卡)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/ot-security-posture-scorecard
安装命令:
openclaw skills install ot-security-posture-scorecard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install ot-security-posture-scorecard

简介

用于评估 OT/ICS/SCADA 安全状况并生成风险记分卡,附带补救指导建议。

  • 适用于运营技术安全审计、工业控制系统合规性检查与改进优先级排序。
  • 基于 6 项原则(业务驱动、基于风险等)评估 30 项控制措施,输出结构化报告。
  • 结果仅供参考,需结合人工判断与安全团队确认实施路径。
  • 建议在安装前核实数据来源与权限边界,避免影响生产系统运行。

SKILL.md

name
ot-security-posture-scorecard
description
Assess OT/ICS/SCADA security posture and generate risk scorecards with remediation guidance. Use when evaluating operational technology security, industrial control system risks, SCADA vulnerabilities, OT-IT convergence gaps, IEC 62443 compliance, or NIST CSF alignment for critical infrastructure.
version
1.0.0
homepage
https://portal.toolweb.in
metadata
openclaw
emoji
🏭
requires
env
bins
primaryEnv
TOOLWEB_API_KEY
os
category
security

OT Security Posture Scorecard 🏭🔒

Assess the security posture of Operational Technology (OT), Industrial Control Systems (ICS), and SCADA environments. Returns a detailed scorecard with risk ratings, gap analysis, and prioritized remediation steps aligned to IEC 62443 and NIST CSF frameworks.

Built by a CISSP/CISM certified security professional at ToolWeb.in

When to Use

  • User asks to assess OT or ICS or SCADA security posture
  • User wants to evaluate industrial control system risks
  • User needs OT-IT convergence security analysis
  • User asks about IEC 62443 or NIST CSF compliance for OT environments
  • User mentions critical infrastructure security assessment
  • User wants a security scorecard for manufacturing, energy, water, or utility systems

Prerequisites

  • TOOLWEB_API_KEY — Get your API key from portal.toolweb.in
  • curl must be available on the system

API Endpoint

POST https://portal.toolweb.in:8443/security/itotassessor

Workflow

  1. Gather inputs from the user. Ask for the following:

Required fields: - org_name — Name of the organization (e.g., "Acme Manufacturing Corp") - sector — Industry sector (e.g., "Manufacturing", "Energy", "Water Treatment", "Oil & Gas", "Pharmaceuticals", "Transportation", "Mining") - ot_size — Size of OT environment (e.g., "Small", "Medium", "Large", "Enterprise") - integration_level — Level of IT/OT integration (e.g., "Minimal", "Partial", "Full", "Air-Gapped") - csf_scores — NIST CSF self-assessment scores (each 1-5). Ask the user to rate their maturity in each area: - identify — Asset management, risk assessment (1=none, 5=optimized) - protect — Access control, security training, data protection (1=none, 5=optimized) - detect — Monitoring, detection processes (1=none, 5=optimized) - respond — Incident response planning and execution (1=none, 5=optimized) - recover — Recovery planning and improvements (1=none, 5=optimized)

Optional fields (use if the user provides them): - ot_technologies — List of OT technologies in use (e.g., ["SCADA", "PLC", "HMI", "DCS", "RTU"]) - it_tools — List of IT security tools in use (e.g., ["Firewall", "SIEM", "IDS", "EDR"]) - threat_concern — Primary threat concerns (e.g., "Ransomware targeting OT networks") - compliance — Target compliance framework (e.g., "IEC 62443", "NIST CSF", "NERC CIP") - known_gaps — Known security gaps (e.g., "No OT network monitoring, shared credentials on PLCs") - team_maturity — Security team maturity level (e.g., "No dedicated OT security team") - assessment_depth — Level of detail: "standard" (default) or "detailed"

  1. Call the API with the gathered parameters:
curl -s -X POST "https://portal.toolweb.in:8443/security/itotassessor" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $TOOLWEB_API_KEY" \
  -d '{
    "org_name": "<org_name>",
    "sector": "<sector>",
    "ot_size": "<ot_size>",
    "integration_level": "<integration_level>",
    "ot_technologies": ["<tech1>", "<tech2>"],
    "it_tools": ["<tool1>", "<tool2>"],
    "csf_scores": {
      "identify": <1-5>,
      "protect": <1-5>,
      "detect": <1-5>,
      "respond": <1-5>,
      "recover": <1-5>
    },
    "threat_concern": "<threat_concern>",
    "compliance": "<compliance>"
  }'
  1. Parse the response. The API returns a JSON object with:

- status — "success" or error status - report — Full markdown report containing executive summary, NIST CSF function analysis, top 5 priority risks, technology stack assessment, and step-by-step remediation roadmap - overall_score — Numeric score (0-100) - csf_avg — Average CSF score across all 5 functions - risk_level — Risk rating ("Critical", "High", "Medium", "Low") - org_name — Organization name echoed back

  1. Present results to the user in a clear, structured format:

- Lead with the overall score and risk level - Show the executive summary from the report - Highlight the top 5 priority risks - Present the remediation roadmap phases - Offer to dive deeper into any specific section

Output Format

Present the scorecard as follows:

🏭 OT/IT Convergence Security Assessment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Organization: [org_name]
Sector: [sector]
Overall Score: [overall_score]/100 — [risk_level]
CSF Average: [csf_avg]/5.0

[Extract and present key sections from the report field:]
- Executive Summary
- Top 5 Priority Risks (with severity)
- Phase 1 Quick Wins (0-30 days)
- Recommended Technology Additions

📎 Full detailed report available — ask me to show any section

Note: The report field contains a comprehensive markdown report. Present the most actionable sections first (executive summary, top risks, quick wins) and offer to show the full report or specific sections on request.

Error Handling

  • If TOOLWEB_API_KEY is not set: Tell the user to get an API key from https://portal.toolweb.in (plans start at ₹2,999/month or ~$36/month)
  • If the API returns 401: API key is invalid or expired — direct user to portal.toolweb.in to check their subscription
  • If the API returns 429: Rate limit exceeded — wait and retry after 60 seconds
  • If the API returns 500: Inform user of a temporary service issue and suggest retrying in a few minutes
  • If curl is not available: Suggest installing curl (apt install curl / brew install curl)

Example Interaction

User: "Assess the security of our water treatment plant's SCADA system"

Agent flow:

  1. Ask: "I'll need a few details to run the assessment:

- What's your organization name? - How large is your OT environment? (Small/Medium/Large) - How integrated are your IT and OT networks? (Minimal/Partial/Full) - Can you rate your maturity (1-5) in these areas: Identify, Protect, Detect, Respond, Recover?"

  1. User responds: "WaterCo Utilities, medium size, partial integration. Identify: 3, Protect: 2, Detect: 2, Respond: 1, Recover: 1"
  2. Call API:
curl -s -X POST "https://portal.toolweb.in:8443/security/itotassessor" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $TOOLWEB_API_KEY" \
  -d '{
    "org_name": "WaterCo Utilities",
    "sector": "Water Treatment",
    "ot_size": "Medium",
    "integration_level": "Partial",
    "ot_technologies": ["SCADA", "PLC", "HMI"],
    "csf_scores": {"identify":3,"protect":2,"detect":2,"respond":1,"recover":1}
  }'
  1. Present the scorecard: overall score, risk level, executive summary, top risks, and quick wins

Pricing

  • API access via portal.toolweb.in subscription plans
  • Free trial: 10 API calls/day, 50 API calls/month to test the skill
  • Developer: $39/month — 20 calls/day and 500 calls/month
  • Professional: $99/month — 200 calls/day, 5000 calls/month
  • Enterprise: $299/month — 100K calls/day, 1M calls/month

##About

Created by ToolWeb.in — a security-focused MicroSaaS platform with 200+ security APIs, built by a CISSP & CISM certified professional. Trusted by security teams in USA, UK, and Europe and we have platforms for "Pay-per-run", "API Gateway", "MCP Server", "OpenClaw", "RapidAPI" for execution and YouTube channel for demos.

  • 🌐 Toolweb Platform: https://toolweb.in
  • 🔌 API Hub (Kong): https://portal.toolweb.in
  • 🎡 MCP Server: https://hub.toolweb.in
  • 🦞 OpenClaw Skills: https://toolweb.in/openclaw/
  • 🛒 RapidAPI: https://rapidapi.com/user/mkrishna477
  • 📺 YouTube demos: https://youtube.com/@toolweb-009

Tips

  • For the most actionable results, provide detailed descriptions of your OT environment
  • Run assessments quarterly to track improvement over time
  • Use the compliance mapping output directly for audit preparation
  • Combine with the IT Risk Assessment Tool skill for a holistic IT+OT security view

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.89%
按下载量换算3,346

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills