Find 24-hour businesses, well-lit public areas, transit stations, police stations, and hospitals near any location for late night safety awareness.
Security Analysis
high confidenceThe skill's requirements, instructions, and included script are coherent with its stated purpose (late-night location safety lookups) and do not request unrelated credentials or hidden endpoints, though the README suggests installing code from a GitHub repo which you should review before running.
The skill is a location safety helper and only requests a single API key (CAMINO_API_KEY) which is used to call api.getcamino.ai/context; this matches the described functionality.
SKILL.md and the shell script limit actions to validating JSON input, reading the CAMINO_API_KEY env var, and POSTing a safety-focused context request to https://api.getcamino.ai/context. There are no instructions to read unrelated files, harvest other environment variables, or exfiltrate data to unexpected endpoints.
The registry has no formal install spec, but SKILL.md recommends using npx to fetch a GitHub repo (barneyjm/camino-skills). Installing code from a remote repo via npx pulls and runs third-party code—review that repo before running. The included shell script itself is straightforward and not obfuscated.
Only CAMINO_API_KEY is required and it is actually used by the script. No additional secrets or unrelated environment variables are requested. (Minor inconsistency: the script requires curl and jq at runtime but the skill metadata lists no required binaries.)
The skill does not request always:true or attempt to modify other skills or global agent settings. It is user-invocable and uses the API key only for requests to the Camino API.
Guidance
This skill is coherent with its purpose, but before installing or running: 1) Review the referenced GitHub repo (npx install target) if you plan to use the npx installation to ensure you trust the publisher; 2) Only provide a CAMINO_API_KEY from a trusted Camino account and avoid reusing high-privilege credentials; 3) Note the script requires curl and jq—ensure those are from trusted system packages; 4) The trial endpoint in SKILL.md posts your email to api.getcamino.ai to issue a temporary key—be intentional about the email you provide; 5) If you have concerns about sharing location data with the Camino API, do not provide the key or use the script.
Latest Release
v0.1.0
Initial release of camino-safety-checker. - Find 24-hour businesses, well-lit public areas, transit stations, police stations, and hospitals near any location. - Shell script and API usage examples for quick integration. - Requires CAMINO_API_KEY environment variable. - Provides instant trial with 25 calls—no signup required. - Structured API response highlights safety resources within configurable radius. - Part of Camino AI location intelligence suite; companion skills available.
Popular Skills
Published by @James-southendsolutions on ClawHub