Discover and track emerging trends across Google Trends, Instagram, Facebook, YouTube, and TikTok to inform content strategy.
57
48%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/apify-trend-analysis/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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.
Third-party content exposure detected (high risk: 0.90). The skill runs Apify actors that scrape public social media and web sources (see the Actor list in SKILL.md such as instagram/tiktok/facebook scrapers) and the provided script (reference/scripts/run_actor.js) downloads dataset items from https://api.apify.com/v2/datasets/... and displays/summarizes those user-generated results in chat, meaning untrusted third‑party content is ingested and directly influences outputs and next actions.
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.
Potentially malicious external URL detected (high risk: 0.80). The skill's runtime script invokes the Apify API (e.g., https://api.apify.com/v2/acts/{author~actor}/runs?token=...) to start external Apify actors whose code executes on Apify's platform and the skill depends on those runs for its functionality, so this URL is a runtime external dependency that executes remote code.
b938655
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.