sensitive_data_check
Identify and prevent data leakage by scanning API endpoints for sensitive information exposure using specified HTTP methods and authentication parameters.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | Yes | API endpoint to test | |
http_method | No | HTTP method to use | GET |
request_body | No | Request body (for POST/PUT requests) | |
use_auth | No | Whether to use current authentication if available |