Prayer Times, World Salah Times
PassAudited by ClawScan on May 1, 2026.
Overview
This skill does what it says—fetches prayer times from public web services—but auto-detection or city lookup shares location-related data with those services.
This appears safe and purpose-aligned. Before installing, be comfortable with the fact that auto-detection contacts ipapi.co and that city or coordinate lookups are sent to OpenStreetMap Nominatim and Aladhan 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.
Using auto-detect may reveal your approximate location to external services, and searching a city sends that location query and coordinates to external services.
The script sends requests to third-party location, geocoding, and prayer-time APIs; auto-detection relies on IP-based location and then sends coordinates to the prayer-time API.
url = "https://ipapi.co/json/" ... "https://nominatim.openstreetmap.org/search?q={quote(location)}" ... "https://api.aladhan.com/v1/timings?latitude={lat}&longitude={lon}&method=2"Use an explicit city if you do not want IP-based auto-location, and be aware that the listed public APIs receive the location information needed to return prayer times.
