retail-trade-report-generator

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: retail-trade-report-generator Version: 1.0.0 The skill bundle is classified as benign. The `SKILL.md` documentation clearly outlines the purpose and functionality, providing instructions for an AI agent that are aligned with data processing and report generation without any signs of prompt injection or malicious intent. The Python script `scripts/retail_trade_report_generator.py` uses standard libraries (`pandas`, `openpyxl`, `re`, `os`, `datetime`) for reading specified Excel and CSV files from an input directory and writing a consolidated Excel report to an output directory. There is no evidence of data exfiltration, malicious execution (e.g., `eval`, `subprocess`, network calls), persistence mechanisms, or obfuscation. All file operations are confined to expected user-data paths.