Meetup Planner

PassAudited by ClawScan on May 1, 2026.

Overview

Meetup Planner appears purpose-aligned, but users should notice that it can store event preferences locally, use external search/scraping tools, and optionally set up recurring background searches.

This skill does not show malicious behavior in the provided artifacts. Before installing, decide whether you are comfortable with it storing your event preferences locally, using your chosen search/scraping tools, and optionally creating a recurring scheduled task for daily event searches.

Findings (5)

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

The skill may use whatever compatible search or scraping tools are installed, so those tools could determine what sites are contacted and what credentials or limits apply.

Why it was flagged

The skill is designed to discover and use other search/scraping tools, which is purpose-aligned but means behavior depends on the permissions and trustworthiness of those external tools.

Skill content
"This skill requires web search and scraping capabilities. You must provide your own search and scraping tools/skills. The skill will detect what you have available during setup."
Recommendation

Use only trusted search/scraping tools with this skill and review what permissions those tools have.

What this means

Provider API keys or login credentials used by separate search/scraping tools may be involved when the skill searches for events.

Why it was flagged

The skill does not declare its own primary credential, but it may rely on credentials configured in user-selected search or crawling tools.

Skill content
"Any authentication credentials required by the search/crawling tools you use"
Recommendation

Confirm that any connected search or scraping tools use appropriately scoped credentials and that you trust those tools before enabling automation.

What this means

Your interests, location, schedule preferences, discovered events, and reminders may remain on disk and be reused by future invocations.

Why it was flagged

The skill stores personal event preferences, location, and schedule information in persistent local configuration.

Skill content
"preferences": { "eventTypes": ["tech meetups", "workshops"], "topics": ["AI/ML", "web development"], "location": "San Francisco", "formatPreference": "in-person", "schedule": "weekday evenings" }
Recommendation

Avoid entering overly sensitive preferences, and review or delete the files under the meetup-planner workspace if you no longer want that information retained.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled, the skill may keep running scheduled event searches and reminders after initial setup.

Why it was flagged

The skill can establish recurring background behavior, but the artifact presents it as optional and user-confirmed.

Skill content
"Would you like me to automatically search for new events every day?" ... "Set up a cron job (or equivalent scheduled task) to run the daily search"
Recommendation

Enable daily automation only if you want it, and periodically check or remove the related cron/scheduled task if you stop using the skill.

What this means

An installer or registry view may not fully summarize the permissions described inside the package files.

Why it was flagged

The package declares filesystem, network, and cron permissions even though the registry-derived capability signals show no capability tags; this is an under-declared metadata signal rather than hidden behavior.

Skill content
"permissions": { "filesystem": { "read": ["~/.openclaw/workspace/meetup-planner/"], "write": ["~/.openclaw/workspace/meetup-planner/"] }, "network": { "domains": ["eventbrite.com", "meetup.com", "luma.co"] }, "cron": true }
Recommendation

Review the embedded package permissions and README/SKILL instructions rather than relying only on registry capability tags.