Content
64%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a solid, actionable reconnaissance skill with concrete commands, a clear phased methodology, and a well-defined output template. Its main weaknesses are the lack of explicit validation checkpoints between phases and some verbosity in explaining concepts Claude already understands (WHOIS, zone transfers, dorking). The authorization check and boundaries sections are well-handled and appropriately prominent.
Suggestions
Add explicit validation/checkpoint steps between phases, e.g., 'Review passive findings and confirm target scope before proceeding to active recon' with criteria for what constitutes sufficient passive recon.
Trim explanatory text for concepts Claude already knows — e.g., remove 'for registrant, nameserver, and creation date info' after the whois command, and 'Identify frameworks, CMS, server software, and JavaScript libraries from public-facing pages' which is self-evident from the heading.
Add a feedback loop for failed or incomplete scans, e.g., 'If nmap returns no results, verify host is up with -Pn, check firewall evasion techniques, and document blocked ports.'
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Generally efficient but includes some unnecessary framing (e.g., explaining what search engine dorking queries do, the cross-references paragraph is somewhat verbose). The methodology sections are reasonably tight but could be trimmed — Claude already knows what WHOIS is and what zone transfers are. | 2 / 3 |
Actionability | Provides concrete, executable commands throughout — dig, nmap, curl with crt.sh, specific flags and output formats. The output format template is copy-paste ready. Tool suggestions are specific (gobuster, feroxbuster, testssl.sh, sslyze) with clear use cases. | 3 / 3 |
Workflow Clarity | The three-phase methodology provides a clear sequence (passive → active → analysis), and the authorization check is a good upfront gate. However, there are no explicit validation checkpoints between phases — no 'verify passive findings before proceeding to active' step, no feedback loops for when scans fail or return unexpected results. | 2 / 3 |
Progressive Disclosure | The content is well-structured with clear sections and headers, and cross-references to related skills (osint-recon, web-pentest, owasp-audit) are mentioned. However, with no bundle files, all content is inline in a single file. The output format template and some of the detailed methodology could benefit from being split into referenced files for a skill of this length. | 2 / 3 |
Total | 9 / 12 Passed |