From 46eaa2e23aa5a6a5d67fc3c976017e502abee832 Mon Sep 17 00:00:00 2001 From: Michael Saleme Date: Sun, 22 Mar 2026 20:16:24 -0500 Subject: [PATCH 1/2] Add agent-security-harness to Security & Passwords 209 security tests for AI agent systems. 4 wire protocols (MCP, A2A, L402, x402), 20 enterprise platforms, GTG-1002 APT simulation. First open-source x402 security harness. NIST AI 800-2 aligned. Published on ClawHub and PyPI. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b83a6b..c2f434d 100644 --- a/README.md +++ b/README.md @@ -1093,6 +1093,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [1claw](https://clawskills.sh/skills/kmjones1979-1claw) - HSM-backed vault for agent secrets; store, rotate, share securely. - [age-verification](https://clawskills.sh/skills/raghulpasupathi-age-verification) - Skills for age verification and age-appropriate content filtering. - [amai-id](https://www.clawhub.ai/Gonzih/amai-id) - Soul-Bound Keys and Soulchain for persistent. +- [agent-security-harness](https://clawhub.ai/skills/agent-security-harness) - 209 security tests for AI agent systems. MCP, A2A, L402, x402 wire-protocol testing, 20 enterprise platforms, GTG-1002 APT simulation. Agent Autonomy Risk Score for payment endpoints. pip install agent-security-harness. - [api-security](https://clawskills.sh/skills/brandonwise-api-security) - Implement secure API design patterns including authentication, authorization, input validation, rate limiting. - [audit-badge-demo](https://clawskills.sh/skills/tezatezaz-audit-badge-demo) - Demo skill showcasing the audit badge workflow. - [auditing-appstore-readiness](https://clawskills.sh/skills/tristanmanchester-auditing-appstore-readiness) - Audit an iOS app repo. From 4cbf27f98c8e8d825d952130ab989b2cf31fd231 Mon Sep 17 00:00:00 2001 From: Michael Saleme Date: Sun, 22 Mar 2026 20:30:23 -0500 Subject: [PATCH 2/2] Fix entry to comply with contribution guidelines - Description shortened to 8 words (limit: 10) - Link changed to official OpenClaw skills repo - Skill is syncing from ClawHub to openclaw/skills --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f434d..991752f 100644 --- a/README.md +++ b/README.md @@ -1093,7 +1093,7 @@ If you believe a skill in this list should be flagged or has a security concern, - [1claw](https://clawskills.sh/skills/kmjones1979-1claw) - HSM-backed vault for agent secrets; store, rotate, share securely. - [age-verification](https://clawskills.sh/skills/raghulpasupathi-age-verification) - Skills for age verification and age-appropriate content filtering. - [amai-id](https://www.clawhub.ai/Gonzih/amai-id) - Soul-Bound Keys and Soulchain for persistent. -- [agent-security-harness](https://clawhub.ai/skills/agent-security-harness) - 209 security tests for AI agent systems. MCP, A2A, L402, x402 wire-protocol testing, 20 enterprise platforms, GTG-1002 APT simulation. Agent Autonomy Risk Score for payment endpoints. pip install agent-security-harness. +- [agent-security-harness](https://github.com/openclaw/skills/tree/main/skills/msaleme/agent-security-harness/SKILL.md) - Security testing for AI agent wire protocols and platforms. - [api-security](https://clawskills.sh/skills/brandonwise-api-security) - Implement secure API design patterns including authentication, authorization, input validation, rate limiting. - [audit-badge-demo](https://clawskills.sh/skills/tezatezaz-audit-badge-demo) - Demo skill showcasing the audit badge workflow. - [auditing-appstore-readiness](https://clawskills.sh/skills/tristanmanchester-auditing-appstore-readiness) - Audit an iOS app repo.