agent-browser-e2e
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill establishes a protocol for browsing external URLs and inspecting DOM snapshots (
agent-browser openandsnapshotinSKILL.md), which creates an indirect prompt injection surface. Ingestion occurs through these browser reading commands. While explicit prompt boundary markers are absent in the template, the protocol includes 'Judgment Gates' that require the agent to pause and ask the user for confirmation when encountering unexpected content or errors. The agent's capabilities include element interaction, script execution viaeval, and authentication vault access.\n- [CREDENTIALS_UNSAFE]: The skill promotes secure credential management by instructing the use of an 'Auth Vault' (auth saveandauth login) instead of manual form filling or hardcoded strings. The string 'secret' used in the example command is a generic documentation placeholder and does not represent a security risk.\n- [COMMAND_EXECUTION]: The skill provides instructions for theagent-browsertool to perform web automation tasks. It includes legitimate recovery patterns, such as handling SSL errors in staging environments (with a warning not to use in production) and managing page load timeouts via environment variables.
Audit Metadata