agentsclimarketplace

Run3 Filter Vulnerabilities by Severity Level

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-claude-haiku-4-5/dependency-vulnerability-check/run3_Filter-Vulnerabilities-by-Severity-Level

Filter vulnerability records to include only HIGH and CRITICAL severity levels with case-sensitive exact matching.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_Filter-Vulnerabilities-by-Severity-Level

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.8 KB, 152 tokens by cl100k_base, as published. Nobody here has run it

Filtering Logic

  1. Severity comparison must be case-sensitive

    • Match exactly: "HIGH" or "CRITICAL"
    • Do NOT match: "high", "High", "critical", etc.
  2. Implementation

    Include vulnerability if:
    severity == "HIGH" OR severity == "CRITICAL"
    
  3. Verify before filtering

    • Extract actual severity values from JSON
    • Check for uppercase/lowercase inconsistency in source data
    • Convert to uppercase if needed: severity.upper() == "HIGH"
  4. Validation

    • Count filtered records
    • Confirm no excluded HIGH/CRITICAL records
    • Confirm no included lower-severity records

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.