tweet-series-extractor
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external social media profiles, creating a surface for indirect prompt injection attacks.
- Ingestion points: The skill fetches raw data using
mcp__claude-in-chrome__get_page_textandmcp__claude-in-chrome__read_pageto collect tweet text, engagement metrics, and profile information. - Boundary markers: There are no instructions for the agent to treat the ingested tweet content as data rather than instructions, nor are there delimiters to wrap the external text.
- Capability inventory: The agent utilizes browser automation tools including
mcp__claude-in-chrome__navigateandmcp__claude-in-chrome__javascript_toolwhich could be manipulated if the agent follows instructions found within a tweet. - Sanitization: The workflow does not include any steps to sanitize or filter the scraped text to remove potential command-like phrases before the agent processes the information.
Audit Metadata