as_apk_verify_signature
Verify an APK's signature and retrieve signing certificate details. Returns JSON indicating verification status and certificate information.
Instructions
Verify an APK's signature and print the signing certificates (apksigner).
Args: params (ApkInput): apk_path.
Returns: str: JSON with verified (bool) and the certificate details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |