CtrlK
BlogDocsLog inGet started
Tessl Logo

analyzing-windows-registry-for-artifacts

Extract and analyze Windows Registry hives to uncover user activity, installed software, autostart entries, and evidence of system compromise.

50

Quality

55%

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-windows-registry-for-artifacts/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

42%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill excels in actionability with concrete, executable code examples for registry forensics, but is severely undermined by verbosity and poor organization. It includes extensive explanatory tables and scenario descriptions that Claude doesn't need, inflating token cost significantly. The workflow lacks validation checkpoints critical for forensic integrity, and all content is crammed into a single file with no progressive disclosure.

Suggestions

Remove the 'Key Concepts' and 'Tools & Systems' tables entirely — Claude already knows what registry hives, MRU lists, and these tools are. If needed, move to a separate REFERENCE.md.

Move 'Common Scenarios' and 'Output Format' to separate files (e.g., SCENARIOS.md, OUTPUT_FORMAT.md) and reference them from the main skill with one-line links.

Add explicit validation checkpoints: verify hive integrity after extraction (compare hashes), check RegRipper output for errors before proceeding, validate that python-registry can open hives before running analysis scripts.

Remove the 'Prerequisites' section or reduce it to a single line listing required tools — Claude doesn't need to be told it needs 'Understanding of Windows Registry structure.'

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~200+ lines. It includes a 'Key Concepts' table explaining things Claude already knows (what a registry hive is, what MRU means, what 'Last Write Time' is), a full tools table, and extensive 'Common Scenarios' descriptions that are narrative rather than actionable. The 'Prerequisites' section explains obvious things like 'Understanding of Windows Registry structure.' Much of this content doesn't earn its token cost.

1 / 3

Actionability

The skill provides fully executable bash commands and Python scripts throughout. The code is copy-paste ready with specific file paths, tool invocations, and complete Python scripts using python-registry for parsing UserAssist, autorun keys, etc. The RegRipper commands include specific plugin names and output redirection.

3 / 3

Workflow Clarity

The workflow has clear sequential steps (extract → analyze → persistence → user activity → system info), but lacks explicit validation checkpoints. There's no verification that hive extraction succeeded, no integrity check after copying (hashes are computed but never verified), and no error handling guidance if RegRipper or python-registry encounters corrupt hives. For forensic operations where data integrity is critical, this is a significant gap.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with no references to external files and no bundle files to support it. The Key Concepts table, Tools table, Common Scenarios section, and Output Format could all be split into separate reference files. Everything is inline, making the skill unnecessarily long and difficult to navigate.

1 / 3

Total

7

/

12

Passed

Description

67%

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

The description is strong in specificity and distinctiveness, clearly identifying a niche forensic analysis capability around Windows Registry hives. However, it lacks an explicit 'Use when...' clause, which limits its completeness score, and could benefit from additional natural trigger terms that users might employ when seeking this type of analysis.

Suggestions

Add a 'Use when...' clause such as 'Use when the user needs to examine Windows Registry hives, investigate NTUSER.DAT/SAM/SYSTEM files, or perform registry-based forensic analysis.'

Include additional natural trigger terms like 'NTUSER.DAT', 'SAM hive', 'SYSTEM hive', 'registry forensics', 'registry keys', and '.reg files' to improve keyword coverage.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Extract and analyze Windows Registry hives' with specific outputs including 'user activity, installed software, autostart entries, and evidence of system compromise.'

3 / 3

Completeness

Clearly answers 'what does this do' (extract and analyze registry hives for specific artifacts), but lacks an explicit 'Use when...' clause or equivalent trigger guidance, which caps this at 2 per the rubric.

2 / 3

Trigger Term Quality

Includes good domain-specific terms like 'Windows Registry hives', 'autostart entries', 'installed software', and 'system compromise', but misses common user variations like 'registry forensics', 'NTUSER.DAT', 'SAM', 'SYSTEM hive', 'regedit', or 'registry analysis'.

2 / 3

Distinctiveness Conflict Risk

Very clear niche targeting Windows Registry hive analysis specifically; unlikely to conflict with other skills due to the highly specific domain of registry forensics and the distinct trigger terms like 'Registry hives' and 'autostart entries'.

3 / 3

Total

10

/

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.