Instagram Photo Find

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill coherently searches for public Instagram images and temporarily downloads them for scoring, with no evidence of hidden code, credential use, or destructive behavior.

This appears safe to install as an instruction-only helper. Be aware that it uses web search, downloads public Instagram media to /tmp, and may pass those images to a vision model for scoring.

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.

What this means

The agent may create temporary image files on the local system while fulfilling the request.

Why it was flagged

The skill instructs the agent to fetch remote Instagram media and write local temporary files. This is disclosed and central to the photo-finding purpose, but users should know web content will be downloaded locally.

Skill content
Use `curl -s -L` (follows the 302 redirect to CDN) ... Save to `/tmp/` with descriptive names
Recommendation

Use the skill only for destinations you intend to search, and delete temporary files from /tmp if you do not want them retained.