Tiktok Scraper
Analysis
This skill openly supports TikTok scraping with stealth browser behavior and residential proxy rotation to bypass rate limits, so it needs careful review before use.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Browser fingerprinting, human behavior simulation, and stealth scripts ... Use a residential proxy ... Automatic IP Rotation ... rate-limits never stack up
The artifact explicitly promotes stealth browser behavior, residential proxies, and IP rotation to avoid TikTok bot detection, IP bans, and rate limits during scraping.
No install spec — this is an instruction-only skill. No code files present — this is an instruction-only skill.
The registry provides no implementation or install mechanism, while SKILL.md describes browser/CLI behavior, Python/Chromium requirements, and config files that are not present in the artifact set.
Resume interrupted scraping sessions ... Long-Running Scrapes | Scrape thousands of profiles over hours or days
The artifact describes resumable, long-running scraping behavior. This is disclosed and aligned with the scraper purpose, but it should be bounded by the user.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Getting Google API Credentials (Optional) ... Create API credentials → API Key ... "google_search": { "enabled": true, "api_key": "", "search_engine_id": "" }The skill may use a Google API key and Search Engine ID even though the registry declares no primary credential or environment variables.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Profile Data Structure ... "username" ... "bio" ... "bio_link" ... "profile_pic_local" ... "content_thumbnails" ... Export files: data/export_{timestamp}.json, data/export_{timestamp}.csvThe skill stores and exports profile data, bio links, and downloaded thumbnails, creating persistent datasets that could be reused or shared across tasks.
