Back to skill
v0.1.0

Ev Charger Locations

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 5:46 AM.

Analysis

The skill appears to do what it claims—find EV chargers via Camino—but users should understand it sends search/location data to Camino and uses a Camino API key.

GuidanceThis skill is coherent and appears safe for its stated purpose. Before installing, be comfortable with sending charger searches and coordinates to Camino, use a limited API key if available, and install only the specific EV charger skill unless you have reviewed the broader companion-skill suite.

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.

Abnormal behavior control

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.

Agentic Supply Chain Vulnerabilities
SeverityLowConfidenceHighStatusNote
SKILL.md
Install all available skills from repo
npx skills add https://github.com/barneyjm/camino-skills

The installation guidance optionally encourages installing a broader remote skill repository, which may include skills beyond the reviewed EV charger artifact.

User impactInstalling the whole suite could grant additional skills or behaviors not covered by this review.
RecommendationIf you only need EV charger lookup, use the specific skill install path and review any companion skills before installing them.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityLowConfidenceHighStatusNote
scripts/ev-charger.sh
-H "X-API-Key: $CAMINO_API_KEY"

The script authenticates to Camino using the user's API key, which is expected for this service integration but is still delegated account authority.

User impactUsing the skill can consume Camino API quota or billing tied to the provided key.
RecommendationUse a dedicated or limited Camino key where possible and remove it from Claude settings if you stop using the skill.
Sensitive data protection

Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.

Insecure Inter-Agent Communication
SeverityLowConfidenceHighStatusNote
scripts/ev-charger.sh
"https://api.getcamino.ai/query?${QUERY_STRING}"

The script sends the user's charger search terms and optional latitude/longitude/radius parameters to Camino's external API.

User impactLocations, destinations, or route-related search terms entered into the skill are shared with Camino to produce results.
RecommendationAvoid entering sensitive personal locations unless you are comfortable sharing them with the Camino API provider.