Open source library

clawguard-ai (Python)

Python scanner for malicious prompt and skills behavior. Combines semantic scenario matching with deterministic pattern checks.

Install
pip install clawguard-ai

Minimal usage

# scan from file
clawguard scan ./skill.md --format json

# scan from stdin
cat prompt.txt | clawguard scan --stdin