recreation.gov availability search

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.