Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
Highly actionable, executable mobile pentest guidance with a clear runtime-first workflow and explicit validation/escalation checkpoints. The main weakness is progressive disclosure: it is a long single-file skill with no reference bundle, so a chunk of the Frida scripts and sweep recipes that could be offloaded to reference files instead sit inline.
Suggestions
Move the reusable Frida scripts (pin-bypass.js, the signer dump hook, the universal-unpinning codeshare invocation) into a ./references/ or ./scripts/ file and link to it from the relevant sections, keeping only a short snippet inline.
Extract the static-sweep grep recipes and the 'Found in APK → Action' table into a ./references/static-sweep.md so the SKILL.md body stays a navigable overview.
Trim the framing prose (the opening 'Most hunters skip mobile. That's the edge.' paragraph and the 'REAL PAID EXAMPLES' section) to tighten token efficiency while preserving the impact-first guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely lean and code-dense with every block earning its place, but the prose framing (the opening 'the edge' paragraph, 'REAL PAID EXAMPLES', and a few rhetorical callouts) pads slightly beyond what Claude strictly needs. | 4 / 5 |
Actionability | Fully executable guidance throughout — copy-paste bash (apktool/jadx/adb/objection commands), complete Frida JS hooks (pin-bypass.js, signer dump), and concrete adb deeplink probes with real flag values covering the common cases. | 5 / 5 |
Workflow Clarity | Clear runtime-first sequence with explicit validation checkpoints ('After each action, check the proxy: are requests visible and replayable?', 'Traffic visible + replayable → STOP', 'Traffic pinned / encrypted / absent → THEN escalate') and feedback loops for error recovery (objection fails → targeted Frida hook). | 5 / 5 |
Progressive Disclosure | Well-organized with clear section headers and a coherent in-file structure, but it is a monolithic ~324-line SKILL.md with no bundle files and no one-level-deep external references — the Frida scripts, secret-sweep commands, and impact-ladder tables are content that could live in separate reference files. | 3 / 5 |
Total | 17 / 20 Passed |