apify-content-analytics

Pass

Audited by Gen Agent Trust Hub on Mar 20, 2026

Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill requires the execution of the official @apify/mcpc CLI and a local Node.js script for data processing.
  • Evidence: Instructions in SKILL.md for fetching schemas and running actors via shell commands and node execution.
  • [DATA_EXFILTRATION]: The run_actor.js script sends the APIFY_TOKEN and user-defined scraping parameters to api.apify.com to perform the requested analytics tasks.
  • Evidence: API requests in run_actor.js targeting vendor-owned subdomains for starting actors and retrieving results.
  • [PROMPT_INJECTION]: The skill ingests untrusted data from social media platforms, creating a surface for indirect prompt injection.
  • Ingestion points: Social media metrics, post content, and comments retrieved from the Apify API in run_actor.js.
  • Boundary markers: The retrieved data is not delimited by specific markers to prevent the agent from interpreting instructions inside the data.
  • Capability inventory: The skill can write files to the local file system and perform network operations.
  • Sanitization: No specific sanitization or filtering logic is implemented for the data retrieved from external platforms before it is provided to the agent or saved to disk.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 20, 2026, 09:50 PM