AAWS CodePipeline MCP ServerThis is a Model Context Protocol (MCP) server that integrates with AWS CodePipeline, allowing you to manage your pipelines through Windsurf and Cascade. The server provides a standardized interface for interacting with AWS CodePipeline services.
mcp-so:mcp-codepipeline-server_cuongdev
View sourceB
75/100 First Seen
Feb 19, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
75/100
CRITICAL 1
Findings (1)
CRITICAL
Text combines credential access with network transmission
L20 Text combines credential access with network transmission
mcp-server
This is a Model Context Protocol (MCP) server that integrates with AWS CodePipeline, allowing you to manage your pipelines through Windsurf and Cascade. The server provides a standardized i... FIX
Remove the combination of credential access and network transmission from the tool. If the tool needs credentials, access them via a secrets manager and never transmit them externally.
FP?
Likely FP if the tool legitimately uses credentials for API authentication (e.g., reading an API key to make authenticated requests to the same service).