apify-verified-email-finder
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Node.js script (
reference/scripts/run_actor.js) designed to be executed via the CLI. It uses thefetchAPI to interact withapi.apify.comfor starting actor runs, polling status, and downloading results. These operations are aligned with the skill's primary purpose of lead generation. - [EXTERNAL_DOWNLOADS]: The skill downloads dataset results from
api.apify.com. These downloads are from a well-known service infrastructure belonging to the vendor (Apify) and are used to retrieve the output of the scraping tasks initiated by the user. - [SAFE]: The skill implements security best practices by recommending the use of
.envfiles for sensitiveAPIFY_TOKENmanagement rather than hardcoding credentials. It also includes data validation steps, such as URL pre-validation, to ensure malformed data is handled gracefully before being sent to external APIs.
Audit Metadata