Customer Success Manager

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a purpose-aligned local customer analytics skill, with the main caution that it processes potentially sensitive customer business data through bundled Python scripts.

Before installing, confirm you are comfortable running the bundled Python scripts from an unknown-source package and only provide customer portfolio files that you are allowed to analyze. Generated reports may include sensitive customer revenue, renewal, usage, and churn-risk details.

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

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.