chrome-auth-recorder
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection by processing untrusted data from external browser sessions.
- Ingestion points: The skill ingests data from browser console logs via
read_console_messagesand network traffic viaread_network_requests(documented in SKILL.md and references/mcp-tools-reference.md). - Boundary markers: There are no explicit delimiters or 'ignore embedded instructions' warnings applied to the data retrieved from console or network monitoring tools.
- Capability inventory: The skill possesses the capability to execute browser interactions through the
computertool (actions:left_click,type,screenshot) and export data via thegif_creatortool. - Sanitization: While the skill uses regex patterns to filter for errors, it does not perform sanitization or escaping of the content within those logs before they are presented to the agent context.
- [COMMAND_EXECUTION]: The skill uses the
computertool to perform automated browser interactions including clicks and text input. While this is the primary purpose of the recorder and requires a pre-approved plan viaupdate_plan, it allows the agent to execute actions within authenticated user sessions.
Audit Metadata