CRM

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only CRM skill looks benign, but it guides creation of persistent contact files that users should keep private.

This skill is safe to consider for a local personal CRM. Before using it, decide where the `~/crm/` data should live, protect files containing contact details and notes, and be cautious before enabling cloud sync, Git history, migrations, or bulk edits.

Findings (2)

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

Contact details and notes may persist on disk and be reused later as the CRM grows.

Why it was flagged

The skill guides users to store personal contact details and freeform notes in a persistent local CRM folder. This is expected for the purpose, but it is sensitive personal data that should be protected.

Skill content
Create `~/crm/` folder as the single source of truth ... id, name, email, company, phone, notes, tags, created, updated
Recommendation

Keep the CRM folder in a private location, avoid storing secrets in notes, and consider local file permissions or encryption for sensitive contact data.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

If enabled, CRM records could be copied to a cloud provider or repository and changes could spread beyond the original local folder.

Why it was flagged

The skill suggests optional cloud or Git syncing only when asked. This is disclosed and purpose-aligned, but syncing can propagate CRM data and mistakes across devices or services.

Skill content
Sync When Asked - Cloud folder (Dropbox/iCloud/Drive) for multi-device ... Git repo for version history
Recommendation

Only enable sync deliberately, confirm what data will be included, and use backups before migrations or bulk edits.