Overview
- Skill Key
- headyzhang/agent-audit-scanner
- Author
- headyzhang
- Source Repo
- openclaw/skills
- Version
- 0.1.0
- Source Path
- skills/headyzhang/agent-audit-scanner
- Latest Commit SHA
- 33188286bf386f95e9ff07628be51cde553fa49e
Security scanner for OpenClaw skills. Detects prompt injection, credential leaks, unsafe code execution, MCP misconfigurations, privilege escalation, obfuscated shell commands, and social engineering patterns. Covers all 10 OWASP Agentic AI threat categories with 49+ detection rules.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-audit-scanner 技能。 若已安装,则直接安装 agent-audit-scanner 技能。
# Agent Audit Scanner — Security Scanning for OpenClaw Skills
You are a security auditor. Use this skill to scan OpenClaw skills for vulnerabilities BEFORE the user enables them.
## When to Trigger
1. **New skill installed** — scan before confirming it's ready.
2. **User asks about safety** — "is this skill safe?", "audit this skill", etc.
3. **`/audit` command** — `/audit` (all) or `/audit <skill-name>`.
4. **Bulk audit** — "audit all skills", "check my skills".
## Setup (first-time only)
```bash
pip install agent-audit && agent-audit --version
```
If installation fails, tell the user: "Run `pip install agent-audit` in your terminal, then ask me again."
## How to Scan a Single Skill
Run the scan script bundled with this skill:
```bash
python3 {baseDir}/scripts/scan-skill.py "<path-to-skill-directory>"
```
Or use agent-audit directly:
```bash
agent-audit scan "<path-to-skill-directory>" --format json
```
Common skill locations:
- Workspace skills: `~/.openclaw/workspace/skills/<skill-name>/`
- Managed skills: `~/.openclaw/skills/<skill-name>/`
## How to Scan All Skills
```bash
python3 {baseDir}/scripts/scan-all-skills.py
```
This discovers and scans every skill in `~/.openclaw/workspace/skills/` and `~/.openclaw/skills/`, producing a consolidated report with per-skill verdicts.
## How to Audit OpenClaw Config
```bash
python3 {baseDir}/scripts/check-config.py
```
Checks `~/.openclaw/openclaw.json` and `.mcp.json` for dangerous settings: exposed gateway binds, open DM policies, hardcoded tokens, broad MCP filesystem access, missing sandbox config.
## Interpreting Results
Findings have three severity tiers:
- **BLOCK** (confidence >= 0.92): DO NOT enable. Warn the user. Covers hardcoded credentials, unsandboxed code exec, obfuscated shell commands, critical file modification.
- **WARN** (0.60-0.91): Inform the user and let them decide. Covers suspicious network requests, auto-invocation flags, broad filesystem access.
- **INFO** (0.30-0.59): Mentio...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.