Pine Assistant

WarnAudited by ClawScan on May 10, 2026.

Overview

Pine Assistant is clear about using Pine AI, but it delegates broad, high-impact account and customer-service actions to an external service with limited visible approval, scope, and data-boundary guidance.

Install or use this only if you are comfortable with Pine AI acting on your behalf for customer-service and account tasks. Give it narrow, explicit instructions; avoid sharing unnecessary secrets; require confirmation before financial, account, booking, cancellation, dispute, or message-sending actions; and monitor or revoke Pine sessions and credentials when finished.

Findings (5)

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

Pine could take actions that affect bills, subscriptions, reservations, disputes, or accounts without the user reviewing each downstream step.

Why it was flagged

The skill delegates potentially irreversible account, billing, reservation, and communication actions to an external CLI/service. The provided instructions do not show clear per-action approval, reversibility, or scope limits before Pine acts.

Skill content
handle web-based account actions, submit forms on websites, send emails or faxes on the user's behalf
Recommendation

Use this only for tasks you explicitly authorize, and require confirmation before cancellations, disputes, purchases, bookings, account changes, or messages sent on your behalf.

What this means

Personal, billing, account, reservation, or dispute information may be shared with Pine AI and with third parties contacted during the task.

Why it was flagged

The skill sends task details to an external AI service that may communicate through multiple downstream channels. The provided artifact does not define data minimization, retention, downstream disclosure, or boundary controls.

Skill content
Pine operates via phone calls, computer use (browser automation), emails, and faxes.
Recommendation

Share the minimum necessary information, avoid unnecessary secrets or sensitive records, and review Pine's privacy and data-handling terms before use.

What this means

Anyone or any process that can use those saved credentials may be able to access Pine sessions or start actions through the Pine account.

Why it was flagged

The Pine CLI stores credentials locally so the agent can operate the user's Pine account. This is expected for the integration, but it is privileged access that should be protected.

Skill content
This verifies the code and saves credentials to `~/.pine/config.json` automatically.
Recommendation

Authenticate only on trusted machines, protect `~/.pine/config.json`, and revoke or log out if you no longer want the agent to use Pine.

What this means

A Pine task may continue making calls, sending messages, or working on a request after the initial command returns.

Why it was flagged

The skill describes persistent Pine sessions and no-wait task dispatch. This appears purpose-aligned, but users should understand tasks can continue outside the immediate terminal interaction.

Skill content
Pine is a service with multiple sessions — each task runs in its own session.
Recommendation

Check active Pine sessions regularly and stop or cancel any task that is no longer desired.

What this means

The safety of the runtime behavior depends on the external Pine CLI package installed on the user's machine.

Why it was flagged

The skill depends on an external `pine` CLI / `pineai-cli` package that was not included in the reviewed artifact set. This is normal for a CLI integration, but the scanner did not inspect that package.

Skill content
requires":{"bins":["pine"]},"install":{"pip":{"package":"pineai-cli"}}
Recommendation

Install the CLI only from a trusted source and keep it updated.