BlueBubbles (tc)

PassAudited by ClawScan on May 11, 2026.

Overview

No malicious behavior is shown, but this skill gives an assistant access to a BlueBubbles/iMessage server, so messaging actions and sender access should be tightly limited.

Install only if you operate and trust the BlueBubbles server. Restrict allowed_senders to trusted handles, keep the server password secure, and require confirmation before the assistant sends messages, uploads attachments, edits, reacts, or unsends iMessages.

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

If enabled without safeguards, the assistant could send messages, attachments, reactions, edits, or unsends through the user's BlueBubbles/iMessage setup.

Why it was flagged

These are direct external messaging and message-management actions. They fit the skill purpose, but users should notice that mistaken or autonomous use could send or modify real iMessages.

Skill content
Supports text messages, attachments, reactions, edits, unsend, and iMessage effects.
Recommendation

Require explicit user confirmation for recipient, content, and attachments before any send/edit/unsend action, and limit which tools the agent may call.

What this means

Anyone covered by the sender configuration may be able to interact with the messaging gateway, and the stored password can authorize access to the BlueBubbles server.

Why it was flagged

The skill requires a BlueBubbles server password and shows a wildcard sender allow-list. This is expected for a messaging gateway, but it grants broad access unless the user narrows it.

Skill content
password = "your-server-password"
allowed_senders = ["*"]  # Allow all senders, or list specific handles
Recommendation

Use a strong unique BlueBubbles password, store it securely, and replace allowed_senders = ["*"] with only trusted handles whenever possible.

What this means

The supplied artifacts do not show how the referenced tools are implemented or constrained.

Why it was flagged

There is no bundled implementation to inspect. That is not inherently unsafe, but users must rely on their existing BlueBubbles/gateway tooling for actual behavior and security.

Skill content
No install spec — this is an instruction-only skill.
Recommendation

Verify the BlueBubbles server and gateway tool implementation separately before granting it message-sending authority.