Instagram Search

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: instagram-search Version: 1.1.1 The skill bundle is benign. All instructions in `SKILL.md` are consistent with its stated purpose of providing Instagram search functionality via the Xpoz.ai platform. It instructs the agent to install the `mcporter` binary via `npm` and use it to interact with the `xpoz` service. There are no signs of prompt injection, data exfiltration beyond expected search results, persistence mechanisms, or other malicious behaviors. The external dependencies (`mcporter` and `xpoz.ai`) are explicitly declared and align with the skill's description.

Findings (0)

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

Installing the skill may install and use the mcporter CLI from npm.

Why it was flagged

The skill relies on installing a third-party npm CLI package. This is expected for the Xpoz MCP workflow, but it is still a supply-chain dependency users should trust before installation.

Skill content
node | package: mcporter | creates binaries: mcporter
Recommendation

Install only if you trust the mcporter package and the Xpoz service provider.

What this means

The agent may use your Xpoz account authorization to run searches through Xpoz.

Why it was flagged

The skill requires an Xpoz account and OAuth setup. This is purpose-aligned for accessing Xpoz search services and does not request Instagram or Meta credentials.

Skill content
Xpoz account (free tier) — auth via xpoz-setup skill (OAuth 2.1)
Recommendation

Complete OAuth setup only if you intend to let the agent use your Xpoz account, and review any account limits or billing terms.

What this means

Your search queries and returned export workflow are processed by Xpoz rather than staying entirely local.

Why it was flagged

Search requests and results are handled through an external Xpoz MCP service, which is disclosed and central to the skill's purpose.

Skill content
works through Xpoz MCP
Recommendation

Avoid sending sensitive research terms unless you are comfortable sharing them with Xpoz.

What this means

Searches can produce large downloadable datasets through Xpoz.

Why it was flagged

The skill can generate sizable CSV exports from Instagram search results. This is disclosed and purpose-aligned, but users should be aware of the volume of data produced.

Skill content
Every search generates a full export. Poll the `dataDumpExportOperationId` for a CSV download URL (up to 64K rows).
Recommendation

Review intended queries and exports before using or sharing generated CSV data.