reportgama2

PassAudited by ClawScan on Apr 6, 2026.

Overview

The skill's code, instructions, and install steps are coherent with its stated purpose (automated multi-source market-research report generation); it requests no unrelated credentials or exotic installs.

This package is internally consistent with its goal: it runs Python scripts that scrape public sources, clean data, and produce a PDF report. Before installing/running: (1) review the code locally (master.py and modules) if you need to ensure no outbound network calls go to unexpected hosts; (2) run in a sandbox or isolated environment (container/VM) because the scripts perform broad web requests and will create files under the skill directory; (3) be aware pip will install third-party packages from PyPI—use a locked environment or vet packages if supply-chain risk is a concern; (4) consider legal/terms-of-service and privacy issues for scraping target sites (government portals, e‑commerce, Telegram/VK); (5) if you do not want the agent to call this skill autonomously, disable autonomous invocation or require explicit user consent before running. Overall there are no unexplained credential requests or hidden endpoints, but standard operational caution for networked scraping tools still applies.