PicSee URL Shortener & QR Codes (Web)

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is coherent for shortening URLs with PicSee, with noteworthy but disclosed use of a browser session and optional local QR-code package installation.

Before installing, be aware that URLs you shorten are sent to PicSee and may be associated with your PicSee browser session. Only request QR-code generation if you are comfortable allowing the skill to create a local Python virtual environment and install the needed QR packages.

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

If you are logged into PicSee in that browser profile, the skill may act within that PicSee session and show or create account history.

Why it was flagged

The skill explicitly uses a named browser profile, which may include the user's PicSee login session and allow account-linked shortening, analytics, and history access.

Skill content
**Always use `profile: "openclaw"`** ... After logging in, you can also access analytics and history records.
Recommendation

Use only if you are comfortable using your PicSee account session, or use a separate browser profile/account for URL shortening.

What this means

Generating a QR code may install third-party Python packages on your machine, which is normal for this feature but expands the local dependency surface.

Why it was flagged

The optional QR-code workflow downloads Python packages at runtime and leaves a reusable virtual environment in the user's home directory; the packages are not version-pinned in the artifact.

Skill content
python3 -m venv ~/openclaw_python_venv ... pip install qrcode pillow
Recommendation

Approve QR-code generation only when needed, and consider pinning dependency versions or using a preinstalled/trusted QR-code generator if you want tighter supply-chain control.