Skip to main content

Apify

Facilitates social media scraping and business data extraction using Apify actors for platforms like Twitter, Instagram, and LinkedIn.

Install this skill

or
36/100

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

medium line 184

Template literal with variable interpolation in command context

SourceSKILL.md
184console.log(`Found ${qualifiedLeads.length} qualified leads`)
medium line 233

Template literal with variable interpolation in command context

SourceSKILL.md
233console.log(`Price: $${product.price}`)
medium line 234

Template literal with variable interpolation in command context

SourceSKILL.md
234console.log(`Rating: ${product.rating}/5`)
medium line 235

Template literal with variable interpolation in command context

SourceSKILL.md
235console.log(`Recent issues: ${recentNegative?.length} complaints`)
medium line 295

Template literal with variable interpolation in command context

SourceSKILL.md
295console.log(`Found ${allViral.length} viral posts across 3 platforms`)
medium line 340

Template literal with variable interpolation in command context

SourceSKILL.md
340scrapeYouTubeChannel({ channelUrl: `https://youtube.com/@${username}`, maxVideos: 30 }),
medium line 21

Curl to non-GitHub URL

SourceSKILL.md
21curl -s -X POST http://localhost:8888/notify \
medium line 10

Access to hidden dotfiles in home directory

SourceSKILL.md
10`~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/Apify/`
medium line 44

Access to hidden dotfiles in home directory

SourceSKILL.md
44**Architecture:** See `~/.claude/skills/CORE/SYSTEM/DOCUMENTATION/FileBasedMCPs.md`
low line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75import { scrapeInstagramProfile, searchGoogleMaps } from '~/.claude/skills/Apify/actors'
low line 96

Access to hidden dotfiles in home directory

SourceSKILL.md
96import { scrapeInstagramProfile, scrapeInstagramPosts } from '~/.claude/skills/Apify/actors'
low line 119

Access to hidden dotfiles in home directory

SourceSKILL.md
119import { searchLinkedInJobs } from '~/.claude/skills/Apify/actors'
low line 137

Access to hidden dotfiles in home directory

SourceSKILL.md
137import { scrapeTikTokHashtag } from '~/.claude/skills/Apify/actors'
low line 155

Access to hidden dotfiles in home directory

SourceSKILL.md
155import { searchGoogleMaps } from '~/.claude/skills/Apify/actors'
low line 189

Access to hidden dotfiles in home directory

SourceSKILL.md
189import { scrapeGoogleMapsReviews } from '~/.claude/skills/Apify/actors'
low line 215

Access to hidden dotfiles in home directory

SourceSKILL.md
215import { scrapeAmazonProduct } from '~/.claude/skills/Apify/actors'
low line 242

Access to hidden dotfiles in home directory

SourceSKILL.md
242import { scrapeWebsite } from '~/.claude/skills/Apify/actors'
low line 279

Access to hidden dotfiles in home directory

SourceSKILL.md
279} from '~/.claude/skills/Apify/actors'
low line 301

Access to hidden dotfiles in home directory

SourceSKILL.md
301import { searchGoogleMaps, scrapeLinkedInProfile } from '~/.claude/skills/Apify/actors'
low line 334

Access to hidden dotfiles in home directory

SourceSKILL.md
334} from '~/.claude/skills/Apify/actors'
low line 21

External URL reference

SourceSKILL.md
21curl -s -X POST http://localhost:8888/notify \
low line 192

External URL reference

SourceSKILL.md
192placeUrl: 'https://maps.google.com/maps?cid=12345',
low line 218

External URL reference

SourceSKILL.md
218productUrl: 'https://www.amazon.com/dp/B08L5VT894',
low line 245

External URL reference

SourceSKILL.md
245startUrls: ['https://example.com/products'],
low line 340

External URL reference

SourceSKILL.md
340scrapeYouTubeChannel({ channelUrl: `https://youtube.com/@${username}`, maxVideos: 30 }),
low line 446

External URL reference

SourceSKILL.md
446# Required - Get from https://console.apify.com/account/integrations
low line 475

External URL reference

SourceSKILL.md
475- Apify Platform: https://apify.com
low line 476

External URL reference

SourceSKILL.md
476- Actor Store: https://apify.com/store
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →