Install Chinese Fonts

PassAudited by ClawScan on May 1, 2026.

Overview

This skill does what it says—installs Chinese/CJK fonts—but users should notice that it modifies system packages and may require administrator privileges.

This appears safe for its stated purpose. Before installing, confirm you are comfortable letting it modify system font packages, consider running the dry-run or verify-only mode first, and use administrator privileges only when you intentionally want a system-wide font installation.

Findings (2)

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.