Client Relationship Manager

ReviewAudited by ClawScan on May 10, 2026.

Overview

Prompt-injection indicators were detected in the submitted artifacts (system-prompt-override); human review is required before treating this skill as clean.

Use this only if you are comfortable managing CRM data in local plain-text files. Keep the crm/ folder protected, review edits before approving them, avoid storing secrets or passwords there, and keep any AGENTS.md/system-prompt or cron setup scoped to where you actually want the CRM behavior. The provided SKILL.md text was truncated, so review the full file before installing global standing instructions. ClawScan detected prompt-injection indicators (system-prompt-override), so this skill requires review even though the model response was benign.

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 may keep offering CRM actions whenever client-related topics appear, even outside the immediate setup conversation.

Why it was flagged

This asks the user to install persistent standing instructions that make the agent react to client/prospect mentions. It is disclosed and includes a confirmation requirement, but it can affect future agent behavior until removed.

Skill content
Add to your `AGENTS.md` or system prompt: ... When I mention a client or prospect: ... Never auto-update files without confirming the entry first.
Recommendation

Prefer project-scoped AGENTS.md instructions over global/system-prompt changes, and keep the confirmation rule in place.

What this means

Incorrect edits could affect your pipeline, follow-up queue, or client history.

Why it was flagged

The skill relies on local file mutation for CRM records. This is purpose-aligned and explicitly requires user confirmation before writing.

Skill content
Your agent drafts the interaction log entry and updates the next action + due date. You confirm before it writes.
Recommendation

Review proposed edits before approving them, and consider using backups or version control for the crm/ directory.

What this means

Client and business information may be exposed to anyone or any tool with access to the CRM folder.

Why it was flagged

The CRM stores personal contact information, business value, and relationship history in persistent plain text that agents can later read and reason over.

Skill content
Each client lives in `crm/clients/[client-slug].md` ... **Email:** [email] ... **Phone:** [phone — optional] ... **Value:** [$X/project | $X/month] ... ## Interaction Log
Recommendation

Protect the crm/ directory, avoid storing passwords or API keys in it, and be careful when syncing, sharing, or backing up these files.