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-aiMinimal usage
# scan from file
clawguard scan ./skill.md --format json
# scan from stdin
cat prompt.txt | clawguard scan --stdin