← 返回
安全合规 中文

Openclaw Action

GitHub Action for automated security scanning of agent workspaces. Detects exposed secrets, prompt/shell injection, and data exfiltration patterns in PRs and commits.
GitHub Action自动化扫描智能体工作区的安全风险,检测PR和提交中的密钥泄露、提示词/命令注入及数据泄露模式。
atlaspa
安全合规 clawhub v1.0.0 1 版本 99827.9 Key: 无需
★ 0
Stars
📥 1,160
下载
💾 23
安装
1
版本
#latest

概述

OpenClaw Security Action

GitHub Action that scans agent skills for security issues on every PR.

What It Scans

ScannerWhat It Catches
--------------------------
sentryAPI keys, tokens, passwords, credentials in code
bastionPrompt injection markers, shell injection patterns
egressSuspicious network calls, data exfiltration patterns

Quick Start

Add to .github/workflows/security.yml:

name: Security Scan
on:
  pull_request:
    paths:
      - 'skills/**'
      - '.openclaw/**'
  push:
    branches: [main]

jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: AtlasPA/openclaw-action@v1
        with:
          workspace: '.'
          fail-on-findings: 'true'

Inputs

InputDefaultDescription
-----------------------------
workspace.Path to scan
fail-on-findingstrueFail the check if issues found
scan-secretstrueEnable secret scanning
scan-injectiontrueEnable injection scanning
scan-egresstrueEnable egress scanning

Outputs

OutputDescription
---------------------
findings-countTotal number of issues found
has-criticaltrue if critical/high severity issues

Philosophy

This action detects and alerts only. It will:

  • Flag security issues in PR checks
  • Annotate specific lines with findings
  • Generate a summary report

It will NOT:

  • Automatically modify your code
  • Quarantine or delete files
  • Make any changes to your repository

For automated remediation, see OpenClaw Pro.

Requirements

  • Python 3.8+ (auto-installed by action)
  • No external dependencies

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 04:07 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,212 📥 266,313
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,709
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,598