ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Giraffe Guard

Skill by lida408

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lida408/giraffe-guard
Or

🦒 Giraffe Guard — 长颈鹿卫士

Scan OpenClaw skill directories for supply chain attacks and malicious code. 扫描 OpenClaw skill 目录,检测潜在的供应链投毒和恶意代码。

Features / 功能

  • 22 security detection rules covering the full supply chain attack surface / 22 条检测规则,覆盖供应链攻击全链路
  • Context-aware: distinguishes documentation from executable code, reducing false positives / 上下文感知:区分文档描述和实际可执行代码,降低误报
  • Colored terminal output + JSON report output / 彩色终端输出 + JSON 格式报告
  • --verbose mode shows matching line context / --verbose 模式显示匹配行上下文
  • --skip-dir to exclude directories / --skip-dir 跳过指定目录
  • Whitelist support / 白名单机制
  • Compatible with macOS and Linux, zero external dependencies / 兼容 macOS 和 Linux,零外部依赖

Usage / 使用方法

Scan a skill directory / 扫描目录

{baseDir}/scripts/audit.sh /path/to/skills

Verbose mode / 详细模式

{baseDir}/scripts/audit.sh --verbose /path/to/skills

JSON report / JSON 报告

{baseDir}/scripts/audit.sh --json /path/to/skills

With whitelist / 使用白名单

{baseDir}/scripts/audit.sh --whitelist whitelist.txt /path/to/skills

Skip directories / 跳过目录

{baseDir}/scripts/audit.sh --skip-dir node_modules --skip-dir vendor /path/to/skills

Combined / 组合使用

{baseDir}/scripts/audit.sh --verbose --context 3 --whitelist whitelist.txt --skip-dir node_modules /path/to/skills

Detection Rules (22) / 检测规则

🔴 Critical / 严重级别

#RuleEN中文
1pipe-executionPipe execution (curl/wget to bash)管道执行
2base64-decode-pipeBase64 decoded and pipedBase64 解码管道执行
3security-bypassmacOS Gatekeeper/SIP bypass安全机制绕过
5tor-onion-addressTor hidden service暗网地址
5reverse-shellReverse shell patterns反向 shell
7file-type-disguiseBinary disguised as text文件类型伪装
8ssh-key-exfiltrationSSH key theftSSH 密钥窃取
8cloud-credential-accessCloud credential access云凭证访问
8env-exfiltrationEnv vars sent over network环境变量外传
9anti-sandboxAnti-debug/anti-sandbox反沙盒/反调试
10covert-downloaderOne-liner downloaders单行下载器
11persistence-launchagentmacOS LaunchAgent持久化
13string-concat-bypassString concatenation bypass字符串拼接绕过
15env-file-leak.env with real secrets.env 密钥泄露
16typosquat-npm/pipTyposquatting packages包名仿冒
17malicious-postinstallMalicious lifecycle scripts恶意生命周期脚本
18git-hooksActive git hooks活跃 git hooks
19sensitive-file-leakPrivate keys/credentials私钥/凭证泄露
20skillmd-prompt-injectionPrompt injection in SKILL.mdSKILL.md prompt 注入
21dockerfile-privilegedDocker privileged modeDocker 特权模式
22zero-width-charsZero-width Unicode chars零宽 Unicode 字符

Metadata

Author@lida408
Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lida408-giraffe-guard": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.