sensitive_files_list
Returns curated lists of sensitive file paths for specified tech stacks, enabling security audits to identify potentially exposed files.
Instructions
Return curated sensitive-path lists for a given tech stack.
Args:
stack: Comma-separated stack hints. Supported keys:
common, php, wordpress, dotnet, java, node, python, k8s, docker, ci.
include_common: If True (default), always include the common set.
Returns:
FilesReport with paths (each {path, why}). No network is performed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack | No | common | |
| include_common | No |