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

14 lines
573 B
Plaintext

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": []}