Skip to main content

instagram-pipeline-expert

Provides expert knowledge on Instagram search providers, rate limiting, and data normalization for effective influencer discovery.

Install this skill

or
63/100

Security score

The instagram-pipeline-expert skill was audited on Feb 12, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98query: `site:instagram.com "${kw}" reels`,
medium line 230

Template literal with variable interpolation in command context

SourceSKILL.md
230query: `site:instagram.com "${kw}" reels`,
medium line 241

Template literal with variable interpolation in command context

SourceSKILL.md
241console.error(`Failed to fetch handles for "${kw}":`, error);
medium line 438

Template literal with variable interpolation in command context

SourceSKILL.md
438profileUrl: raw.profileUrl || `https://instagram.com/${raw.username}`,
medium line 478

Template literal with variable interpolation in command context

SourceSKILL.md
478query: `${keyword} instagram influencer`
medium line 503

Curl to non-GitHub URL

SourceSKILL.md
503curl -X POST 'https://google.serper.dev/search' \
low line 28

External URL reference

SourceSKILL.md
28- **Endpoint**: `https://google.serper.dev/search`
low line 38

External URL reference

SourceSKILL.md
38const SERPER_ENDPOINT = 'https://google.serper.dev/search';
low line 127

External URL reference

SourceSKILL.md
127profileUrl: string; // https://instagram.com/{username}
low line 438

External URL reference

SourceSKILL.md
438profileUrl: raw.profileUrl || `https://instagram.com/${raw.username}`,
low line 503

External URL reference

SourceSKILL.md
503curl -X POST 'https://google.serper.dev/search' \
low line 542

External URL reference

SourceSKILL.md
542- [Serper.dev Documentation](https://serper.dev/docs)
low line 543

External URL reference

SourceSKILL.md
543- [Apify Instagram Scrapers](https://apify.com/store?search=instagram)
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →