Cro Advisor
Analysis
The skill appears to be a coherent B2B SaaS revenue-advisory package with disclosed, user-directed local analysis scripts and no evidence of credential use, exfiltration, persistence, or destructive behavior.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python scripts/revenue_forecast_model.py
The skill explicitly tells the user how to run bundled Python code locally. This is disclosed and central to the stated forecasting purpose, but it is still local code execution.
python churn_analyzer.py --csv customers.csv
The script accepts a user-supplied CSV file containing customer and revenue fields. This is expected for churn analysis and no unsafe sharing or destructive behavior is evidenced.
