Back to skill
Skillv0.1.0

VirusTotal security

Parking Finder · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:05 AM
Hash
bd302f5aafd173f43df0b481bdf96bd10b7fff6eb725f567dd9166773080ce26
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: camino-parking-finder Version: 0.1.0 The skill bundle is benign. The `SKILL.md` provides clear, non-malicious instructions for installation and usage, including obtaining an API key from `api.getcamino.ai`. The `scripts/parking-finder.sh` script demonstrates good security practices by validating JSON input and, critically, URL-encoding the user-provided 'query' parameter using `jq -rn --arg v "$query" '$v|@uri'` before constructing the `curl` request. This prevents shell injection vulnerabilities. The script only communicates with the expected `api.getcamino.ai` endpoint and uses the `CAMINO_API_KEY` from environment variables, without attempting unauthorized file access, data exfiltration, or malicious execution.
External report
View on VirusTotal