Use when the user wants to find hard-coded secrets in an APK: API keys, AWS / GCP / Azure credentials, JWTs, private keys, hard- coded URLs, IP addresses, or any other sensitive data embedded in the decompiled source. Triggers: "scan for secrets", "find API keys", "find AWS credentials", "check for hard-coded secrets", "scan the APK for sensitive data", "find URLs in the source". Do NOT use for runtime data leak detection (Phase 3) or for network interception (use android-re-network-intercept).
$npx -y skills add heretek-re/android-re --skill android-re-secrets-scanInstalls into the current project.
Run `npx skills use "https://github.com/heretek-re/android-re" --skill "heretek-re/android-re/android-re-secrets-scan"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/heretek-re/android-re" that are relevant to the current task. Run `npx skills add "https://github.com/heretek-re/android-re"` and select the relevant skills, then follow their instructions.