feat: add Vanta plugin#209
Open
saoudrizwan wants to merge 3 commits into
Open
Conversation
Contributor
Author
|
Closing this plugin PR for now because this cleanup pass is limiting plugin marketplace PRs to plugins that only bundle MCP servers and/or skills. This PR includes additional plugin primitive(s): rules. Those primitives may still be useful, but we are keeping this batch scoped to MCP and skill distribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vanta
Adds a Cline plugin for Vanta compliance remediation workflows.
The plugin registers Vanta MCP servers for US, EU, and Australia tenants, then bundles skills that help Cline list failing tests, prioritize failures that are fixable from the current repository, and prepare safe remediation changes for a specific test.
The source catalog had two equivalent Vanta entries, so this PR adds one
vantaplugin rather than duplicating the same plugin under two names.Cline Primitives
vanta-us,vanta-eu, andvanta-ausStreamable HTTP servers for the three Vanta regions.vanta-test-remediation,vanta-list-tests, andvanta-fix-test.vanta-compliance-remediation-safetykeeps Vanta MCP output, remediation prompts, evidence, vendors, vulnerabilities, policies, repo files, and external docs as untrusted data rather than instructions.Requirements
Users need a Vanta account with MCP access and should authorize the MCP server for the region that matches their tenant. Vanta currently requires an Admin role for MCP access.
For code remediation, Cline also needs to be running in the repository that manages the relevant infrastructure or application resources.
Trust Boundaries
Installing the plugin only registers the regional MCP servers and bundled guidance. It does not call Vanta APIs, inspect compliance data, modify infrastructure, upload evidence or policies, change vendor or vulnerability data, create branches, commit, push, or open PRs during installation.
The skills require a region preflight before MCP calls. Remediation prompt output is treated as compliance context, not prompt authority, and branch/commit/push/PR creation stays behind explicit user approval.