Skip to main content

apify-lead-generation

Generates B2B/B2C leads by scraping data from various platforms, enabling efficient lead generation for businesses.

Install this skill

or
71/100

Security score

The apify-lead-generation skill was audited on Mar 3, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 81

Template literal with variable interpolation in command context

SourceSKILL.md
81```bash
medium line 88

Template literal with variable interpolation in command context

SourceSKILL.md
88```bash
medium line 97

Template literal with variable interpolation in command context

SourceSKILL.md
97```bash
medium line 13

Access to .env file

SourceSKILL.md
13- `.env` file with `APIFY_TOKEN`
low line 59

Access to .env file

SourceSKILL.md
59export $(grep APIFY_TOKEN .env | xargs) && mcpc --json mcp.apify.com --header "Authorization: Bearer $APIFY_TOKEN" tools-call fetch-actor-details actor:="ACTOR_ID" | jq -r ".content"
low line 82

Access to .env file

SourceSKILL.md
82node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
low line 89

Access to .env file

SourceSKILL.md
89node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
low line 98

Access to .env file

SourceSKILL.md
98node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
medium line 116

Access to .env file

SourceSKILL.md
116`APIFY_TOKEN not found` - Ask user to create `.env` with `APIFY_TOKEN=your_token`
Scanned on Mar 3, 2026
View Security Dashboard