Content
83%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 dense, highly actionable macOS post-exploitation playbook with excellent command-level guidance and token efficiency, weakened only by the absence of explicit validation checkpoints in destructive workflows.
Suggestions
Add explicit verify/validate checkpoints for destructive or noisy steps (e.g. confirm SIP state before TCC.db writes; verify a plist loads with 'launchctl print' after bootstrap).
Convert the bare 'See also' paths into markdown links and signal whether they are one-level-deep references or sibling skills.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and command-dense throughout; assumes Claude's knowledge of TCC/SIP/AMFI and never pads with concept explanations — every line earns its place. | 5 / 5 |
Actionability | Copy-paste-ready commands cover the common cases — 'sqlite3 ~/Library/Application Support/com.apple.TCC/TCC.db …', 'launchctl bootstrap gui/$(id -u) <plist>', 'security dump-keychain -d', 'xattr -d com.apple.quarantine' — with concrete flags and paths. | 5 / 5 |
Workflow Clarity | Content is organized by kill-chain phase (Discovery → Privesc → Persistence → Evasion → Credential → C2), but destructive/batch operations lack explicit validation checkpoints, capping workflow clarity at 3 per the rubric. | 3 / 5 |
Progressive Disclosure | A single well-sectioned file with clear headers and no nested references; the 'See also' sibling-skill paths are bare rather than linked, a minor organization gap keeping it just below 5. | 4 / 5 |
Total | 17 / 20 Passed |