Query

AdvisoryAudited by Static analysis on May 13, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent can use the Camino API key for Camino requests, which may consume quota or paid usage if the key has billing attached.

Why it was flagged

The skill asks the user to persist an API key so the agent can authenticate to Camino; this is expected for the stated API integration but is still sensitive credential access.

Skill content
authenticate via the `CAMINO_API_KEY` environment variable ... Add to your `~/.claude/settings.json`
Recommendation

Use a dedicated, revocable Camino API key, monitor usage, and remove it from Claude settings when no longer needed.

What this means

Place searches, coordinates, and related query details are shared with Camino AI.

Why it was flagged

The script sends the API key plus user-provided query parameters, which may include locations or coordinates, to the disclosed Camino API endpoint.

Skill content
-H "X-API-Key: $CAMINO_API_KEY" ... "https://api.getcamino.ai/query?${QUERY_STRING}"
Recommendation

Avoid submitting sensitive private locations or queries unless you are comfortable sharing them with Camino's API.

What this means

If the user follows the broad GitHub install command, they may install more code or skills than this single reviewed skill.

Why it was flagged

The installation documentation includes a user-run, unpinned GitHub repository install path and an option to install a broader companion-skill suite.

Skill content
npx skills add https://github.com/barneyjm/camino-skills
Recommendation

Prefer the specific skill install path, review companion skills separately, and install only from sources you trust.