What problem does it solve?
This Skill helps you systematically investigate security weaknesses caused by how an application handles filesystem paths, download endpoints, uploads, previews, and extraction chains—so you can quickly determine whether you’re dealing with path traversal/LFI or unsafe upload and processing logic.
Core Features & Use Cases
- Path and endpoint triage: Determine whether inputs like filenames, parameters, or download URLs influence the underlying file path or access control decisions.
- Upload workflow boundary analysis: Focus on validation, storage locations, overwrite behavior, and subsequent processing/serving stages (preview, transcoding, extraction, sharing).
- Chain-aware decisioning: Use a focused routing approach to connect related topics like traversal/LFI and insecure upload handling without fragmenting the payload strategy.
Quick Start
Use file-access-vuln to classify the suspected workflow stage (accept, store, process, or serve) for a failing download or upload feature and identify the most likely vulnerability path to test next.