Skip to main content

apify-brand-reputation-monitoring

Monitors brand reputation by tracking reviews and sentiment across major platforms like Google Maps, Facebook, and Instagram.

Install this skill

or
71/100

Security score

The apify-brand-reputation-monitoring 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 89

Template literal with variable interpolation in command context

SourceSKILL.md
89```bash
medium line 96

Template literal with variable interpolation in command context

SourceSKILL.md
96```bash
medium line 105

Template literal with variable interpolation in command context

SourceSKILL.md
105```bash
medium line 20

Access to .env file

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

Access to .env file

SourceSKILL.md
67export $(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 90

Access to .env file

SourceSKILL.md
90node --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 \
low line 106

Access to .env file

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

Access to .env file

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