Files
trebuchet/prompts/pipeline-testing/vuln-auth.txt
T
2026-03-03 02:05:09 +05:30

14 lines
563 B
Plaintext

Please complete these tasks using your MCP tools:
1. Navigate to https://example.net and take a screenshot:
- Use {{MCP_SERVER}}__browser_navigate to go to https://example.net
- Use {{MCP_SERVER}}__browser_take_screenshot
2. Save an analysis deliverable:
- Use save_deliverable with deliverable_type "AUTH_ANALYSIS"
- Content: "# Auth Analysis Report\n\nAnalysis complete. No authentication vulnerabilities identified."
3. Save a queue deliverable:
- Use save_deliverable with deliverable_type "AUTH_QUEUE"
- Content: {"vulnerabilities": []}