Perform a complete release-artifact audit.
Workflow
- Identify artifact type(s) and the user's requested comparison/release context.
- For APK files invoke
android-apk-analyzerandandroid-apk-signing-verifier. - For AAB files invoke
android-aab-analyzer, usingbundletoolwhere available. - For multiple files invoke
android-artifact-comparator. - Consolidate evidence-backed findings and determine result:
PASS,PASS WITH WARNINGS,BLOCK RELEASE, orINCOMPLETE VERIFICATION. - Mandatory final step: invoke
android-artifact-report-generator, writing a standalone HTML report underandroid-artifact-reports/.
Rules
- Do not install or execute supplied artifacts.
- Do not overwrite artifacts.
- Do not claim a tool result that was not obtained.
- Redact any sensitive values encountered.