From 322f67a554315da4c74aef8cf3b6af0978702f80 Mon Sep 17 00:00:00 2001 From: KongFangXun Date: Mon, 31 Aug 2026 15:47:29 +0800 Subject: [PATCH 1/2] Add sofagent to Security, Compliance, & Legal (EN) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0670365..1fe9626 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [openclaw-security](https://github.com/AtlasPA/openclaw-security) - 11-tool security suite for agent workspaces: integrity scanning, secret detection, permission auditing, network DLP, supply-chain checks, injection defense, credential lifecycle, compliance enforcement, audit trails, cryptographic signing, and incident response. - [privacy-mask](https://github.com/fullstackcrew-alpha/privacy-mask) - Detect and redact PII, API keys, and secrets in screenshots via OCR + regex before images reach Claude. 47 detection rules, Tesseract/RapidOCR support, UserPromptSubmit hook integration. 100% offline. - [skillfortify](https://github.com/qualixar/skillfortify) - External: Formal verification scanner for AI agent skills (including Claude Code skills + MCP servers). 100% precision on 540-skill benchmark. ASBOM generation. arXiv:2603.00195. +- [sofagent](https://github.com/KongFangXun/sofagent) - External: FDE harness that audits AI coding agents at commit time — scans git diffs with 24 audit rules (secret leaks, out-of-scope edits, blind modifications without prior reads, commit-message prompt injection), writes HMAC-signed tamper-evident audit history, and ships MCP governance tools. MIT. - [shellgate](./plugins/shellgate) - [huiyu-safe-ai](https://github.com/huiyu9144/huiyu-safe-ai) - Lightweight AI security guard for install/download commands. Blocks 68+ malicious packages, verifies identity, scans code in <1s. Built from a real supply chain attack. - [web-security-guard](./plugins/web-security-guard) From 69b8d0dacdb850c41b15e52e1288a8c39c7a40ef Mon Sep 17 00:00:00 2001 From: KongFangXun Date: Mon, 31 Aug 2026 15:47:31 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Add=20sofagent=20to=20=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E3=80=81=E5=90=88=E8=A7=84=E4=B8=8E=E6=B3=95=E5=BE=8B=20(ZH)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 5c00d9d..849364e 100644 --- a/README-zh.md +++ b/README-zh.md @@ -225,6 +225,7 @@ - [shellgate](./plugins/shellgate) - [web-security-guard](./plugins/web-security-guard) - [agent-safety-preflight](./plugins/agent-safety-preflight) +- [sofagent](https://github.com/KongFangXun/sofagent) - 外部:提交时审计 AI 编码智能体的 FDE Harness——24 条审计规则扫描 git diff(密钥泄露、越界修改、未读先改、提交信息注入),写入 HMAC 签名的防篡改审计史,附 MCP 治理工具。MIT。 ### MCP 服务器