TopRank Skills

Home / Claw Skills / Git / GitHub / Aoi Openclaw Security Toolkit Core
Official OpenClaw rules 36%

Aoi Openclaw Security Toolkit Core

AOI OpenClaw Security Toolkit Core

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Aoi Openclaw Security Toolkit Core 技能。 若已安装,则直接安装 Aoi Openclaw Security Toolkit Core 技能。

Overview

Skill Key
edmonddantesj/aoi-openclaw-security-toolkit-core
Author
edmonddantesj
Source Repo
openclaw/skills
Version
-
Source Path
skills/edmonddantesj/aoi-openclaw-security-toolkit-core
Latest Commit SHA
a46f19aa4ca2f61fe30f093f194072727c74b30c

Extracted Content

SKILL.md excerpt

# AOI OpenClaw Security Toolkit (Core)

**Why**: Prevent “one bad commit” incidents (accidental file leakage + secret exposure) with a fast, local-only, fail-closed check.
**When**: Before committing/pushing, before publishing a skill, and when reviewing scripts/skills for unexpected egress behavior.
**How**: Run a single command to get PASS/WARN/BLOCK and an optional redaction-safe report.
**Scope**: Detection + reporting only (no auto-fix, no uploads, no auto-posting).
**Quickstart**: `openclaw-sec check --preset repo --diff staged`

This is a **public-safe** toolkit skill.

- **Does:** detect + report risks (PASS/WARN/BLOCK)
- **Does NOT:** auto-fix, auto-upload, auto-post, or exfiltrate data

## CLI

Binary: `openclaw-sec`

Common:

```bash
openclaw-sec check --lang en
openclaw-sec check --lang ko
openclaw-sec scan-secrets
openclaw-sec scan-egress
openclaw-sec scan-prompt --file inbound.txt
```

Exit codes:
- `0` PASS
- `1` WARN
- `2` BLOCK

## Default scan scope

If `--paths` is omitted, it scans existing paths among:
- `.`
- `skills/`
- `scripts/`
- `context/`

## Rules

Rule files live in `rules/`:
- `secret_patterns.txt`
- `egress_patterns.txt`
- `prompt_injection_patterns.txt`

Edit these to tune sensitivity.

Related Claw Skills