Content
72%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.
The content is highly actionable with copy-paste payloads and a clear workflow sequence, but it lacks validation checkpoints for destructive operations and inlines ~430 lines with no progressive disclosure into bundle files. Adding authorization/verification gates and splitting reference material would lift the two weakest dimensions.
Suggestions
Add explicit validation checkpoints in the workflow: confirm written authorization/scope before testing, and verify each finding (e.g. reproduce, confirm cross-user impact) before reporting.
Move the large reference tables (Tools Reference, Common Vulnerabilities Checklist, Quick Reference) into bundled files under references/ and link to them one level deep from SKILL.md.
De-duplicate the overlapping vulnerability entries across the Quick Reference and Common Vulnerabilities Checklist tables to tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean executable payloads and tables with little concept-padding, but the vulnerability information is duplicated across the Quick Reference, Common Vulnerabilities Checklist, and Tools Reference tables, leaving minor trim opportunities that keep it just below a 5. | 4 / 5 |
Actionability | It provides copy-paste-ready commands and payloads across the common cases — 'kr scan https://target.com -w routes-large.kite', JSON/GraphQL SQLi payloads, curl introspection, and concrete 403-bypass paths — fully executable guidance. | 5 / 5 |
Workflow Clarity | Steps 1–5 provide a clear sequence, but this destructive/batch offensive skill has no validation or verification checkpoints (no authorization-scope confirmation, no 'confirm finding before reporting' feedback loop), so the destructive-operations cap at 3 applies. | 3 / 5 |
Progressive Disclosure | All ~430 lines are inlined in SKILL.md with no bundle files and no references to separate files; section headers give some structure, but bulk content (Tools Reference, full GraphQL testing, checklist) that belongs in separate files is inline. | 3 / 5 |
Total | 15 / 20 Passed |