package_attack_surface
Analyze an Android package's attack surface by counting exported activities, receivers, providers, services, and debuggable flag to scope IPC security testing.
Instructions
Show the high-level attack surface of one package.
Returns counts of exported activities/receivers/providers/services plus
a debuggable flag. This is the single most useful first call for
scoping IPC testing — pick packages with non-zero exported components.
Args:
package: Fully qualified package name, e.g. com.example.app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||