apify-verified-email-finder
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Node.js script,
reference/scripts/run_actor.js, designed to be executed via the command line. This script automates the process of starting Apify Actors and downloading results. - [EXTERNAL_DOWNLOADS]: The utility script performs network requests to
api.apify.comusing the native Node.js fetch API. These requests are used to initiate actor runs and retrieve datasets, which is the core functionality of the skill. - [CREDENTIALS_UNSAFE]: The skill instructs users to manage their
APIFY_TOKENusing a.envfile. This is a standard and recommended practice for script-based workflows to avoid hardcoding sensitive credentials in source code. - [DATA_EXFILTRATION]: The script reads the
APIFY_TOKENfrom environment variables to authenticate with the vendor's platform. It does not access or transmit other sensitive local files.
Audit Metadata