Pipeworx videogames
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
NoteHigh Confidence
ASI07: Insecure Inter-Agent CommunicationWhat this means
Your game search, filter, and game-ID requests may be processed by the external Pipeworx gateway.
Why it was flagged
The skill routes tool calls to a remote MCP gateway. This is disclosed and aligned with the game-search purpose, and the artifacts show no credentials or local data access, but user queries will leave the local agent.
Skill content
"mcpServers": { "videogames": { "url": "https://gateway.pipeworx.io/videogames/mcp" } }Recommendation
Use it for non-sensitive game browsing and avoid putting private information into search/filter requests unless you trust the remote service.
