From a3e6bd704e90a38020bc25d333d5db0fd070eb05 Mon Sep 17 00:00:00 2001 From: huiyu9144 <361512234@qq.com> Date: Wed, 3 Jun 2026 21:33:30 +0800 Subject: [PATCH 1/3] Add huiyu-safe-ai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4de615..61a5845 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP - [Marketing Growth](#marketing-growth) - [Project & Product Management](#project--product-management) - [Security, Compliance, & Legal](#security-compliance--legal) + - [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 with zero overhead. Built from a real supply chain attack. * [Tutorials](#tutorials) * [Contributing](#contributing) From 1304e300b1160068c3171f7ad928c7585d2bcffe Mon Sep 17 00:00:00 2001 From: huiyu9144 <361512234@qq.com> Date: Wed, 3 Jun 2026 21:47:44 +0800 Subject: [PATCH 2/3] Fix: Move entry to Security section body (was in TOC) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61a5845..58df35a 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP - [Marketing Growth](#marketing-growth) - [Project & Product Management](#project--product-management) - [Security, Compliance, & Legal](#security-compliance--legal) - - [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 with zero overhead. Built from a real supply chain attack. * [Tutorials](#tutorials) * [Contributing](#contributing) + - [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 with zero overhead. Built from a real supply chain attack. ## What is Claude Code Plugin? From bfa492da19230b5e1c87d3ad228c8452a97cd594 Mon Sep 17 00:00:00 2001 From: huiyu9144 <361512234@qq.com> Date: Wed, 3 Jun 2026 21:50:44 +0800 Subject: [PATCH 3/3] Fix: Move huiyu-safe-ai to Security section body --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58df35a..8021592 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP - [Security, Compliance, & Legal](#security-compliance--legal) * [Tutorials](#tutorials) * [Contributing](#contributing) - - [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 with zero overhead. Built from a real supply chain attack. ## What is Claude Code Plugin? @@ -190,6 +189,9 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [legal-advisor](./plugins/legal-advisor) - [legal-compliance-checker](./plugins/legal-compliance-checker) +External tools & resources that enhance security: +- [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. + ## Tutorials