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 May 12, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 87

Template literal with variable interpolation in command context

SourceSKILL.md
87```bash
medium line 94

Template literal with variable interpolation in command context

SourceSKILL.md
94```bash
medium line 103

Template literal with variable interpolation in command context

SourceSKILL.md
103```bash
medium line 20

Access to .env file

SourceSKILL.md
20- `.env` file with `APIFY_TOKEN`
low line 65

Access to .env file

SourceSKILL.md
65export $(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 88

Access to .env file

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

Access to .env file

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

Access to .env file

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

Access to .env file

SourceSKILL.md
121`APIFY_TOKEN not found` - Ask user to create `.env` with `APIFY_TOKEN=your_token`
Scanned on May 12, 2026
View Security Dashboard
Installation guide →