Content
92%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.
An efficient, highly actionable testing guide with copy-paste PoC material and a clearly sequenced, validation-driven workflow. The only minor slack is the conceptual intro that restates known material already present in the description.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and actionable, but the "## What is Clickjacking" intro and the "Highest-value targets" list explain a concept Claude already knows and partly duplicate the description, so it is not fully trimmed. | 4 / 5 |
Actionability | Copy-paste-ready commands like `curl -sI https://target.example/account/transfer | grep -iE 'x-frame-options|content-security-policy'` and a complete PoC `<iframe>` HTML snippet cover the common cases fully. | 5 / 5 |
Workflow Clarity | A clear two-step sequence (screening then prove) is paired with an explicit "Confirm ALL of the following, or it is not exploitable" validation checklist and a stop condition ("If either is present... stop"), giving explicit validation checkpoints. | 5 / 5 |
Progressive Disclosure | The skill is self-contained and well-organized into clear sections (Protection Headers, How to Test, False Positives, Proof Requirements) with no need for external references and no nested file references. | 5 / 5 |
Total | 19 / 20 Passed |