二维码识别工具
PassAudited by ClawScan on May 2, 2026.
Overview
This appears to be a straightforward local QR/barcode reader with only a minor dependency/provenance note.
This skill looks safe for its intended local QR/barcode-reading use. Before installing, verify the Pillow, pyzbar, and zbar dependencies come from trusted sources, and remember that decoded QR/barcode contents will be printed to the terminal or saved if you choose the save option.
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.
Installing these dependencies can change the local Python/system environment, so users should use trusted package managers and be careful about package names.
The skill relies on manually installed third-party Python packages and a native zbar library, but no pinned versions or install spec are provided.
- Pillow (pip install Pillow) - pyzbar (pip install pyzbar) - macOS: `brew install zbar` - Ubuntu: `sudo apt-get install libzbar0`
Install dependencies from official or trusted repositories, consider using a virtual environment, and pin versions if reproducibility matters.
