Back to skill

Security audit

SocQ Google Maps Research

Security checks for vulnerabilities and agentic risk

Overview

The skill is a coherent SocQ integration for public Google Maps research, with disclosed external service use and API-key requirements.

Install this only if you intend to use SocQ for public Google Maps research and are comfortable providing a SocQ API key. Prefer a pinned or preinstalled SocQ CLI when possible, review expected credit costs before large runs, and avoid sending secrets or non-public data as query inputs.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (4)

Rp1

Medium
Category
MCP Rug Pull
Confidence
70% confidence
Finding
npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.

Rp1

Medium
Category
MCP Rug Pull
Confidence
94% confidence
Finding
The skill explicitly recommends `npx @socq/cli`, which resolves and executes the latest package version at runtime unless a version is pinned. That creates a supply-chain risk: a compromised upstream package, malicious update, or unexpected breaking change could be executed in the agent environment.

External Transmission

Medium
Category
Data Exfiltration
Content
value: "socq"
      description: "Hosted SocQ Google Maps data tools"
      transport: "streamable_http"
      url: "https://api.socq.ai/mcp?platforms=google-maps"
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

External Transmission

Medium
Category
Data Exfiltration
Content
value: "socq"
      description: "Hosted SocQ Google Maps data tools"
      transport: "streamable_http"
      url: "https://api.socq.ai/mcp?platforms=google-maps"
Confidence
50% confidence
Finding
Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.

Static analysis

Detected: suspicious.exposed_secret_literal

File appears to expose a hardcoded API secret or token.

Critical
Code
suspicious.exposed_secret_literal
Location
SKILL.md:32