Fitness Finder Locations
Analysis
This fitness-search skill is coherent and purpose-aligned, but it requires a Camino API key and sends search/location queries to Camino’s external API.
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.
Install all available skills ... npx skills add https://github.com/barneyjm/camino-skills
The documentation recommends a user-run install from a GitHub repository and optionally installing the whole Camino suite. This is disclosed, but it broadens the installed skill surface beyond the single reviewed skill.
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 sends the configured Camino API key with each request. This is expected for the Camino integration, but it uses a credential and may consume the user's API quota.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"https://api.getcamino.ai/query?${QUERY_STRING}"The script sends the user's search query and optional latitude/longitude parameters to Camino's external API. This is disclosed and central to the location-search purpose.
