eco-hotel
PendingVirusTotal audit pending.
Overview
No VirusTotal analysis has been recorded yet. File reputation checks will appear here once the artifact hash has been scanned.
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.
Using the skill may install persistent third-party code on the user's machine before travel searches can run.
The skill depends on a third-party npm package installed globally at use time, and the package contents are not included in the supplied artifacts.
If flyai-cli is not installed, install it first... `npm i -g @fly-ai/flyai-cli`
Only allow the install if you trust @fly-ai/flyai-cli; prefer command approval, a non-privileged environment, and a reviewed or pinned package version.
The agent may run provider CLI commands with user-derived travel details and could use inconsistent options, causing unexpected or failed searches.
The skill tries to constrain CLI parameters, but its own playbook uses a flag not listed in the main table, creating unclear command boundaries.
`NEVER invent CLI parameters. Only use parameters listed in the Parameters Table below.` ... `flyai search-flight --origin "{{o}}" --destination "{{d}}" --dep-date {{date}} --journey-type 1 --sort-type 2`Review command prompts before execution and verify that the CLI arguments match the travel request.
Users may expect hotel, train, attraction, or sustainability validation that is not shown in the artifacts.
The stated capability is broader than the provided flight-search workflows, which could make users overestimate what the skill actually verifies or books.
description: "Book flights to eco-hotel and sustainable travel destinations. Also supports: flight booking, hotel reservation, train tickets, attraction tickets, itinerary planning, visa info, travel insurance, car rental, and more"
Treat the skill as a flight-search and booking-link helper unless additional reviewed workflows are provided, and verify booking and sustainability claims on the provider site.
