Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

secucheck技能安全扫描

Agent Skill

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

总安装

105,624

周安装

4,401

GitHub Stars

4

下载量

35,208
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install secucheck

简介

OpenClaw 的全面安全审核。扫描 7 个域(运行时、通道、代理、cron、技能、会话、网络),支持 3 个专业级别、上下文感知分析和可视化仪表板。本地化报告为只读。

SKILL.md

name
secucheck
description
Comprehensive security audit for OpenClaw. Scans 7 domains (runtime, channels, agents, cron, skills, sessions, network), supports 3 expertise levels, context-aware analysis, and visual dashboard. Read-only with localized reports.
tags
[security, audit, hardening, runtime, dashboard, prompt-injection]

secucheck - OpenClaw Security Audit

Comprehensive security audit skill for OpenClaw deployments. Analyzes configuration, permissions, exposure risks, and runtime environment with context-aware recommendations.


Summary

secucheck performs read-only security audits of your OpenClaw setup:

  • 7 audit domains: Runtime, Channels, Agents, Cron Jobs, Skills, Sessions, Network
  • 3 expertise levels: Beginner (analogies), Intermediate (technical), Expert (attack vectors)
  • Context-aware: Considers VPN, single-user, self-hosted scenarios
  • Runtime checks: Live system state (network exposure, containers, privileges)
  • Dashboard: Visual HTML report with security score
  • Localized output: Final report matches user's language

Never modifies configuration automatically. All fixes require explicit user confirmation.


Quick Start

Installation

clawhub install secucheck

Usage

Ask your OpenClaw agent:

  • "security audit"
  • "secucheck"
  • "run security check"

Expertise Levels

When prompted, choose your level:

  1. Beginner - Simple analogies, no jargon
  2. Intermediate - Technical details, config examples
  3. Expert - Attack vectors, edge cases, CVEs

All levels run the same checks—only explanation depth varies.

Dashboard

"show dashboard" / "visual report"

Opens an HTML report in your browser.


Example Output

🔒 Security Audit Results

🟡 Needs Attention

| Severity | Count |
|----------|-------|
| 🔴 Critical | 0 |
| 🟠 High | 0 |
| 🟡 Medium | 2 |
| 🟢 Low | 3 |

### 🟡 Agent "molty": exec + external content processing
...

Features

  • 🔍 Comprehensive: Channels, agents, cron, skills, sessions, network, runtime
  • 👤 3 Expertise Levels: Beginner / Intermediate / Expert
  • 🌏 Localized: Final report in user's language
  • 🎯 Attack Scenarios: Real-world exploitation paths
  • Runtime Checks: VPN, containers, privileges, network exposure
  • 🎨 Dashboard: Visual HTML report with security score

Agent Instructions

*Everything below is for the agent executing this skill.*


When to Use

Trigger this skill when:

  • User requests security checkup/audit
  • Auto-trigger: Installing skills, creating/modifying agents, adding/modifying cron jobs
  • Periodic review (recommended: weekly)

Expertise Levels

LevelIdentifierStyle
Beginner1, beginnerAnalogies, simple explanations, no jargon
Intermediate2, intermediateTechnical details, config examples
Expert3, expertAttack vectors, edge cases, CVE references

Execution Flow

Step 1: Ask Level (before running anything)

Present options in user's language. Example (English):

What level of technical detail do you prefer?

1. 🌱 Beginner - I'll explain simply with analogies
2. 💻 Intermediate - Technical details and config examples
3. 🔐 Expert - Include attack vectors and edge cases

📌 All levels run the same checks—only explanation depth varies.

STOP HERE. Wait for user response.

Step 2: Run Audit

bash ~/.openclaw/skills/secucheck/scripts/full_audit.sh

Returns JSON with findings categorized by severity.

Step 3: Format Output

Parse JSON output and format based on user's expertise level. Final report must be in user's language.

Report Structure (Organize by Category)

🔒 Security Audit Results

📊 Summary Table
| Severity | Count |
|----------|-------|
| 🔴 Critical | X |
| ...

⚡ Runtime
- [findings related to RUNTIME category]

🤖 Agents  
- [findings related to AGENT category]

📁 Workspace
- [findings related to WORKSPACE category]

🧩 Skills
- [findings related to SKILL category]

📢 Channels
- [findings related to CHANNEL category]

🌐 Network
- [findings related to NETWORK category]

Group findings by their category field, not just severity. Within each category, show severity icon and explain.

Step 4: Auto-Open Dashboard

After text report, automatically generate and serve dashboard:

bash ~/.openclaw/skills/secucheck/scripts/serve_dashboard.sh

The script returns JSON with url (LAN IP) and local_url (localhost). Use the url field (not localhost) when telling the user — they may access from another device.

Example:

📊 대시보드도 열었어요: http://192.168.1.200:8766/secucheck-report.html

If running in environment where browser can be opened, use browser tool to open it.

Cross-Platform Support

Scripts run on Linux, macOS, and WSL. Check the JSON output for platform info:

{
  "os": "linux",
  "os_variant": "ubuntu",
  "in_wsl": false,
  "in_dsm": false,
  "failed_checks": ["external_ip"]
}

Platform Detection

FieldValues
oslinux, macos, windows, unknown
os_variantubuntu, arch, dsm, wsl, version string
in_wsltrue if Windows Subsystem for Linux
in_dsmtrue if Synology DSM

Handling Failed Checks

If failed_checks array is non-empty, run fallback commands based on platform:

Network Info Fallbacks

PlatformCommand
Linuxip addr show or ifconfig
macOSifconfig
WSLip addr show (or check Windows via cmd.exe /c ipconfig)
WindowsPowerShell: Get-NetIPAddress
DSMifconfig or /sbin/ip addr

Gateway Binding Fallbacks

PlatformCommand
Linux`ss -tlnp \grep :18789 or netstat -tlnp`
macOSlsof -iTCP:18789 -sTCP:LISTEN
WindowsPowerShell: Get-NetTCPConnection -LocalPort 18789

File Permissions Fallbacks

PlatformCommand
Linux/macOSls -la ~/.openclaw
WindowsPowerShell: Get-Acl $env:USERPROFILE\.openclaw

Windows Native Support

If os is windows and scripts fail completely:

  1. Use PowerShell commands directly:
# Network exposure
Get-NetTCPConnection -LocalPort 18789 -State Listen

# File permissions
Get-Acl "$env:USERPROFILE\.openclaw"

# Process info
Get-Process | Where-Object {$_.Name -like "*openclaw*"}
  1. Report what you can check and note Windows-specific limitations.

Minimal Environments (Docker, DSM)

Some environments lack tools. Check output and supplement:

Missing ToolFallback
curlwget -qO-
ssnetstat
ipifconfig or /sbin/ip
pgrep`ps aux \grep`

Agent Decision Flow

1. Run full_audit.sh
2. Check "failed_checks" in output
3. For each failed check:
   a. Identify platform from os/os_variant
   b. Run platform-specific fallback command
   c. Incorporate results into report
4. Note any checks that couldn't complete

Dashboard Generation

When user requests visual report:

bash ~/.openclaw/skills/secucheck/scripts/serve_dashboard.sh

Returns:

{
  "status": "ok",
  "url": "http://localhost:8766/secucheck-report.html",
  "pid": 12345
}

Provide URL directly to user.

Detailed Check References

Read these only when deep explanation needed:

FileDomain
checks/runtime.mdLive system state
checks/channels.mdChannel policies
checks/agents.mdAgent permissions
checks/cron.mdScheduled jobs
checks/skills.mdInstalled skills
checks/sessions.mdSession isolation
checks/network.mdNetwork configuration

Attack Scenario Templates

Use these for expert-level explanations:

FileScenario
scenarios/prompt-injection.mdExternal content manipulation
scenarios/session-leak.mdCross-session data exposure
scenarios/privilege-escalation.mdTool permission abuse
scenarios/credential-exposure.mdSecret leakage
scenarios/unauthorized-access.mdAccess control bypass

Risk Levels

🔴 Critical - Immediate action required. Active exploitation possible.
🟠 High     - Significant risk. Should fix soon.
🟡 Medium   - Notable concern. Plan to address.
🟢 Low      - Minor issue or best practice recommendation.
⚪ Info     - Not a risk, but worth noting.

Risk Matrix

                Tool Permissions
              Minimal       Full
         ┌──────────┬──────────┐
Exposure │   🟢     │   🟡     │
  Low    │  Safe    │  Caution │
         ├──────────┼──────────┤
         │   🟡     │   🔴     │
  High   │ Caution  │ Critical │
         └──────────┴──────────┘

Exposure = Who can talk to the bot (DM policy, group access, public channels)
Tool Permissions = What the bot can do (exec, file access, messaging, browser)

Context-Aware Exceptions

Don't just pattern match. Consider context:

ContextAdjustment
Private channel, 2-3 trusted membersLower risk even with exec
VPN/Tailscale only accessNetwork exposure less critical
Self-hosted, single userSession isolation less important
Containerized environmentPrivilege escalation less severe

Always ask about environment if unclear.

Applying Fixes

CRITICAL RULES:

  1. Never auto-apply fixes. Always show suggestions first.
  2. Warn about functional impact. If a fix might break something, say so.
  3. Get explicit user confirmation before any config changes.

Example flow:

Agent: "Changing this setting will disable exec in #dev channel.
        If you're using code execution there, it will stop working.
        Apply this fix?"
User: "yes"
Agent: [apply fix via gateway config.patch]

Language Rules

  • Internal processing: Always English
  • Thinking/reasoning: Always English
  • Final user-facing report: Match user's language
  • Technical terms: Keep in English (exec, cron, gateway, etc.)

Auto-Review Triggers

Invoke automatically when:

  1. Skill installation: clawhub install <skill> or manual addition
  2. Agent creation/modification: New agent or tool changes
  3. Cron job creation/modification: New or modified scheduled tasks

For auto-reviews, focus only on changed component unless full audit requested.

Quick Commands

User RequestAction
"check channels only"Run channels.md check
"audit cron jobs"Run cron.md check
"full audit"All checks
"more detail"Re-run with verbose output

Trust Hierarchy

Apply appropriate trust levels:

LevelEntityTrust Model
1OwnerFull trust — has all access
2AI AgentTrust but verify — sandboxed, logged
3AllowlistsLimited trust — specified users only
4StrangersNo trust — blocked by default

Incident Response Reference

If compromise suspected:

Containment

  1. Stop gateway process
  2. Set gateway.bind to loopback (127.0.0.1)
  3. Disable risky DM/group policies

Rotation

  1. Regenerate gateway auth token
  2. Rotate browser control tokens
  3. Revoke and rotate API keys

Review

  1. Check gateway logs and session transcripts
  2. Review recent config changes
  3. Re-run full security audit

Files Reference

~/.openclaw/skills/secucheck/
├── SKILL.md              # This file
├── skill.json            # Package metadata
├── README.md             # User documentation
├── scripts/
│   ├── full_audit.sh     # Complete audit (JSON output)
│   ├── runtime_check.sh  # Live system checks
│   ├── gather_config.sh  # Config extraction (redacted)
│   ├── gather_skills.sh  # Skill security scan
│   ├── gather_agents.sh  # Agent configurations
│   ├── serve_dashboard.sh # Generate + serve HTML report
│   └── generate_dashboard.sh
├── dashboard/
│   └── template.html     # Dashboard template
├── checks/
│   ├── runtime.md        # Runtime interpretation
│   ├── channels.md       # Channel policy checks
│   ├── agents.md         # Agent permission checks
│   ├── cron.md           # Cron job checks
│   ├── skills.md         # Skill safety checks
│   ├── sessions.md       # Session isolation
│   └── network.md        # Network exposure
├── scenarios/
│   ├── prompt-injection.md
│   ├── session-leak.md
│   ├── privilege-escalation.md
│   ├── credential-exposure.md
│   └── unauthorized-access.md
└── templates/
    ├── report.md         # Full report template
    ├── finding.md        # Single finding template
    └── summary.md        # Quick summary template

Security Assessment Questions

When auditing, consider:

  1. Exposure: What network interfaces can reach this agent?
  2. Authentication: What verification does each access point require?
  3. Isolation: What boundaries exist between agent and host?
  4. Trust: What content sources are considered "trusted"?
  5. Auditability: What evidence exists of agent's actions?
  6. Least Privilege: Does agent have only necessary permissions?

Remember: This skill exists to make OpenClaw self-aware of its security posture. Use regularly, extend as needed, never skip the audit.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

73.56%
按下载量换算25,899

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills