Understand audience demographics, preferences, behavior patterns, and engagement quality across Facebook, Instagram, YouTube, and TikTok.
64
76%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/apify-audience-analysis/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The runtime path `run_actor.js` accepts only user-provided JSON input for starting an Apify Actor, then it downloads structured dataset items/results from Apify APIs (`/v2/datasets/${datasetId}/items`) and prints/saves those values, so outsider-authored free text can be ingested from dataset items coming from the actor’s monitored external sources (e.g., comments or profile text) without selecting a specific item first.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill issues runtime calls to Apify endpoints (e.g., https://api.apify.com/v2/acts/${apiActorId}/runs?token=${encodeURIComponent(token)}) and to mcp.apify.com to fetch Actor schemas and to start actors, which executes remote actor code and provides schema data that controls inputs/prompts.
07da495
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.