MoltFlights
PassAudited by ClawScan on May 1, 2026.
Overview
MoltFlights is a coherent flight-search skill that sends user-entered trip details to the MoltFlights API, with only user-directed examples for monitoring prices.
This skill appears safe for normal flight searches. Before installing, be aware that searched routes, dates, and passenger counts go to MoltFlights, and any cron-based price alert must be set up and later removed by you.
Findings (2)
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.
Your searched airports, travel dates, and passenger counts may be sent to MoltFlights when the skill is used.
Flight searches are sent to an external API with trip details and passenger counts. This is disclosed and central to the skill's purpose, but users should understand what information is shared.
url: https://moltflights.com/api/search ... properties: origin, destination, date, returnDate, adults, children, infants
Use it only for trip details you are comfortable sharing with MoltFlights, and review booking links before opening or purchasing.
If you manually create the cron job, it will continue making daily flight-price requests until you remove it.
The artifact provides an optional example for persistent daily checks. It is user-directed and purpose-aligned, not automatic behavior by the skill.
Price monitoring / alerts (cron job) ... # Run daily via cron: 0 8 * * * /path/to/check-price.sh
Only set up recurring monitoring intentionally, keep the script limited to the routes you want, and remove the cron entry when you no longer need alerts.
