Open source library
clawguard-node (Node)
JavaScript/TypeScript-oriented scanner with the same core threat coverage as the Python package, designed for CI and npx usage.
Install
npm i clawguard-nodeMinimal usage
# run directly
npx clawguard-node scan ./skill.md --format json
# as npm script
{"scripts": {"guard": "clawguard-node scan ./prompts --format sarif"}}