churn-prevention
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides three Python utility scripts (
churn_impact_calculator.py,dunning_sequence_analyzer.py, andexit_survey_analyzer.py) designed for analyzing business metrics related to churn and payment recovery. - [SAFE]: All scripts utilize only the Python standard library (e.g.,
argparse,json,sys,collections). No external packages or remote dependencies are required or downloaded. - [SAFE]: Security analysis of the code confirms there are no network operations, file system modifications, or dynamic code execution (such as
evalorexec). The scripts read input data from user-specified JSON files and output results to the console. - [SAFE]: The documentation in
SKILL.mdfollows standard practices for business automation and contains no prompt injection or obfuscation attempts.
Audit Metadata