-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed