Install Chinese Fonts

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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

Running the script can install packages and update the font cache on the machine.

Why it was flagged

The script performs package-manager actions that modify the host system. This is expected for installing fonts, but it is still a system-changing operation.

Skill content
run apt-get update
  run apt-get install -y fonts-noto-cjk
Recommendation

Use the provided --dry-run or --verify-only options first if you want to inspect what will happen, and run the install only on systems where package changes are acceptable.

What this means

If run with elevated privileges, the commands can make system-level package and font-cache changes.

Why it was flagged

The skill discloses that administrator-level privileges may be needed for system-wide font installation.

Skill content
For system-wide installs, expect root privileges or a privileged shell.
Recommendation

Only grant elevated privileges when you intend to install fonts system-wide, and review the listed package names before proceeding.