frida-script-review
Installation
SKILL.md
Frida Script Review
Use this skill before running public, generated, or mutation-heavy Frida scripts.
Review Pass
- Identify platform assumptions: Android, iOS, native, desktop, Gadget.
- Identify mutation points: return replacement, argument rewrite, file writes, process control, network changes.
- Check timing: spawn vs attach, module load, class loader, ObjC availability.
- Check safety: null pointers, overloads, string lifetimes,
retvalcopies, recursion, noisy hooks. - Reduce broad bundles to the hooks relevant to the target behavior.