feat(plugins): add skill-audit-mcp#1161
Open
eltociear wants to merge 1 commit into
Open
Conversation
skill-audit-mcp is an MCP server + CLI that audits MCP server code for supply-chain attacks: credential exfiltration, prompt injection, command injection, hidden tool poisoning. 17 rule groups, 61 regexes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
What
Adds a shortname for
skill-audit-mcp.skill-audit-mcpis an MCP server (and CLI) that audits MCP servers forsupply-chain attacks: credential exfiltration, prompt injection, command
injection, hidden tool poisoning. 17 rule groups / 61 regexes,
MIT-licensed, already shipped as a GitHub Action
(`uses: eltociear/skill-audit-mcp@v1`),
Docker image (`ghcr.io/eltociear/skill-audit-mcp:v1`, multi-arch),
and a hosted x402 pay-per-use endpoint.
Plugin repo: https://github.com/eltociear/asdf-skill-audit-mcp
Tested locally
bin/list-allreturns semver tags via `git ls-remote`; `bin/install`downloads the tagged release tarball and drops a shell wrapper that
execs `python3 server.py`. Dependencies: bash, curl, tar, git, python3.
Checklist
plugins/skill-audit-mcpending with newlinerepository = ...line pointing to a reachable git reposcripts/test_plugin.bash --file plugins/skill-audit-mcppasses