Near Qr Skill
Analysis
The skill appears to do what it claims: generate and read NEAR QR codes without requesting credentials, network access, or hidden persistence.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
qrcode[pil]>=7.4 Pillow>=10.0 pyzbar>=0.1.9
The skill relies on external Python packages with lower-bound version ranges rather than pinned exact versions. This is expected for the QR-code purpose, but dependency versions may vary between installations.
output_path = output or f"{account.replace('.', '_')}_qr.png"
img.save(output_path)Generated QR images are saved to default or user-provided paths. This is central to the skill's purpose, but the code does not show overwrite protection or path restrictions.
