Skip to main content

apify-actor

Enables users to build and deploy Apify actors for web scraping and automation using Python, streamlining data extraction and browser automation.

Install this skill

or
67/100

Security score

The apify-actor skill was audited on Feb 9, 2026 and we found 7 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 17

Piping content to bash shell

SourceSKILL.md
17curl -fsSL https://apify.com/install-cli.sh | bash
medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -fsSL https://apify.com/install-cli.sh | bash
medium line 228

Webhook reference - potential data exfiltration

SourceSKILL.md
228- Webhook endpoints that need immediate processing
medium line 230

Webhook reference - potential data exfiltration

SourceSKILL.md
230- Integration with real-time services (Slack bots, chat applications, webhooks)
low line 17

External URL reference

SourceSKILL.md
17curl -fsSL https://apify.com/install-cli.sh | bash
low line 20

External URL reference

SourceSKILL.md
20# Or (Windows): irm https://apify.com/install-cli.ps1 | iex
low line 29

External URL reference

SourceSKILL.md
29If it is not logged in, check if the APIFY_TOKEN environment variable is defined (if not, ask the user to generate one on https://console.apify.com/settings/integrations and then define APIFY_TOKEN wi
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →