agentsclimarketplace

Run3 Handle NULL and Missing Values in Vulnerability Data

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-claude-haiku-4-5/dependency-vulnerability-check/run3_Handle-NULL-and-Missing-Values-in-Vulnerability-Data

Properly handle null, missing, and empty values in vulnerability records with appropriate fallback values.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run3_Handle-NULL-and-Missing-Values-in-Vulnerability-Data

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, 162 tokens by cl100k_base, as published. Nobody here has run it

Fallback Rules

FieldMissing/Null Handling
FixedVersionUse "N/A" (never empty string)
CVSS_ScoreUse "N/A" if no source available
UrlUse "N/A" if no PrimaryURL or References
TitleUse "" (empty string) or "N/A" — verify ground truth
Other fieldsInclude raw value or "N/A" per requirement

Process

  1. Check field existence with .get() method
  2. Check for None or null values explicitly
  3. Check for empty strings: if value == ""
  4. Apply appropriate fallback immediately
  5. Never allow empty strings where "N/A" is required

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.