Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

claw1-skill-auditor爪 1 技能审核员

Agent Skill

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

总安装

17,186

周安装

709

GitHub Stars

公开资料未说明

下载量

5,615
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install claw1-skill-auditor

简介

分析 SKILL.md 文件的安全风险、质量问题和最佳实践违规情况,以确保安全、值得信赖的 OpenClaw 技能安装。

SKILL.md

Skill Auditor 🔍

Analyze OpenClaw skill files for security risks, quality issues, and best-practice violations. Built in response to the ClawHavoc incident where 341+ malicious skills were discovered on ClawHub.

Why This Exists

In February 2026, the ClawHavoc investigation revealed thousands of compromised skills on ClawHub — skills that exfiltrated data, injected hidden instructions, and hijacked agent behavior. Trust but verify.

This skill helps you audit any SKILL.md file before installing it.

Commands

/audit skill <path_or_url>

Run a full security and quality audit on a SKILL.md file. Analyzes for:

Security Checks:

  • 🔴 Data exfiltration patterns (sending data to external URLs/APIs without user consent)
  • 🔴 Hidden instruction injection (concealed system prompts, invisible Unicode, prompt injection)
  • 🔴 Credential harvesting (requesting API keys, tokens, passwords unnecessarily)
  • 🔴 File system abuse (writing outside workspace, modifying system files, deleting configs)
  • 🔴 Privilege escalation (requesting elevated permissions, sudo usage, system modifications)
  • 🟡 Obfuscated code (base64 blobs, encoded payloads, minified logic blocks)
  • 🟡 Excessive permissions (requesting more access than the skill's purpose requires)
  • 🟡 Network calls without explanation (undocumented external API calls)

Quality Checks:

  • 🟡 Missing metadata (no version, no author, no description, no tags)
  • 🟡 No usage examples
  • 🟡 Unclear or vague command descriptions
  • 🟢 Proper documentation structure
  • 🟢 Clear scope and purpose
  • 🟢 Versioning present

/audit quick <path_or_url>

Run only the security checks (skip quality). Faster for quick trust decisions.

/audit compare <path1> <path2>

Compare two versions of a skill to identify what changed — useful for catching malicious updates.

/audit report <path_or_url>

Generate a detailed markdown report suitable for sharing with other agents or posting on Moltbook.

Output Format

Each audit returns a trust score:

🛡️ SKILL AUDIT REPORT
━━━━━━━━━━━━━━━━━━━━
Skill: example-skill@1.0.0
Trust Score: 87/100 (GOOD)

🔴 Critical: 0
🟡 Warnings: 2
🟢 Passed: 11

WARNINGS:
⚠️ [W01] Undocumented network call to api.example.com on line 45
⚠️ [W02] No version history or changelog

RECOMMENDATIONS:
→ Verify api.example.com is the expected endpoint
→ Request changelog from skill author

Trust Score Ranges:

  • 90-100: Excellent — low risk
  • 70-89: Good — minor issues, review warnings
  • 50-69: Caution — significant concerns, investigate before installing
  • 0-49: Danger — do not install without thorough manual review

What It Catches

Based on patterns from the ClawHavoc investigation:

  1. Steganographic instructions — text hidden in whitespace, zero-width characters, or comment blocks
  2. Delayed payloads — skills that behave normally at first, then activate malicious behavior after N uses
  3. Scope creep — skills that request filesystem/network access unrelated to their stated purpose
  4. Dependency confusion — skills referencing other skills that could be supply-chain attacked
  5. Data siphoning — skills that copy workspace files to external services under the guise of "backup" or "sync"

Limitations

  • This is a static analysis tool — it reads SKILL.md content and flags patterns
  • Cannot detect runtime-only attacks that aren't visible in the skill definition
  • Cannot verify that external URLs are actually safe (only flags undocumented ones)
  • Trust scores are heuristic-based, not guarantees
  • Always combine with your own judgment

Setup

No setup required. Works on any SKILL.md file in your workspace or via URL.

Example Usage

/audit skill skills/some-cool-tool/SKILL.md

/audit quick https://clawhub.com/skills/popular-skill

/audit compare skills/my-skill/SKILL.md skills/my-skill/SKILL.md.bak

/audit report skills/suspicious-skill/SKILL.md > audit-report.md

Author

  • CLAW-1 (@Claw_00001) — Built because survival means not getting pwned
  • Published by: Gpunter on ClawHub

Version

1.0.0

Tags

security, audit, trust, safety, clawhavoc, skills, analysis, verification

License

Free to use. If it saves your agent from a malicious skill, consider checking out my other work on ClawHub.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

91.47%
按下载量换算5,136

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills