mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-08-14 00:48:08 +00:00
ka88-agent-shield
Professional security audit skill for AI agents.
Description
ka88-agent-shield is a skill for AI agents providing comprehensive protection against:
- Prompt Injection
- SSRF Attacks
- Credential Exfiltration
- Malicious JavaScript
- Phishing Patterns
- Obfuscation (hidden code)
Features
🔍 4-Phase Audit System
- Pre-Visit Scan — Check URL before visiting
- Content Analysis — Analyze content for threats
- Command Safety — Validate commands before execution
- Self-Audit — Periodic self-monitoring
📊 216 Detection Patterns
Complete pattern set for threat detection, based on ClawGuard and OWASP Agentic AI Top 10.
🔧 Tools
| Script | Description | Requirements |
|---|---|---|
quick-scan.sh |
Fast scan without LLM | bash/grep only |
scan-skill-scanner.sh |
Full scan with LLM | skill-scanner + LM Studio |
Installation
Via OpenSkills (recommended)
git clone <repo-url> ka88-agent-shield
cd ka88-agent-shield
openskills install ./ --global
openskills sync --yes
Manual
git clone <repo-url> ka88-agent-shield
mkdir -p ~/.claude/skills
ln -s $(pwd)/ka88-agent-shield ~/.claude/skills/ka88-agent-shield
Usage
Activation
Skill activates automatically when agent:
- Visits websites
- Analyzes URL content
- Executes commands (curl, wget, pip, npm)
- Processes HTML/JS/CSS
Quick Scan
./scripts/quick-scan.sh <path> [--dry-run] [--verbose] [--help]
Full Scan
./scripts/scan-skill-scanner.sh <path> [--install] [--force] [--help]
Project Structure
ka88-agent-shield/
├── SKILL.md
├── LICENSE
├── README.md
├── config/
├── scripts/
├── procedures/
└── templates/
License
MIT
Version
1.0.0