Check signature
Skill jason0404/Jason-Android-Marketplace/plugins/android-artifact-inspector/skills/check-signature
A Claude Code marketplace for Android development, featuring code review, localization management, and APK/AAB release artifact inspection tools.
npx -y skills add jason0404/Jason-Android-Marketplace --skill check-signatureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Verify Android APK signing certificates and compare signer fingerprints with apksigner
SKILL.md
0.8 KB, as published. Nobody here has run it
Verify signing for one or more .apk files.
Workflow
- Confirm supplied files exist and are APKs.
- Locate
apksignercross-platform through PATH or Android SDK build-tools locations. - Invoke
android-apk-signing-verifier. - Use
apksigner verify --print-certswhen available. - Report verification status, signer count and certificate SHA-256 digest where returned.
- When comparing APKs, state whether the confirmed certificate fingerprints match.
- Generate an HTML report only when requested.
Safety
Never request or expose keystore passwords or private signing material. Do not claim which Play Console key a certificate represents unless that evidence was separately provided.