Timeline Chart Generator
PassAudited by ClawScan on May 6, 2026.
Overview
This skill appears to locally generate timeline chart images, with the only notable consideration being manual font/Python dependency installation.
This skill looks safe for its stated purpose of generating local timeline PNG images. Before installing, ensure you trust the package sources for the recommended fonts and Pillow dependency, and choose output paths carefully so you do not overwrite files unintentionally.
Findings (1)
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.
You may need to install packages before using the skill, which can modify your local system or Python environment.
The skill asks the user to install system fonts and depends on Pillow for image generation. This is expected for Chinese text rendering and chart creation, but it changes the local environment and should come from trusted package sources.
Install Chinese fonts: ```bash apt-get install -y fonts-noto-cjk fc-cache -fv ``` ... - Pillow >= 8.0.0
Install fonts and Python packages only from trusted repositories, and consider using a Python virtual environment for the Pillow dependency.
