Skip to main content

apify-market-research

Facilitates comprehensive market research by extracting data from various platforms to analyze consumer behavior and market conditions.

Install this skill

or
71/100

Security score

The apify-market-research 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 80

Template literal with variable interpolation in command context

SourceSKILL.md
80```bash
medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87```bash
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96```bash
medium line 13

Access to .env file

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

Access to .env file

SourceSKILL.md
58export $(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 81

Access to .env file

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

Access to .env file

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

Access to .env file

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

Access to .env file

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