DELLIGHT CRO Revenue Operations

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: dellight-cro-revenue-ops Version: 1.0.0 The skill bundle is benign. It primarily consists of business strategy documentation (`SKILL.md`, `references/*.md`) and a simple Python script (`scripts/roi_calculator.py`) that performs calculations based on command-line arguments and outputs JSON. There is no evidence of malicious intent, data exfiltration, unauthorized access, or prompt injection attempts designed to subvert the agent's behavior. The Python script uses standard libraries, handles inputs safely, and does not interact with the file system, network, or environment variables in a risky manner. While `SKILL.md` references `scripts/pipeline_tracker.py` and `scripts/revenue_forecast.py` which are not included in this bundle, this is a functional omission, not a security concern.

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

If the missing scripts are later obtained from another source, they would not be covered by this review and could behave differently from the included artifacts.

Why it was flagged

The skill tells users to run two helper scripts that are not included in the provided file manifest, which lists only scripts/roi_calculator.py. This is a package-completeness/provenance note rather than evidence of malicious behavior.

Skill content
Run `scripts/pipeline_tracker.py` to generate pipeline status reports.

Run `scripts/revenue_forecast.py` to project revenue based on pipeline and conversion rates.
Recommendation

Use the included ROI calculator as reviewed, and only run pipeline_tracker.py or revenue_forecast.py if they are added from a trusted, reviewed source.