External Transmission
Medium
- Category
- Data Exfiltration
- Content
"description": "Connect Gemini CLI to Stellary, the AI-native project piloting SaaS, through the hosted Streamable HTTP MCP at https://api.stellary.co/mcp. Authenticate with a Bearer personal access token (not OAuth, not a local stdio server).", "mcpServers": { "stellary": { "httpUrl": "https://api.stellary.co/mcp", "headers": { "Authorization": "Bearer ${STELLARY_TOKEN}" }- Confidence
- 91% confidence
- Finding
- The skill is configured to send requests to an external hosted MCP endpoint and attach a Bearer token in the Authorization header. Even if intended, this creates a real trust boundary: prompts, tool inputs, metadata, and authentication material may be transmitted to a third-party service, so compromise or misuse of that service could expose sensitive project data or enable account access.
