Content
78%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 and well-sequenced for its flagship Cognito workflow, with strong validation checkpoints for destructive operations. Its main weakness is progressive disclosure: the entire skill is one monolithic file with no reference files splitting out the large tables and writeup material.
Suggestions
Move the privesc pattern tables (AWS/Azure/GCP/K8s) and the tooling reference into separate reference files under ./references/, leaving SKILL.md as an overview with one-level-deep links.
Extract the AWS Cognito 'Disclosed cases / authoritative writeups' section into its own reference file to reduce body length and keep SKILL.md as a navigation hub.
Trim editorial prose such as 'Cloud activity is trivially auditable; the client WILL find it post-engagement' to keep the body lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Command-first tables and bash blocks are dense and assume competence, but the ~520-line monolith carries some trimmable prose (e.g. 'Cloud activity is trivially auditable; the client WILL find it...'), matching the score-4 anchor with minor over-explanation. | 4 / 5 |
Actionability | Copy-paste-ready bash with real CLI flags, credential regexes, and privesc tables mapping action→technique fully cover common cases, matching the score-5 anchor. | 5 / 5 |
Workflow Clarity | The Cognito chain is a sequenced 5-step workflow with explicit checkpoints ('If NotAuthorizedException... stop', STS verify, AccessDenied probe); general privesc is table-lookup rather than sequenced, leaving minor validation gaps relative to score-5. | 4 / 5 |
Progressive Disclosure | No bundle files exist and the body is a single ~520-line monolith with ~18 inlined sections; content that belongs in reference files (full tooling table, all privesc patterns, Cognito writeups) is inline with no external navigation, matching the score-3 anchor. | 3 / 5 |
Total | 16 / 20 Passed |