Laylatul Qadr Guide

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: laylatul-qadr-guide Version: 0.1.0 The laylatul-qadr-guide skill bundle is a comprehensive spiritual companion designed to assist users during the last ten nights of Ramadan. It provides personalized worship schedules, authenticated religious content, and behavioral habit-forming strategies. The bundle includes an HTML template (templates/dua-book-template.html) for generating personalized prayer books and detailed instructions in SKILL.md for the AI agent to act as a spiritual coach. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found; the use of browser localStorage in the HTML template is limited to local progress tracking.

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.