screenshot-beautifier 截图美化工具
PassAudited by ClawScan on Apr 11, 2026.
Overview
The skill's code and instructions match its stated purpose — a local image beautifier that uses Pillow to add a gradient background, rounded corners, and optional text; it does not request credentials or perform network I/O.
This skill appears coherent and processes images entirely locally using Pillow. It will read system font files (normal for text rendering) and write a PNG output beside the input image. Before installing, ensure you trust the source code (it's included here) and have Pillow installed in a virtual environment if you want isolation. The code has no network calls or credential access. If you plan to run user-supplied images from untrusted sources, consider scanning them with your usual malware/protection tools — the script itself does not sanitize image content beyond using Pillow to open and save files. Finally, note a minor non-security implementation quirk in the font fallback (harmless), but nothing affecting safety was found.
