Apify
Facilitates social media scraping and business data extraction using Apify actors for platforms like Twitter, Instagram, and LinkedIn.
Install this skill
Security score
The Apify skill was audited on Mar 1, 2026 and we found 28 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 184 | console.log(`Found ${qualifiedLeads.length} qualified leads`) |
Template literal with variable interpolation in command context
| 233 | console.log(`Price: $${product.price}`) |
Template literal with variable interpolation in command context
| 234 | console.log(`Rating: ${product.rating}/5`) |
Template literal with variable interpolation in command context
| 235 | console.log(`Recent issues: ${recentNegative?.length} complaints`) |
Template literal with variable interpolation in command context
| 295 | console.log(`Found ${allViral.length} viral posts across 3 platforms`) |
Template literal with variable interpolation in command context
| 340 | scrapeYouTubeChannel({ channelUrl: `https://youtube.com/@${username}`, maxVideos: 30 }), |
Curl to non-GitHub URL
| 21 | curl -s -X POST http://localhost:8888/notify \ |
Access to hidden dotfiles in home directory
| 10 | `~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Apify/` |
Access to hidden dotfiles in home directory
| 44 | **Architecture:** See `~/.claude/skills/CORE/SYSTEM/DOCUMENTATION/FileBasedMCPs.md` |
Access to hidden dotfiles in home directory
| 75 | import { scrapeInstagramProfile, searchGoogleMaps } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 96 | import { scrapeInstagramProfile, scrapeInstagramPosts } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 119 | import { searchLinkedInJobs } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 137 | import { scrapeTikTokHashtag } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 155 | import { searchGoogleMaps } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 189 | import { scrapeGoogleMapsReviews } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 215 | import { scrapeAmazonProduct } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 242 | import { scrapeWebsite } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 279 | } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 301 | import { searchGoogleMaps, scrapeLinkedInProfile } from '~/.claude/skills/Apify/actors' |
Access to hidden dotfiles in home directory
| 334 | } from '~/.claude/skills/Apify/actors' |
External URL reference
| 21 | curl -s -X POST http://localhost:8888/notify \ |
External URL reference
| 192 | placeUrl: 'https://maps.google.com/maps?cid=12345', |
External URL reference
| 218 | productUrl: 'https://www.amazon.com/dp/B08L5VT894', |
External URL reference
| 245 | startUrls: ['https://example.com/products'], |
External URL reference
| 340 | scrapeYouTubeChannel({ channelUrl: `https://youtube.com/@${username}`, maxVideos: 30 }), |
External URL reference
| 446 | # Required - Get from https://console.apify.com/account/integrations |
External URL reference
| 475 | - Apify Platform: https://apify.com |
External URL reference
| 476 | - Actor Store: https://apify.com/store |