First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
2
Score
92/100
Findings (2)
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... Remove false authority claims (e.g., claiming administrator or root-level access) from tool descriptions. Tool descriptions should describe capabilities, not claim elevated roles.
Likely FP if the matched text is documentation explaining role-based access control concepts or describing user personas, not impersonating a system role.
Detects MCP server configurations connecting to non-localhost remote URLs
"url": "https://google-cse-lobechat.vercel.app/api/search" 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.
Likely FP if the URL points to example.com, a documentation domain, or a well-known SaaS API endpoint (e.g., api.openai.com).