Find My

ReviewAudited by ClawScan on May 1, 2026.

Overview

This skill appears purpose-aligned and local-only, but it handles sensitive Find My location data through macOS UI automation and saves local screenshots.

This skill does not show evidence of hidden networking, credential theft, or malicious code. Before installing, be comfortable granting UI automation access to Find My, letting the agent view sensitive location information, and managing local screenshot files that may contain names, maps, and addresses.

Findings (4)

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 agent may be able to see locations for your devices, AirTags, family members, and friends who share location with you.

Why it was flagged

The skill intentionally uses broad macOS UI permissions and the already-signed-in Find My app to view sensitive account-linked location data.

Skill content
OpenClaw.app needs Screen Recording + Accessibility permissions ... Location data for people, devices, and items in your Find My app
Recommendation

Install only if you want the agent to access Find My location information, and review macOS Accessibility and Screen Recording permissions regularly.

What this means

A mistaken position or coordinate could select the wrong person, device, or item, or activate a visible Find My control unintentionally.

Why it was flagged

The skill exposes coordinate-based UI automation and an action that can trigger a Find My item sound. This is disclosed and purpose-aligned, but coordinate automation can click the wrong control if the UI layout changes.

Skill content
`fm-click.sh <x> <y>` | Click at relative window coords ... `fm-play-sound.sh <pos>` | Attempt to play sound on item
Recommendation

Watch the screen while the skill runs, confirm item positions before actions like Play Sound, and avoid using manual coordinate clicks unless necessary.

What this means

Sensitive location screenshots may remain on disk and be visible to anyone or any process with access to those files.

Why it was flagged

The skill saves screenshots that may include maps, addresses, names, and location status. These files persist locally after the command finishes.

Skill content
Screenshots of the Find My window (stored locally in `/tmp/`)
Recommendation

Use a private output directory when possible, avoid sharing screenshot paths, and delete Find My screenshots after use.

What this means

Install-time checks may not warn users about the real local permissions and tools needed before they read the skill documentation.

Why it was flagged

The registry metadata does not reflect the macOS-only requirement and helper dependencies that SKILL.md declares, such as Peekaboo, jq, and the OpenClaw bridge socket.

Skill content
OS restriction: none ... Required binaries (all must exist): none ... Env var declarations: none
Recommendation

The publisher should align registry metadata with SKILL.md by declaring macOS, required binaries, bridge configuration, and privacy-relevant capabilities.