industry-intelligence(行业情报)

Security checks across malware telemetry and agentic risk

Overview

This appears to be a legitimate industry-news collection and reporting skill, with disclosed use of web fetching, local helper scripts, optional dependency downloads, and reusable workspace files.

Before installing, be comfortable with the skill running its bundled Python helpers, fetching public web pages, and installing Playwright/Python dependencies if needed. Keep outputs in the intended workspace, review the persistent resource library, and avoid using private or internal URLs unless that is your intent.

VirusTotal

65/65 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

A report request may cause the agent to fetch web pages, launch a headless browser, convert files, or download fonts.

Why it was flagged

The skill explicitly authorizes local helper-script execution for web fetching, PDF conversion, and font downloading. These tools are central to the workflow, but they can make network requests and write files.

Skill content
/usr/bin/python3 {SKILL_DIR}/scripts/web_fetchers.py dynamic <URL> ... /usr/bin/python3 {SKILL_DIR}/scripts/md_to_pdf.py <MD文件路径> ... /usr/bin/python3 {SKILL_DIR}/scripts/download_fonts.py
Recommendation

Use the skill with intended public URLs and workspace files only; avoid pointing it at private/internal pages unless you deliberately want those pages processed.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

Installing dependencies may pull current versions of external packages and browser components.

Why it was flagged

The setup documentation uses unpinned third-party Python packages and a Playwright browser runtime. This is purpose-aligned, but reproducibility and package provenance depend on the user's environment.

Skill content
pip install markdown reportlab requests beautifulsoup4 playwright
playwright install chromium
Recommendation

Install in a controlled environment, pin versions if reproducibility matters, and use trusted package indexes.

#
ASI06: Memory and Context Poisoning
Low
What this means

Old, incorrect, or low-quality sources in the resource library may affect later briefings.

Why it was flagged

The skill stores a reusable resource library that influences future reports. This is expected for ongoing intelligence work, but stale or inaccurate entries could propagate into later outputs.

Skill content
The library is built once and reused across all future collections — users can incrementally add competitors or correct sources at any time.
Recommendation

Periodically review and update the resource library, especially community or rumor sources, before relying on generated reports.