ah-fix-ui-bug
Pass
Audited by Gen Agent Trust Hub on Mar 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
chrome-devtoolscommand-line interface to perform browser operations such as page navigation, screen capture, and performance tracing. - Evidence: Frequent use of
chrome-devtools navigate_page,take_snapshot, andperformance_start_traceinSKILL.md. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) by ingesting untrusted content from the Document Object Model (DOM) of web pages.
- Ingestion points:
chrome-devtools take_snapshotandchrome-devtools list_console_messagesinSKILL.md. - Boundary markers: Not present; the agent processes raw browser data directly.
- Capability inventory: Includes browser script execution (
evaluate_script), interaction (click,hover), and file system writes to/tmp(as seen inSKILL.md). - Sanitization: None; the skill relies on the agent's internal safety filters when processing scraped page content.
- [DYNAMIC_EXECUTION]: The skill uses the
evaluate_scriptcommand to inject and execute dynamic JavaScript snippets into the browser page to monitor UI state and events. - Evidence: Examples in
SKILL.mdand the entirescripts/directory contain functional JavaScript designed for injection viachrome-devtools evaluate_script.
Audit Metadata