claw://Meetup

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only meetup finder is coherent and bounded, with normal caution needed around optional location memory and approved reminders/background checks.

This looks safe to install as an instruction-only meetup helper. Before enabling ongoing tracking or reminders, confirm the exact location precision, reminder timing, and whether anything will be stored or scheduled.

Findings (2)

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

If you enable ongoing tracking, your approximate location and event preferences may be remembered and reused in later sessions.

Why it was flagged

The skill may retain location and meetup preferences for future use. The artifact bounds this to minimal fields and discourages exact location or API-key storage.

Skill content
If the runtime supports persistent memory and the user wants ongoing tracking, store only the minimum useful preferences: city-level location, radius, event scope, reminder preference
Recommendation

Use city-level location where possible, avoid storing unnecessary exact location details, and review or delete saved preferences if the runtime supports that.

What this means

If approved, the agent may set up reminders or background checks for events, so you should know exactly what will run and when.

Why it was flagged

The skill contemplates scheduled/background behavior and reminders, which can persist beyond a single reply, but it requires explicit user approval and limits what should be created.

Skill content
For scheduled or background event checks: silence is acceptable if nothing strong is found ... create the reminder only if the environment supports it and the user approved it
Recommendation

Approve only specific reminder times or checks you want, confirm what was created, and make sure you know how to stop or change it.