Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]
}