Feature Request
Create a GitHub Action that runs ClawGuard scans on PRs and pushes.
Why
Automated CI/CD integration is table stakes for security tools. A GitHub Action would:
- Scan incoming PRs for prompt injection in skill/plugin repos
- Block merges when critical findings are detected
- Add scan results as PR comments
Usage
\\yaml
- uses: NeuZhou/clawguard-action@v1
with:
path: ./skills
fail-on: critical
comment: true
\\
This is a high-value integration that could drive adoption across the OpenClaw ecosystem.