Deen Time
PassAudited by ClawScan on May 1, 2026.
Overview
Deen Time is a straightforward read-only prayer-time helper, with the main privacy consideration that the requested location is sent to Aladhan's public API.
This appears safe to install if you are comfortable with your requested location being sent to Aladhan's public prayer-times API. Prefer city and country over exact coordinates when privacy matters.
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.
A third-party prayer-time service receives the location or coordinates used for the lookup.
The skill sends user-requested location parameters to an external API. This is purpose-aligned and disclosed, but city names or exact coordinates can still reveal location context.
curl -L "https://api.aladhan.com/v1/timingsByCity?city={CITY}&country={COUNTRY}&method={METHOD}"Use city-level locations when possible, and avoid exact coordinates if revealing precise location would be sensitive.
