Pear Apple

PassAudited by ClawScan on May 10, 2026.

Overview

This is a disclosed iCloud/Pear integration, but installing it means trusting Pear and the agent with sensitive read/write access to calendars, reminders, and contacts.

Before installing, decide whether you trust Pear with your iCloud calendars, reminders, and contacts. Keep the API key private, use a revocable Apple app-specific password, and require clear confirmation before any delete or bulk operation.

Findings (3)

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 could create, update, complete, or delete real iCloud items, including deleting multiple contacts at once.

Why it was flagged

The skill exposes real destructive and bulk account-mutation tools. This is disclosed and aligned with contact/calendar management, but misuse or accidental invocation could change or delete user data.

Skill content
`pear_delete_event` | Delete an event by filename ... `pear_delete_contacts_batch` | Delete up to 50 contacts in one call
Recommendation

Use explicit confirmation before deletes, batch operations, or major updates, and consider backing up contacts/calendars before large changes.

What this means

Anyone with access to the configured Pear credentials could potentially operate on the connected iCloud calendars, reminders, and contacts through the exposed tools.

Why it was flagged

Using the skill requires delegated access through Pear and an iCloud app-specific password. This credential use is expected for the integration, but it grants sensitive account authority.

Skill content
`PEAR_API_KEY` — Your Pear API key ... Connect your iCloud account (requires an app-specific password)
Recommendation

Store the PEAR_API_KEY securely, use a revocable Apple app-specific password, and revoke the Pear/iCloud connection if you stop using the skill.

What this means

Calendar details, reminders, attendee information, and full contact records may be exposed to the Pear service and then to the agent context when tools are used.

Why it was flagged

Sensitive iCloud data is handled through a remote Pear MCP/provider flow. The destination is disclosed and purpose-aligned, but full contact, calendar, and reminder data can pass through that service.

Skill content
`network`: `pearmcp.com` ... `pear_list_contacts` | List all contacts with full vCard data
Recommendation

Install only if you trust Pear with this iCloud data, and avoid requesting broad contact/calendar dumps unless needed.