browser-auth-flow
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted content from arbitrary URLs provided in the arguments, creating a surface for indirect prompt injection attacks where malicious web content could attempt to influence agent behavior.
- Ingestion points: Untrusted data enters the agent context via
browser_openon the user-provided<login-url>and through reading browser state likedocument.cookieviabrowser_eval. - Boundary markers: The skill does not define explicit delimiters or instructions to ignore embedded commands within the content it audits.
- Capability inventory: The agent has access to
Bash,Read,Write, and browser automation tools (fill, type, eval, click). - Sanitization: The skill includes instructions to use
aidefence_scanandaidefence_is_safeto identify and redact PII or credentials before data is returned to the model, which significantly mitigates the risk of data exposure.
Audit Metadata