Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

安全技能插座

安全技能插座 - 统一的安全技能管理和调用平台 这是一个安全技能的"插座"框架,提供统一的安全能力入口。已集成以下技能: **全网技能搜索 (ClawHub)**: - clawhub: 从 clawhub.com 搜索安装全网技能 **信息收集类**: - collector-strategy: 采集策略Ski...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 22 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The described purpose (a hub/plug-in manager for security skills) is coherent with the SKILL.md content. However, the instructions reference using the 'clawhub' CLI and managing files under ~/.openclaw/workspace/skills, yet the skill metadata declares no required binaries or config paths. That mismatch (declaring nothing required while the runtime doc expects a CLI and a workspace path) is unexplained.
!
Instruction Scope
SKILL.md tells the agent to search, install, update and compose third-party skills (e.g., using 'clawhub install', reading/writing ~/.openclaw/workspace/skills). Although the file itself doesn't include code, following these instructions will cause network downloads and filesystem writes and will enable running other skills with potentially broader privileges. There is no guidance about vetting, sandboxing, or limiting what gets installed.
!
Install Mechanism
There is no install spec (instruction-only), which is low-risk by itself, but the instructions explicitly rely on an external installer (clawhub) to download and install skills. That transfers install risk to clawhub and any skills it fetches; the hub provides no provenance, checksums, or trusted sources. The lack of declared dependency on the clawhub binary is inconsistent.
Credentials
The skill declares no required environment variables or credentials (which is reasonable for a hub). However, the hub is explicitly intended to install and orchestrate many downstream security skills—those child skills may request unrelated secrets/permissions. The hub gives no guidance about which credentials those downstream skills may require.
Persistence & Privilege
always:false (normal) and the skill does not request elevated privileges. It does assume a workspace path (~/.openclaw/workspace/skills) for storing skills, meaning it expects to write to the user's home directory. That behavior is plausible for a hub but should be explicit in metadata.
What to consider before installing
This skill is an aggregator that instructs the agent to download and run other security skills (via clawhub) and to read/write ~/.openclaw/workspace/skills. The metadata omits required binaries and provenance. Before installing: 1) Confirm the source repository or homepage and review its code/commits; 2) Ensure 'clawhub' is a trusted installer and inspect what it will download; 3) Do not run these tools with elevated privileges; 4) Prefer installing in an isolated/sandboxed environment and review each child skill's required credentials before granting them; 5) If the author cannot provide a verifiable source or a list of vetted skill packages, treat installs as high risk.

Like a lobster shell, security has layers — review code before you run it.

Current versionv2.2.1
Download zip
latestvk978m15fbnsd7256gprnztzqed830qwd

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

安全技能插座 (Security Skill Hub)

概述

这是一个统一的安全技能管理平台,提供"插座式"的安全能力调用接口。

架构

security-skill-hub/
├── SKILL.md (本文件 - 技能插座核心)
└── skills/ (已注册的安全技能列表)

已集成的技能

1. 全网技能搜索 (ClawHub)

技能名称功能触发关键词
clawhub从 clawhub.com 搜索安装全网技能搜索技能, 安装技能, clawhub

2. 性能检测类

技能名称功能触发关键词
ai-performance-analyzerAI工具性能诊断/卡顿优化性能, 卡顿, 优化, 诊断
machine-health-explorer机器健康探索/僵尸进程/负载评估机器健康, 僵尸进程, 负载, 升级建议

3. 问题研究类

技能名称功能触发关键词
claude-code-openclaw-troubleshootClaude Code/OpenClaw 常见问题研究常见问题, 故障, 性能问题

3. 信息收集类

技能名称功能触发关键词
collector-strategy采集策略、关键词扩展/collector-help, 采集
skill-sample-collector样本采集样本采集

2. 漏洞扫描类

技能名称功能触发关键词
security-vuln-scanner漏洞扫描漏洞, CVE, 扫描
agent-security-code-scanner代码安全扫描代码扫描, 安全审计

3. 威胁情报类

技能名称功能触发关键词
ioc-validatorIOC验证(域名/邮箱/hash)IOC, 验证, 威胁情报
security-ioc-researchIOC研究分析IOC研究, 情报分析
threat-monitoring威胁监控威胁, 监控, APT

4. 恶意软件分析

技能名称功能触发关键词
code-malware-scanner恶意代码检测恶意代码, 后门
agent-security-skill-scanner技能安全扫描技能扫描, 安全检测

5. 防护类

技能名称功能触发关键词
agent-defenderAgent安全防护防护, Defender
agent-security-network-guardian网络防护监控网络防护, SSH爆破

6. 审计类

技能名称功能触发关键词
agent-security-openclaw-auditOpenClaw安全审计OpenClaw审计
agent-security-governance-audit治理审计治理, 审计

7. 其他安全类

技能名称功能触发关键词
agent-security-password-hardening密码硬化检测硬编码, 密码检测
agent-security-key-manager密钥管理密钥, API Key
agent-security-knowledge-query知识查询知识查询

使用方式

直接调用

根据需求选择对应的安全技能,使用其 SKILL.md 中定义的触发方式。

组合调用

当需要组合多个安全技能时,可以:

  1. 先调用一个技能获取结果
  2. 基于结果调用另一个技能
  3. 汇总分析

扩展新技能

要添加新的安全技能:

  1. 在 skills/ 目录下创建或导入新技能
  2. 更新本文件的技能列表
  3. 定义触发关键词

快速调用示例

用户: "搜索一个做PDF的技能"
→ 调用 clawhub 搜索安装

用户: "帮我验证这个域名是不是恶意"
→ 调用 ioc-validator

用户: "扫描这个项目的安全漏洞"
→ 调用 security-vuln-scanner 或 agent-security-code-scanner

用户: "检查这个技能有没有后门"
→ 调用 agent-security-skill-scanner

用户: "监控SSH暴力破解"
→ 调用 agent-security-network-guardian

用户: "检测代码中的硬编码密码"
→ 调用 agent-security-password-hardening

ClawHub 全网技能搜索

当需要搜索/安装新技能时,使用 clawhub:

# 搜索技能
clawhub search "关键词"

# 安装技能
clawhub install 技能名

# 更新所有技能
clawhub update --all

# 查看已安装
clawhub list

常用搜索示例

  • 安全相关: clawhub search security
  • 浏览器自动化: clawhub search browser
  • 深度研究: clawhub search research
  • 漏洞扫描: clawhub search vuln
  • 威胁情报: clawhub search threat

技能注册表

技能注册到 ~/.openclaw/workspace/skills/ 目录。

完整技能列表参考: AGENTS.md 中的安全相关技能

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…