instagram-pipeline-expert
Provides expert knowledge on Instagram search providers, rate limiting, and data normalization for effective influencer discovery.
Install this skill
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
Template literal with variable interpolation in command context
| 98 | query: `site:instagram.com "${kw}" reels`, |
Template literal with variable interpolation in command context
| 230 | query: `site:instagram.com "${kw}" reels`, |
Template literal with variable interpolation in command context
| 241 | console.error(`Failed to fetch handles for "${kw}":`, error); |
Template literal with variable interpolation in command context
| 438 | profileUrl: raw.profileUrl || `https://instagram.com/${raw.username}`, |
Template literal with variable interpolation in command context
| 478 | query: `${keyword} instagram influencer` |
Curl to non-GitHub URL
| 503 | curl -X POST 'https://google.serper.dev/search' \ |
External URL reference
| 28 | - **Endpoint**: `https://google.serper.dev/search` |
External URL reference
| 38 | const SERPER_ENDPOINT = 'https://google.serper.dev/search'; |
External URL reference
| 127 | profileUrl: string; // https://instagram.com/{username} |
External URL reference
| 438 | profileUrl: raw.profileUrl || `https://instagram.com/${raw.username}`, |
External URL reference
| 503 | curl -X POST 'https://google.serper.dev/search' \ |
External URL reference
| 542 | - [Serper.dev Documentation](https://serper.dev/docs) |
External URL reference
| 543 | - [Apify Instagram Scrapers](https://apify.com/store?search=instagram) |