UK Prayer Times

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to do what it says—look up UK prayer times—while using external location and prayer-time APIs that users should be aware of.

This looks safe for normal use. Before installing, be aware that auto-detection uses your IP-based location and that location queries are sent to external services to calculate prayer times.

Findings (1)

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.