tiktok-scraper
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes command-line examples using
curlandjqto interact with the Apify REST API (api.apify.com). These commands are used to initiate scraping tasks, monitor their progress, and retrieve results. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions for installing the
apify-clientlibrary via standard package managers (pipandnpm). This is the official library for Apify, a well-known automation and scraping service. - [PROMPT_INJECTION]: The skill processes external data harvested from TikTok (such as comments and video descriptions). This creates a potential surface for indirect prompt injection if the agent interprets the scraped text as instructions. This behavior is inherent to the primary purpose of a scraping tool.
- Ingestion points: TikTok metadata, video titles, and user comments are fetched from the Apify API (SKILL.md).
- Boundary markers: The skill uses structured JSON for data handling, but no specific boundary delimiters or "ignore instructions" prompts are included in the provided script examples.
- Capability inventory: The skill utilizes network access via
curlto reach the Apify API and suggests package installation viapip/npm(SKILL.md). - Sanitization: No explicit sanitization or filtering of the scraped TikTok content is demonstrated in the provided code snippets.
Audit Metadata