Client Success & Revenue Expansion

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

An agent with connected business tools could change CRM records, provision access, or run recurring alerts if the user allows those tools.

Why it was flagged

These are operational actions an agent might attempt if connected to CRM, access-management, or automation tools. They are aligned with onboarding and retention, but should require user approval and clear scoping.

Skill content
Score every account weekly. Automate where possible. ... Grant all necessary access, tools, integrations ... Update CRM with 30-day health assessment
Recommendation

Use the skill for planning by default, and require explicit approval before access changes, CRM writes, automated alerts, or customer outreach.

What this means

The agent may process sensitive customer/account and billing-status information to produce health scores or churn reports.

Why it was flagged

The health score relies on customer account behavior and billing-related data. No credentials are requested or mishandled in the artifacts, but this data should only come from authorized sources.

Skill content
login_frequency_vs_baseline ... payment_history: # last 6 months ... billing_page_visits: # in last 30 days
Recommendation

Limit connected data to the minimum needed, prefer status-level payment data over full payment details, and only use customer data you are authorized to analyze.

What this means

Incorrect or overly broad CRM notes could persist and affect how customers are handled later.

Why it was flagged

The skill recommends storing customer goals and health assessments in a persistent CRM record, which can influence future decisions. This is expected for client success work but should be accurate and access-controlled.

Skill content
Record their stated goals and success criteria in CRM ... Update CRM with 30-day health assessment
Recommendation

Review health-score inputs and CRM notes before saving them, and follow your organization’s access, retention, and correction policies.