social-media-trends-research
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes the pytrends and requests libraries for data retrieval from Google and Reddit. These are standard and widely used Python packages for web-based research.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted content from external sources, which represents a potential injection surface.
- Ingestion points: Data is fetched from Reddit posts (titles and text) and Google Trends (rising queries) via scripts/reddit_scraper.py and scripts/trend_research.py.
- Boundary markers: The skill does not employ specific delimiters or 'ignore' instructions when presenting this external content to the agent.
- Capability inventory: Capabilities are limited to console output and writing results to local JSON files (e.g., trend_research.json).
- Sanitization: The skill does not perform sanitization or filtering of the fetched text before outputting it.
Audit Metadata