CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/reachability-analyzer

Runs dead-dependency analysis across JS, Python, and Rust projects using ecosystem-native static tools (`depcheck`/`knip` for JS, `vulture` for Python, `cargo-machete` for Rust), then cross-references the unused-dependency list against SCA findings to downrank vulns in code that is never loaded. Use when SCA output (from `osv-scanner`, `snyk-test`, or `npm-pip-maven-audit`) is too noisy to triage and the team needs to separate unreachable CVEs from exploitable ones before sprint planning; sibling cve-exploitability-triage ranks by EPSS/KEV exploitation signal, not code reachability.

79

Quality

99%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Overview
Quality
Evals
Security
Files

Quality

Content

100%

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

The body is lean and executable, with a clearly sequenced multi-step workflow that includes an explicit validate-and-retry checkpoint, and a well-structured single-level reference bundle. It meets the top anchor on all four dimensions.

DimensionReasoningScore

Conciseness

Lean sections (overview, when/how to use, cross-ref script, CI YAML, worked example, anti-patterns, limitations) that assume Claude's competence and avoid explaining basic SCA/static-analysis concepts; every section earns its place. Not the level-2 'mostly efficient but could be tightened' case — there is no padded explanation.

3 / 3

Actionability

Copy-paste-ready executable guidance throughout: 'npx knip --reporter json | jq -r ".dependencies[].name" > unused-deps.txt', a complete Python cross-reference script, and a concrete CI YAML block — matches the 'fully executable code/commands' anchor.

3 / 3

Workflow Clarity

A 7-step 'How to use' sequence with an explicit validation checkpoint and feedback loop: step 5 'assert unused-deps.txt is non-empty and every finding ... carries a populated reachable field ... If the file is empty ... re-run ... and re-annotate', satisfying the validation requirement for batch finding annotation.

3 / 3

Progressive Disclosure

SKILL.md is an overview with a single one-level-deep, clearly signaled reference — 'Full config, flags, exit codes, and suppression per tool: references/dead-dependency-tools.md' — and the referenced bundle file exists and is real. Per-tool detail is correctly split out, with a References section listing external links.

3 / 3

Total

12

/

12

Passed

Description

100%

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 third-person, concrete, names specific tools and ecosystems, and pairs an explicit 'Use when...' trigger with active disambiguation from a sibling skill. It hits the top anchor on every dimension.

DimensionReasoningScore

Specificity

Lists multiple concrete actions with named tools: 'Runs dead-dependency analysis across JS, Python, and Rust projects using ecosystem-native static tools (depcheck/knip for JS, vulture for Python, cargo-machete for Rust), then cross-references the unused-dependency list against SCA findings to downrank vulns' — matches the 'Lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what (dead-dependency analysis + SCA cross-reference to downrank vulns) and when (explicit 'Use when SCA output ... is too noisy to triage' clause), matching the top anchor with an explicit trigger.

3 / 3

Trigger Term Quality

Natural trigger phrasing for the target audience: 'Use when SCA output ... is too noisy to triage and the team needs to separate unreachable CVEs from exploitable ones before sprint planning' — terms a security engineer would actually say, not generic jargon.

3 / 3

Distinctiveness Conflict Risk

Clear niche (reachability via dead-dependency detection) and actively disambiguated from a sibling: 'sibling cve-exploitability-triage ranks by EPSS/KEV exploitation signal, not code reachability' — unlikely to trigger for the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Reviewed

Table of Contents