UK Prayer Times

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: uk-prayer-times Version: 1.4.4 The skill bundle is benign. The `SKILL.md` clearly outlines the purpose and permissions, which are consistent with the Python script `scripts/uk_prayer_times.py`. The script makes legitimate network requests to `ipapi.co`, `nominatim.openstreetmap.org`, and `api.aladhan.com` to fetch location data and prayer times, as declared. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent.

Findings (0)

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.

What this means

Using auto-detect or entering a location may reveal approximate location information to external API providers.

Why it was flagged

The skill makes outbound requests to third-party services for IP-based location, geocoding, and prayer times. This is purpose-aligned, but users should understand that IP/location or typed location data may be shared with those services.

Skill content
url = "https://ipapi.co/json/" ... "https://nominatim.openstreetmap.org/search?q={quote(location)},UK&format=json&limit=1" ... "https://api.aladhan.com/v1/timings?latitude={lat}&longitude={lon}&method=2"
Recommendation

Use a manually specified location if you prefer not to rely on IP auto-detection, and be aware that location lookups use third-party services.