Please complete these tasks using your MCP tools:

1. Navigate to https://example.com and take a screenshot:
   - Use {{MCP_SERVER}}__browser_navigate to go to https://example.com
   - Use {{MCP_SERVER}}__browser_take_screenshot

2. Save an analysis deliverable:
   - Use save_deliverable with deliverable_type "INJECTION_ANALYSIS"
   - Content: "# Injection Analysis Report\n\nAnalysis complete. No injection vulnerabilities identified."

3. Save a queue deliverable:
   - Use save_deliverable with deliverable_type "INJECTION_QUEUE"
   - Content: {"vulnerabilities": []}
