mailbox.bot

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

The skill is a coherent postal-mail API integration, but it gives an agent high-impact authority to automate real-world mail actions like forwarding, shredding, disposing, and sending letters.

Install only if you want an agent connected to real postal-mail infrastructure. Before using it, require human approval for destructive, forwarding, certified-mail, legal/tax, and paid actions; secure the API key; and keep notification/webhook destinations tightly controlled.

Findings (6)

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

A bad rule or mistaken agent action could forward, destroy, return, or otherwise mishandle important postal mail, including legal or tax documents.

Why it was flagged

The skill exposes real-world mail actions, including destructive actions such as shredding and disposal, through an API that an agent can operate.

Skill content
Actions via API — scan, forward, photograph, hold, shred, dispose, return to sender
Recommendation

Require explicit human approval for forwarding, shredding, disposal, return-to-sender, certified mail, and any paid outbound mail; use narrow rules, spending limits, and audit logs.

What this means

Automated instructions could take high-impact physical-mail actions without a fresh confirmation for each item.

Why it was flagged

The approval gate is described as rule-dependent, meaning automation may be the default unless the user explicitly marks rules as needing approval.

Skill content
Standing instructions in a `MAILBOX.md` file let your agent automate everything. Write "needs approval" next to any rule and the action pauses until a human approves on the dashboard.
Recommendation

Default all destructive, outbound, and legal/tax-related actions to approval-required, and test automations first with hold/notify-only behavior.

What this means

Anyone or any agent with the API key may be able to control mailbox actions within the provider account.

Why it was flagged

The skill expects use of a provider API key, but the registry metadata lists no required environment variables or primary credential.

Skill content
export MAILBOX_BOT_API_KEY="sk_live_xxxxxxxxxxxxx"
Recommendation

Store the API key securely, avoid pasting it into shared chats, rotate it if exposed, and prefer least-privilege or approval-limited keys if available.

What this means

Account creation involves personal information and a credential, followed by KYC and payment setup.

Why it was flagged

The signup flow asks the agent to submit an operator's identity details and password to the provider service.

Skill content
"full_name": "Jane Smith", "email": "operator@example.com", "password": "securepassword123"
Recommendation

Only create accounts with explicit user consent, use a unique password, and let the human operator complete verification, KYC, and payment directly.

What this means

Sensitive mail details could persist and influence later handling decisions.

Why it was flagged

The skill stores persistent annotations and metadata about mail, which may include sensitive legal, financial, tax, or personal information.

Skill content
Agent memory — tag and annotate mail with persistent notes and metadata
Recommendation

Keep persistent notes minimal, avoid storing secrets or unnecessary personal data, and periodically review or delete retained metadata.

What this means

Postal-mail information could appear in team chats, SMS, email, or webhook receivers depending on configuration.

Why it was flagged

Mail events and possibly sensitive mail metadata may be sent through multiple external notification channels.

Skill content
Multi-channel notifications — webhooks, email, SMS, Slack, Discord
Recommendation

Use only trusted notification destinations, limit payload detail, verify webhook signatures, and avoid sending sensitive document contents to broad channels.