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

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

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.

What its author says it does

Copied from the file, not written here

Properly handle null, missing, and empty values in vulnerability records with appropriate fallback values.

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

Keep looking

Skills are one crate of 328,083. 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.