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.
A highly actionable, token-efficient CI/CD hunting reference whose grep/PoC/report material is copy-paste ready. Its main weaknesses are a lack of explicit validation checkpoints in the workflow (capped at 3) and a monolithic structure with missing referenced bundle files.
Suggestions
Add an explicit validation/verify step to the hunting workflow — e.g. 'Confirm the PoC fires by checking for the DNS/HTTP callback before reporting' — to lift workflow_clarity above the destructive-operation cap of 3.
Split the per-bug-class deep-dives (sections 2–7) and the report template (section 10) into separate reference files under references/ and link to them from SKILL.md, so the overview stays lean.
Provide the referenced bundle files (tools/cicd_scanner.sh, tools/secrets_hunter.sh, install_tools.sh) or remove the references, since none currently exist in scripts/, references/, or assets/.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense and largely padding-free — grep commands, PoC payloads, and YAML patterns earn their tokens — but the recurring 'What It Is' prose and some explanatory asides (e.g. 'Why It's Critical' bullets) could be trimmed; not a 5 because of those minor over-explanations. | 4 / 5 |
Actionability | Fully executable throughout: concrete `grep -rn` detection commands, copy-paste PoC payloads, vulnerable/safe YAML pairs, a `cicd_scanner.sh` invocation block, and a complete report template covering the common cases. | 5 / 5 |
Workflow Clarity | Sequences exist (Quick Kill Checklist, numbered exploit paths, chaining chains) and a scope/safety note is present, but there are no explicit validation/verification checkpoints in the hunting workflow; because triggering workflows and secret exfiltration are destructive/batch-style operations, the rubric caps workflow_clarity at 3. | 3 / 5 |
Progressive Disclosure | Well-organized into numbered sections, but the file is a ~380-line monolith with bug-class deep-dives, a tools reference table, and a full report template all inlined that could live in separate reference files; the referenced scripts (cicd_scanner.sh, secrets_hunter.sh, install_tools.sh) are not present in any bundle directory. | 3 / 5 |
Total | 15 / 20 Passed |