From d1945868fa32fcf3818769266ed5466b14cf2f57 Mon Sep 17 00:00:00 2001 From: huacheng Date: Sun, 22 Mar 2026 10:05:00 +0000 Subject: [PATCH] Add ClawSec and ClawSearch to Code section Add ClawSec (security audit platform for AI agent skills) and ClawSearch (skill discovery with trust scoring) to the Code tools section. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00fc9b3..4cffc28 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ A curated list of AI security resources inspired by [awesome-adversarial-machine |![][code]|[Exploring the Space of Adversarial Images](https://github.com/tabacof/adversarial)| |![][code]|[StringSifter - A machine learning tool that ranks strings based on their relevance for malware analysis](https://github.com/fireeye/stringsifter)| |![][code]|[CAI - Cybersecurity AI framework for autonomous security testing](https://github.com/aliasrobotics/CAI)| +|![][code]|[ClawSec - Security audit platform for AI agent skills with five-tier detection, sandbox execution via Firecracker microVM, and continuous rule evolution](https://github.com/prompt-security/clawsec)| +|![][code]|[ClawSearch - AI agent skill discovery platform with trust scoring, pre-install security checks, and vulnerability assessment](https://clawsearch.cc)| |![][code]|[dstack - Confidential AI framework for secure ML/LLM deployment with hardware-enforced isolation and data privacy](https://github.com/Dstack-TEE/dstack)| |![][code]|[ClawMoat - Open-source runtime security scanner for AI agents. Detects prompt injection, jailbreak, PII leakage, memory poisoning, and tool misuse](https://github.com/darfaz/clawmoat)| |![][code]|[SkillFortify - Formal analysis and supply chain security for agentic AI skills. Sound static analysis, SAT-based dependency resolution, trust scoring, CycloneDX ASBOM. 5 theorems, F1=96.95%, 0% FP rate](https://github.com/varun369/skillfortify)|