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 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 82

Template literal with variable interpolation in command context

SourceSKILL.md
82```bash
medium line 89

Template literal with variable interpolation in command context

SourceSKILL.md
89```bash
medium line 98

Template literal with variable interpolation in command context

SourceSKILL.md
98```bash
medium line 13

Access to .env file

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

Access to .env file

SourceSKILL.md
60export $(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 83

Access to .env file

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

Access to .env file

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

Access to .env file

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

Access to .env file

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