frida-data-extraction

Installation
SKILL.md

Frida Data Extraction

Use this skill when the goal is to observe runtime data rather than bypass a check.

Rules

  • Only extract data from systems the user is authorized to test.
  • Avoid printing secrets into shared logs unless the user explicitly needs them.
  • Prefer structured logs with redaction for tokens, cookies, passwords, and private keys.
  • Copy pointer and retval data inside callbacks; Frida may recycle callback objects.

Android Boundaries

Installs
75
GitHub Stars
3
First Seen
May 12, 2026
frida-data-extraction — rudra-ravi/frida-skills