Campertunity

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's declared purpose (searching, checking availability, and providing booking links for campgrounds) matches what it requests and instructs; it relies on an npm CLI helper and does not ask for credentials or sensitive system access.

This skill appears internally consistent: it runs an npm CLI tool to search campsite listings and returns booking links and availability. Before installing, verify the npm package and its source (campertunity-ai-tools) — check the package's npm page or GitHub repo, inspect package.json and any install/run scripts, and confirm the homepage link is legitimate. Because the skill executes a third-party package via npx, consider running it in a sandbox or container if possible, and avoid providing any account credentials or payment information to the skill itself. If you need higher assurance, ask the publisher for a link to the package source or prefer a pinned release rather than running unpinned npx installs.