From 9ee959221002bdb6b3966e9a45dd6aafcb0b6ca3 Mon Sep 17 00:00:00 2001 From: KGT24k Date: Sun, 1 Mar 2026 19:20:43 -0600 Subject: [PATCH 1/2] 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+. From 0b23976abb53a163e0fb2de3c190d4d43058dcae Mon Sep 17 00:00:00 2001 From: KGT24k Date: Tue, 3 Mar 2026 20:02:09 -0600 Subject: [PATCH 2/2] chore: update config-guard stats to v2.0.0 (54 checks, 28 CVEs, 56 malicious packages) --- data/tools/config-guard.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/tools/config-guard.yml b/data/tools/config-guard.yml index c5b5ad21e..99084b7aa 100644 --- a/data/tools/config-guard.yml +++ b/data/tools/config-guard.yml @@ -10,11 +10,11 @@ tags: license: MIT types: - cli -source: 'https://github.com/KGT24k/config-guard' -homepage: 'https://github.com/KGT24k/config-guard' +source: 'https://github.com/KGT24k/mcp-config-guard' +homepage: 'https://pypi.org/project/mcp-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+. + 54 OWASP-mapped checks, 28 CVE detections, 56 known malicious package signatures, + typosquat detection via Levenshtein distance, SARIF v2.1.0 output for CI/CD, + and policy-as-code support. Supports Claude Code, Cursor, VS Code, Windsurf, + and Claude Desktop configs. Python 3.9+.