Pa Onboarding

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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 followed, the assistant may gain access to business workspace data, email, Drive, contacts, and calendar operations.

Why it was flagged

The guide asks the user to grant service access and store a monday.com API token locally. This is expected for a PA integration, but it gives the assistant meaningful account authority.

Skill content
Generate API token ... `echo "YOUR_TOKEN" > ~/.credentials/monday-api-token.txt` ... `gog auth add owner@company.com --services gmail,drive,contacts`
Recommendation

Grant only the services the PA truly needs, prefer least-privilege service accounts where possible, and protect token files with appropriate local permissions.

What this means

The PA could take delegated actions or contact people without an extra confirmation step when it believes the request is clear.

Why it was flagged

The skill teaches the PA to act on inferred task intent and message third parties. This fits a personal-assistant purpose, but users should constrain high-impact actions.

Skill content
Never ask the owner "did you mean X?" if the answer is inferable — execute and let them correct ... When owner asks to check on someone: contact that person
Recommendation

Define explicit rules for what actions require confirmation, especially calendar changes, external messages, purchases, workspace edits, or sensitive communications.

What this means

If enabled, the assistant may regularly read and summarize calendar, email, and task information without a fresh prompt each time.

Why it was flagged

The guide includes optional recurring automation that continues after onboarding. It is disclosed and purpose-aligned, but it is persistent behavior.

Skill content
Schedule Morning Briefing (Optional) - Cron job at 07:30 owner's timezone, Monday–Friday. - Sends: meetings, urgent emails, open tasks.
Recommendation

Enable recurring jobs only with clear user consent, document how to disable them, and limit the data sources included in the briefing.

What this means

Private owner preferences and autonomy rules may persist and influence future assistant behavior.

Why it was flagged

SOUL.md and feedback/lesson logging are persistent behavioral context for the PA. This is useful for onboarding, but it can contain sensitive preferences and authorization rules.

Skill content
Configure SOUL.md ... Owner's name and communication style ... What to act on autonomously vs. what requires permission ... Topics to proactively monitor.
Recommendation

Keep SOUL.md concise, review it periodically, restrict write access, and avoid storing secrets or overly broad autonomous-action instructions in it.