What problem does it solve? During penetration testing, file-related attack surfaces span download endpoints, upload flows, preview pipelines, and archive extraction, making it hard to decide whether to pursue path traversal, LFI, or upload validation issues first. This Skill acts as a P1 category router that classifies the entry point and directs testing to the correct specialized workflow. ## Core Features & Use Cases - Entry Point Classification: Identifies whether the target surface is a path parameter, download interface, or upload flow. - Pipeline Stage Analysis: Locates whether the weakness sits in the accept, store, process, or serve stage of file handling. - Skill Routing: Directs testers to the path traversal/LFI skill or the insecure file upload skill based on the observed workflow. - Use Case: While assessing a web application with a document preview feature, use this router to determine whether to test for local file inclusion through path parameters or to probe the upload validation and processing chain. ## Quick Start Ask the agent to analyze the target's file download and upload endpoints and route the testing toward path traversal, LFI, or upload validation weaknesses.