What problem does it solve?
ClawDefender protects AI agents and automation pipelines from malicious or untrusted inputs by detecting prompt injection, command injection, SSRF, credential exfiltration, and path traversal patterns before they are executed or acted upon.
Core Features & Use Cases
- Input Sanitization: Real-time filtering and marking of suspicious external content (emails, API responses, issue bodies) to prevent instruction hijacking.
- Skill & Script Auditing: Full workspace and skill scans that surface CRITICAL/HIGH/WARNING findings for installed skills and automation scripts.
- URL & Command Validation: SSRF checks, allowlist support, and pattern-based command detection to stop dangerous operations and exfiltration endpoints.
- Automation & CI Integration: Returnable exit codes and JSON outputs for strict CI/CD gating and automated safe install workflows.
Quick Start
Pipe any external content through sanitize.sh to block prompt injection and validate URLs before the agent processes them.