Use when implementing, modifying, or reviewing Android authentication, cryptography, sensitive data handling, or Google Play Billing flows.
Scanned 9/20/2026
Install to Claude Code
npx -y skills add rabee-elkholy/android-agent-harness --skill android-security-billing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Android Security Billing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rabee-elkholy-android-security-billing)More formats (shields.io, HTML) on the badges page.
---
name: android-security-billing
description: Use when implementing, modifying, or reviewing Android authentication, cryptography, sensitive data handling, or Google Play Billing flows.
version: 1.0.0
kernel-major: 1
---
# Android Security, Authentication, and Billing
Load this skill only when the deterministic classifier selects a security-sensitive surface.
## Required approach
- Preserve the approved product behavior and treat authentication, purchase, and cryptographic contracts as public boundaries.
- Never log credentials, purchase tokens, authorization headers, personal data, or unredacted provider responses.
- Keep secrets outside the repository and outside generated evidence.
- Validate exported components, intent inputs, URI permissions, and pending-intent mutability.
- Do not weaken TLS, certificate validation, Play Billing acknowledgement, purchase verification, or token expiry behavior to make a test pass.
- Test success, cancellation, retry, duplicate delivery, stale session, and provider failure behavior where the project exposes a meaningful seam.
- Never complete a real charge during automated validation.
This skill cannot waive plan approval, deterministic gates, sensitive delivery approval, or any kernel safety rule.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!