Instagram Collector Adarsh
Analysis
This instruction-only skill appears benign and purpose-aligned, but it uses an Apify account token and may consume Apify quota to collect Instagram metrics.
Findings (3)
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.
Call `apifyService.scrapeInstagramProfile(handle)` which starts an Apify actor run
The skill launches an external Apify actor based on the provided handle. This is central to the stated purpose and disclosed, but users should recognize that invocation triggers an external scraping run.
The collector depends on `apifyService.ts` for the actual API communication.
The supplied artifacts are instruction-only and the referenced implementation file is not included. This is disclosed, but the actual credential handling and HTTP behavior depend on the host pipeline or external service layer.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- **Auth:** `APIFY_API_TOKEN` environment variable - **Cost estimate:** ~$0.005 per run on Apify free/paid tier
The skill expects access to the user's Apify credential/account and may consume account quota or paid usage. This is disclosed and aligned with the Instagram collection purpose, but it is not reflected in the registry's required environment variables.
