Back to skill

Security audit

Route

Security checks across malware telemetry and agentic risk

Overview

This skill is a straightforward routing helper, but it sends exact route coordinates and the Camino API key to Camino’s API when used.

Install only if you are comfortable sending exact origins, destinations, route preferences, and optional imagery-related requests to Camino’s API. Use a scoped or trial API key where possible, avoid sensitive home/work locations unless needed, and review the companion Camino skills separately before installing the whole suite.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill documentation includes shell-based installation and usage commands, but the manifest does not declare corresponding permissions/capabilities. That mismatch can mislead users and policy systems about what the skill can do, reducing transparency and making command execution risk harder to assess.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
This skill sends precise origin and destination coordinates to a third-party API, but the description and setup do not clearly warn users about the privacy implications. Precise location pairs can reveal sensitive home, work, travel, or behavioral patterns, so omission of a privacy notice creates meaningful user privacy risk.

External Transmission

Medium
Category
Data Exfiltration
Content
curl -s -X GET \
    -H "X-API-Key: $CAMINO_API_KEY" \
    -H "X-Client: claude-code-skill" \
    "https://api.getcamino.ai/route?${QUERY_STRING}" | jq .
Confidence
84% confidence
Finding
https://api.getcamino.ai/

VirusTotal

No VirusTotal findings

View on VirusTotal