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.
Running the script can install packages and update the font cache on the machine.
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.
run apt-get update run apt-get install -y fonts-noto-cjk
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.
If run with elevated privileges, the commands can make system-level package and font-cache changes.
The skill discloses that administrator-level privileges may be needed for system-wide font installation.
For system-wide installs, expect root privileges or a privileged shell.
Only grant elevated privileges when you intend to install fonts system-wide, and review the listed package names before proceeding.
