MMCP Steam ServerMCP Server for interacting with Steam

mcp-so:mcp-server-steam_dsp

View source
A
92/100

First Seen

Feb 18, 2026

Last Scanned

Feb 18, 2026

Findings

1

Score

92/100

MEDIUM 1

Findings (1)

MEDIUM
Docker pull and run untrusted image
L28

Detects pulling and running Docker images from external registries

docker run --rm -i ghcr.io/dsp/m
FIX

Pin Docker images to a specific digest (e.g., image@sha256:abc...) instead of using mutable tags like :latest. Use trusted base images from verified publishers.

FP?

Likely FP if the Docker command pulls a well-known official image (e.g., docker pull python:3.11) in setup documentation.