Skip to content

GitHub Action for automated security scanning in CI/CD #4

@NeuZhou

Description

@NeuZhou

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions