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.js and run_actor.js make network requests to api.apify.com to 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 node command 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 .env file, which is a standard and safe practice for local agent skills. The token is never hardcoded in the source files.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 3, 2026, 04:44 AM
Security Audit — agent-trust-hub — apify-content-analytics