CtrlK
BlogDocsLog inGet started
Tessl Logo

analyzing-network-traffic-with-wireshark

Captures and analyzes network packet data using Wireshark and tshark to identify malicious traffic patterns, diagnose protocol issues, extract artifacts, and support incident response investigations on authorized network segments.

62

Quality

73%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/analyzing-network-traffic-with-wireshark/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

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 strong, highly actionable skill with excellent executable examples covering the full network traffic analysis workflow. Its main weaknesses are verbosity in explanatory sections that Claude doesn't need (Key Concepts, Tools & Systems), and the absence of validation checkpoints and error recovery steps in a workflow that involves forensic evidence handling. The monolithic structure could benefit from splitting reference material into separate files.

Suggestions

Remove or drastically reduce the Key Concepts table and Tools & Systems section — Claude already knows what BPF filters, PCAPNG, TCP streams, and Wireshark are. Keep only non-obvious, skill-specific details.

Add explicit validation checkpoints: verify capture is collecting packets after Step 1 (e.g., check packet count), verify exported objects are non-empty after Step 4, and add error handling guidance for common tshark failures.

Split the Common Scenarios section and Output Format into separate referenced files (e.g., SCENARIOS.md, REPORT_TEMPLATE.md) to reduce the main skill's token footprint.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with concrete commands, but includes unnecessary sections like the Key Concepts table (Claude knows what BPF, PCAPNG, and TCP streams are), the Tools & Systems descriptions (Claude knows what Wireshark and tshark are), and some verbose explanations in the Prerequisites and When to Use sections. The core workflow steps are well-structured but the surrounding material adds token cost without proportional value.

2 / 3

Actionability

Every workflow step contains fully executable, copy-paste-ready tshark commands with realistic flags, filters, and output options. The commands cover capture, filtering, extraction, statistical analysis, and reporting with specific field selections and concrete examples. The DNS tunneling scenario provides a complete end-to-end investigation sequence.

3 / 3

Workflow Clarity

The six steps are clearly sequenced and logically ordered from capture through reporting. However, there are no explicit validation checkpoints or feedback loops — for instance, no step to verify the capture is actually collecting packets before proceeding, no validation that exported objects are intact, and no error recovery guidance if tshark commands fail or produce unexpected output. For forensic/incident response work involving evidence preservation, this is a notable gap.

2 / 3

Progressive Disclosure

The content is well-organized with clear section headers and a logical progression, but it's a monolithic document with no references to external files. The Key Concepts table, Tools & Systems section, and detailed scenario could be split into separate reference files. For a skill of this length (~180+ lines of substantive content), some progressive disclosure via external references would improve navigability.

2 / 3

Total

9

/

12

Passed

Description

82%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a strong description with excellent specificity, good trigger terms, and a clear distinctive niche in network packet analysis and security. Its main weakness is the lack of an explicit 'Use when...' clause, which would help Claude know precisely when to select this skill over others.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks about packet captures, pcap files, network traffic analysis, Wireshark filters, or investigating suspicious network activity.'

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'captures and analyzes network packet data', 'identify malicious traffic patterns', 'diagnose protocol issues', 'extract artifacts', and 'support incident response investigations'. These are concrete, actionable capabilities.

3 / 3

Completeness

The 'what' is well-covered with specific capabilities, but there is no explicit 'Use when...' clause or equivalent trigger guidance. The when is only implied by the nature of the actions described. Per rubric guidelines, missing 'Use when...' caps completeness at 2.

2 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Wireshark', 'tshark', 'network packet', 'malicious traffic', 'protocol issues', 'incident response', 'packet data'. These are terms a user would naturally use when needing this skill.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: network packet analysis using specific tools (Wireshark/tshark) for security-focused tasks. The combination of tool names, domain (network packets), and purpose (incident response, malicious traffic) makes it very unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
mukul975/Anthropic-Cybersecurity-Skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.