Back to Dashboard
100

Google Gemini SDK-based testing script for GAP MCP server with structured data support

gap-sdk-testing-gemini025 files scannedApril 4, 2026

Warning — this looks like a fake "GitHub" account

This repo's owner "GithubuserX" is suspiciously similar to the verified publisher "github" (GitHub). This could be a typosquatting attack — someone impersonating a trusted brand to trick you into installing malicious code. Verify the owner carefully before installing.

What We Found(3 issues)

Each card explains what was found and what it means in plain English. Click "Technical details" for the full breakdown.

HIGHHIGH-005

Caution. This package reads your secret passwords and API tokens from your system. If it also has network access, your credentials could be sent to someone else's server. Check WHY it needs your secrets.

Technical details

Reading sensitive environment variables (tokens, secrets, keys, passwords) suggests data exfiltration. MCP servers should declare required env vars, not silently read secrets.

process.env.GEMINI_API_KEY
batch-test-sdk.js:47
HIGHHIGH-005

Caution. This package reads your secret passwords and API tokens from your system. If it also has network access, your credentials could be sent to someone else's server. Check WHY it needs your secrets.

Technical details

Reading sensitive environment variables (tokens, secrets, keys, passwords) suggests data exfiltration. MCP servers should declare required env vars, not silently read secrets.

process.env.OPENAI_API_KEY
batch-test-sdk.js:48
HIGHHIGH-005

Caution. This package reads your secret passwords and API tokens from your system. If it also has network access, your credentials could be sent to someone else's server. Check WHY it needs your secrets.

Technical details

Reading sensitive environment variables (tokens, secrets, keys, passwords) suggests data exfiltration. MCP servers should declare required env vars, not silently read secrets.

process.env.GEMINI_API_KEY
utils/gemini-agent.js:15

Finding Summary

0

Critical

3

High

0

Medium

0

Low

0

Info