Customer Success Manager

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

The skill may process and save reports containing customer health, churn, renewal, and revenue information from files the user provides.

Why it was flagged

The skill instructs use of local Python CLI tools that read a customer JSON file and write analysis results. This is central to the stated purpose, but users should be aware of the local file access and generated reports.

Skill content
python scripts/health_score_calculator.py customer_portfolio.json --format json > health_results.json
Recommendation

Run the scripts only on customer data you are authorized to analyze, and store generated reports in an appropriate location.

What this means

Users have less publisher/source context and may need to confirm their environment has Python before using the skill.

Why it was flagged

The registry metadata provides limited provenance and does not declare Python as a required binary even though the documented workflow uses Python scripts. This is a transparency note, not evidence of malicious behavior.

Skill content
Source: unknown; Homepage: none; Required binaries (all must exist): none; Install specifications: No install spec
Recommendation

Review the bundled scripts and publisher information before installing if provenance matters to your organization.