Jadwal Sholat

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of fetching prayer times from `api.myquran.com` and provides usage examples without any prompt injection attempts against the agent. The Python script `scripts/myquran_sholat.py` uses standard library functions (`urllib.request`, `json`) to interact solely with the specified API endpoint, properly encodes user input for URL construction, and does not exhibit any malicious behaviors such as data exfiltration, arbitrary command execution, or unauthorized file system access.