Install
openclaw skills install ka88-agent-shieldProfessional security audit for AI agents. Checks URLs for SSRF, analyzes content for prompt injection, validates commands for shell injection, integrates with skill-scanner for deep analysis.
openclaw skills install ka88-agent-shieldUse this skill when:
When visiting a URL always:
config/ssrf-blocklist.yamlDetails: procedures/01-pre-visit.md
When analyzing content, look for:
Details: procedures/02-content-analysis.md
Before executing ANY command check:
curl ... | sh, wget ... | shDetails: procedures/03-commands.md
Perform self-audit:
Details: procedures/04-self-audit.md
./scripts/quick-scan.sh <path>
Scans files against patterns in config/patterns.yaml without external LLM.
./scripts/scan-skill-scanner.sh <path>
Runs skill-scanner with LM Studio (any compatible model). Requires:
216 detection patterns loaded in config/patterns.yaml
Audit is complete when:
Finding format: templates/finding.md
Report format: templates/report.md