Check signature
Skill jason0404/Jason-Android-Marketplace/plugins/android-artifact-inspector/skills/check-signature
Verify Android APK signing certificates and compare signer fingerprints with apksignerFrom its SKILL.md
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.
2 things 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.
- runs commandsInstructs the agent to run 1 command, including `apksigner verify --print-certs`.
SKILL.md
0.8 KB, 147 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.