Path Traversal

Detects file operations with user-controlled paths vulnerable to ../ traversal, absolute paths, or symlink escapes. Use when writing code that opens, reads, writes, or deletes files using paths constructed from user input. Also invoke when serving static files, handling file downloads by name, or resolving paths from URL parameters or request bodies.

thejefflarson 77a6b0a 3.4 KB Updated

File contents

thejefflarson/soundcheck/tree/main/.claude/skills/path-traversal commit 77a6b0a8f7

Frequently asked questions

npx skillmds@latest add thejefflarson/path-traversal