Geospacial relationship between two locations
Analysis
The skill is coherent for location relationship calculations, but it sends provided coordinates to Camino's API using a Camino API key and includes optional broad install guidance for related skills.
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.
Companion Skills: This is part of the Camino AI location intelligence suite. Install all available skills ... npx skills add https://github.com/barneyjm/camino-skills
The documentation recommends a user-directed install of many companion skills from a GitHub repository, which is broader than this relationship skill. It is disclosed and optional, but users should review what else they are installing.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
-H "X-API-Key: $CAMINO_API_KEY"
The script uses the CAMINO_API_KEY credential to call the Camino API. This is expected for the service and no unrelated credential use is shown.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
-d "$INPUT" \
"https://api.getcamino.ai/relationship"The provided start/end coordinates and options are sent to an external Camino API endpoint. This is purpose-aligned, but location pairs can be sensitive.
