MCP Scanner
ScanLeaderboardDocsSign in
Home/mcpcap/mcpcap/Results

This repository may not be an MCP server

We could not detect MCP SDK imports or tool registrations.

100A

mcpcap

mcpcap/mcpcap

31 files · 3 findings

Share GitHub SARIF JSON
3 high
Tool Poisoningclean
Command Injectionclean
Path Traversalclean
SSRFclean
Credential Theftclean
Excessive Permissions3 issues
Missing Authclean
Supply Chain
Excessive Permissions3

sudo command usage

high

Using sudo in scripts escalates privileges and may allow unintended system-wide modifications.

.github/workflows/release.yml:111
sudo apt-get update && sudo apt-get install -y jq
How to fix

Remove sudo usage. Run processes with the minimum required privileges.

clean
Rug Pullclean

sudo command usage

high

Using sudo in scripts escalates privileges and may allow unintended system-wide modifications.

.github/workflows/release.yml:111
sudo apt-get update && sudo apt-get install -y jq
How to fix

Remove sudo usage. Run processes with the minimum required privileges.

sudo command usage

high

Using sudo in scripts escalates privileges and may allow unintended system-wide modifications.

.github/workflows/release.yml:127
sudo mv mcp-publisher /usr/local/bin/
How to fix

Remove sudo usage. Run processes with the minimum required privileges.