apify-content-analytics
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary functions—fetching actor details and running scrapers—are implemented using standard Node.js practices and interact with the official Apify API.
- [EXTERNAL_DOWNLOADS]: The scripts
fetch_actor_details.jsandrun_actor.jsmake network requests toapi.apify.comto manage scraping tasks. This communication is required for the skill's documented functionality and targets a well-known service. - [COMMAND_EXECUTION]: The skill uses the
nodecommand to execute its internal utility scripts. These scripts use built-in Node.js modules and do not involve arbitrary shell command execution or untrusted input piping. - [CREDENTIALS_UNSAFE]: Sensitive credentials (APIFY_TOKEN) are managed via a
.envfile, which is a standard and safe practice for local agent skills. The token is never hardcoded in the source files.
Audit Metadata