Skip to main content

apify-competitor-intelligence

Analyzes competitor strategies and market positioning across multiple platforms using Apify Actors for data extraction.

Install this skill

or
76/100

Security score

The apify-competitor-intelligence skill was audited on May 13, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 102

Template literal with variable interpolation in command context

SourceSKILL.md
102```bash
medium line 109

Template literal with variable interpolation in command context

SourceSKILL.md
109```bash
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118```bash
medium line 23

Access to .env file

SourceSKILL.md
23- `.env` file with `APIFY_TOKEN`
low line 80

Access to .env file

SourceSKILL.md
80export $(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 103

Access to .env file

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

Access to .env file

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

Access to .env file

SourceSKILL.md
119node --env-file=.env ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js \
Scanned on May 13, 2026
View Security Dashboard
Installation guide →