Content
61%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 skill body is a dense, actionable cloud-pentesting cheatsheet with concrete commands for all three providers and a sensible phase structure, plus a real advanced-scripts reference. It is held back by duplicated boilerplate, externally referenced scripts without setup guidance, and the absence of per-phase validation/feedback loops for destructive operations.
Suggestions
Remove the duplicated 'AUTHORIZED USE ONLY' blockquote (the second near-identical instance) and trim the Purpose section so it does not restate the frontmatter description verbatim.
Add per-phase validation checkpoints and a fix-and-retry loop (e.g., after enumeration, verify scope and confirm authorization remains valid before moving to exploitation/persistence phases).
Document how to obtain or install the externally referenced tools (cloud_enum.py, ip2provider.py, MSOLSpray.ps1, FireProx) so the command examples are fully executable end-to-end.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dominated by executable commands which earn their tokens, but it repeats the 'AUTHORIZED USE ONLY' blockquote twice, restates the description in the Purpose section, and duplicates phase commands in the Quick Reference tables. | 3 / 5 |
Actionability | It provides concrete, mostly copy-paste-ready aws/gcloud/az commands across all three providers, but several external scripts (cloud_enum.py, ip2provider.py, MSOLSpray.ps1, fire.py) are referenced without installation or setup guidance. | 4 / 5 |
Workflow Clarity | The 11 numbered phases are clearly sequenced and there is an upfront mandatory confirmation gate, but the phases themselves lack validation checkpoints or fix-and-retry feedback loops, and the destructive/offensive nature caps workflow clarity at 3 per the guidelines. | 3 / 5 |
Progressive Disclosure | The body is well-organized into Prerequisites, Core Workflow phases, Quick Reference, Examples, and Constraints, with a single clearly signaled one-level-deep reference (references/advanced-cloud-scripts.md) that is a real file. | 4 / 5 |
Total | 14 / 20 Passed |