Safety Checker for a location
Analysis
This skill appears purpose-aligned, but users should understand it sends location details to Camino's API and requires a Camino API key.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
npx skills add https://github.com/barneyjm/camino-skills
The installation instructions include user-directed remote installation via npx/GitHub and also recommend installing the full Camino skill suite; this is disclosed but broadens what a user may install.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"requires":{"env":["CAMINO_API_KEY"]},"primaryEnv":"CAMINO_API_KEY"The skill requires a Camino API key, which is expected for accessing the Camino service but gives the skill access to use the user's Camino API quota/account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
-d "$CONTEXT_BODY" \
"https://api.getcamino.ai/context"The script sends the user-provided latitude, longitude, radius, and safety context to an external Camino API endpoint; this is core to the skill's purpose but involves sharing location data.
