From 9ee959221002bdb6b3966e9a45dd6aafcb0b6ca3 Mon Sep 17 00:00:00 2001 From: KGT24k Date: Sun, 1 Mar 2026 19:20:43 -0600 Subject: [PATCH] Add config-guard MCP security linter --- data/tools/config-guard.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/tools/config-guard.yml diff --git a/data/tools/config-guard.yml b/data/tools/config-guard.yml new file mode 100644 index 000000000..c5b5ad21e --- /dev/null +++ b/data/tools/config-guard.yml @@ -0,0 +1,20 @@ +name: config-guard +categories: + - linter +tags: + - configmanagement + - json + - python + - security + - yaml +license: MIT +types: + - cli +source: 'https://github.com/KGT24k/config-guard' +homepage: 'https://github.com/KGT24k/config-guard' +description: >- + Zero-dependency security linter for MCP (Model Context Protocol) configurations. + 22 checks mapped to the OWASP MCP Top 10, CVE and malicious package detection, + SARIF v2.1.0 output for CI/CD integration, and policy-as-code support. + Supports Claude Code, Claude Desktop, Cursor, VS Code, and Windsurf configs. + Python 3.9+.