recreation.gov availability search

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: recgov-availability Version: 1.0.0 The OpenClaw skill bundle 'recgov-availability' is benign. The `scripts/check.py` script uses only Python standard libraries (`urllib`, `json`, `datetime`) to query the official `recreation.gov` API for campsite availability. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files provide clear, non-malicious instructions for the AI agent, aligning perfectly with the stated purpose of checking campsite availability.

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

Your campground IDs, dates, and campsite filters are sent to Recreation.gov to look up availability, but the artifacts do not show booking, login, or account changes.

Why it was flagged

The script performs HTTP requests to fixed Recreation.gov API endpoints to retrieve campground and campsite availability data, matching the advertised read-only purpose.

Skill content
BASE_URL = "https://www.recreation.gov" ... urllib.request.urlopen(req, timeout=30)
Recommendation

Use it for availability checks you are comfortable sending to Recreation.gov, and verify results before relying on them for travel planning.