diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 30364bd..101fd81 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -468,6 +468,30 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "calllint", + "description": "Preflight risk linting for MCP & agent tools. Before you add or edit an agent-tool config, CallLint recommends scanning the blast radius — SAFE / REVIEW / BLOCK / UNKNOWN with evidence. Advisory and non-blocking; never executes the server it judges.", + "version": "0.1.0", + "author": { + "name": "saintL", + "url": "https://calllint.com" + }, + "homepage": "https://calllint.com", + "keywords": [ + "mcp", + "security", + "audit", + "preflight", + "agent-tools" + ], + "license": "Apache-2.0", + "repository": "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/calllint/calllint", + "source": { + "source": "github", + "repo": "calllint/calllint", + "path": "plugins/calllint" + } } ] }