list_providers
Identify misconfigured content providers by listing their authorities and permissions for a given Android package.
Instructions
List content providers of a package with their permissions and authorities.
Each entry includes authority, read_permission, write_permission,
content_provider (class), multiprocess, and grant_uri flags.
Use these to spot misconfigured providers — e.g. read_permission: null
and exported_only=True together means world-readable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes | ||
| exported_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||