prep-browser-session
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands and the
agent-browsertool to manage the environment and browser instance.\n - Evidence:
lsof -i :3000 -P -n | grep LISTENis used to verify the local development server status.\n - Evidence:
agent-browseris invoked to open and close browser sessions and to manage state.\n- [DATA_EXFILTRATION]: The skill manages browser session data by saving it to the local filesystem.\n - Evidence:
agent-browser state save .claude/diagnose-state.jsonsaves current browser cookies and session state to a file.\n - Note: The skill includes explicit instructions to add this file to
.gitignoreto prevent accidental disclosure via version control systems.
Audit Metadata