Content
65%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 body is highly actionable with executable examples but is verbose and monolithic, and the workflow lacks validation checkpoints for destructive/batch operations. Splitting protocol-specific detail into reference files and adding safety gates would improve the score.
Suggestions
Add explicit validation/safety checkpoints to the Quick Workflow (e.g., confirm scope/authorization before scanning, verify rate-limit response handling, stop-and-confirm before destructive admin actions).
Move gRPC, WebSocket, and SSRF deep-dive sections into separate reference files (e.g. references/grpc-testing.md) and keep SKILL.md as a concise overview with one-level-deep links.
Trim concept explanations Claude already knows (what BOLA is, what WebSocket bypasses) and keep only technique-specific guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient with concrete commands, but the ~500-line body includes explanatory prose Claude already knows (e.g., 'BOLA is the most prevalent API vulnerability', 'WebSocket connections bypass many traditional HTTP security controls') and could be tightened. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready curl, grpcurl, websocat, and Python examples covering the common cases across REST, gRPC, and WebSocket. | 5 / 5 |
Workflow Clarity | A clear 10-step Quick Workflow is present, but this destructive/batch offensive skill (mass scanning, credential brute loops) lacks explicit validation/safety checkpoints, capping workflow clarity at 3 per the feedback-loop guidance. | 3 / 5 |
Progressive Disclosure | All content is inlined in SKILL.md with no bundle files; per-protocol deep dives and cheatsheet content that could live in separate reference files are monolithically inlined, with only external URLs split out. | 3 / 5 |
Total | 14 / 20 Passed |