Laylatul Qadr Guide

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Personal spiritual notes, names, dates, or progress details could remain in local files or generated artifacts and may be visible if the file or device is shared.

Why it was flagged

The skill may create personalized artifacts and locally retained progress containing religious, location, date, or personal dua information.

Skill content
templates/dua-book-template.html - Beautiful, printable dua book - Customizable with user's name, location, dates - Interactive checklists - Save progress locally
Recommendation

Use the generated dua book on a trusted device, avoid entering details you would not want stored or shared, and delete local copies if they are no longer needed.

What this means

Opening the generated HTML may contact Google Fonts to load styling resources, which matters for users who want fully offline or maximally private printable artifacts.

Why it was flagged

The HTML template depends on an external Google Fonts stylesheet for presentation.

Skill content
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Inter:wght@300;400;600;700&display=swap');
Recommendation

If offline or privacy-sensitive use is important, replace the remote font import with local fonts or remove the import before sharing or printing.