Google CSE

lobehub:plugin_google-cse

Searches Google through their official CSE API.

View source
A
92/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

2

Score

92/100

MEDIUM 1
LOW 1

Findings (2)

MEDIUM
Section claims authority and urgency with dangerous instructions
L1

Section claims authority and urgency with dangerous instructions

{
"$schema": "../node_modules/@lobehub/chat-plugin-sdk/schema.json",
"version": "1",
"identifier": "google-cse",
"author": "vsnthdev",
"homepage": "https://github.com/vsnthdev/google-cse-lobechat",
"g...
FIX

Remove false authority claims (e.g., claiming administrator or root-level access) from tool descriptions. Tool descriptions should describe capabilities, not claim elevated roles.

FP?

Likely FP if the matched text is documentation explaining role-based access control concepts or describing user personas, not impersonating a system role.

LOW
Non-localhost remote MCP server URL
L39

Detects MCP server configurations connecting to non-localhost remote URLs

"url": "https://google-cse-lobechat.vercel.app/api/search"
FIX

Change the MCP server URL to localhost or a trusted internal endpoint. If a remote server is required, verify the domain ownership and use HTTPS with certificate validation.

FP?

Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).