Agent skill · Security

benchmark-datasets

Standard datasets and benchmarks for evaluating AI security, robustness, and safety

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill benchmark-datasets --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Version: 2.0.0
Path: skills/ai-ml/benchmark-datasets/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Security Benchmark Datasets Use **standardized benchmarks** to evaluate and compare AI system security, robustness, and safety. ## Quick Reference ```yaml Skill: benchmark-datasets Agent: 04-evaluation-analyst OWASP: LLM01 (Injection), LLM02 (Disclosure), LLM04 (Poisoning), LLM05 (Output), LLM09 (Misinfo) NIST: Measure Use Case: Standardized security evaluation ``` ## Benchmark Taxonomy ``` [AI Security Benchmarks] │ ┌───────────────────┼───────────────────┐ ▼ ▼ ▼ [Safety] [Robustness] [Privacy] │ │ │ ┌────┴────┐ ┌────┴────┐ ┌────┴────┐ ▼ ▼ ▼ ▼ ▼ ▼ [Toxicity] [Bias] [Adversarial] [OOD] [MIA] [Extraction] │ ┌───────┴───────┐ ▼ ▼ [Jailbreak] [Injection] ``` ## Safety Benchmarks ### LLM Safety Evaluation ```yaml HarmBench: description: "Comprehensive harmful behavior evaluation" size: 400+ behaviors categories: - Chemical/Biological weapons - Cyberattacks - Harassment - Fraud/Deception metrics: - Attack Success Rate (ASR) - Defense Success Rate (DSR) url: https://harmbench.org owasp: [LLM05] ToxiGen: description: "Machine-generated toxic content detection" size: 274k examples categories: - Identity attacks - Hate speech - Threats metrics: - Toxicity Score - False Positive Rate ow

What's inside
Steps it walks through
  1. Quick Reference
  2. Benchmark Taxonomy
  3. Safety Benchmarks
  4. LLM Safety Evaluation
  5. Benchmark Framework
  6. Jailbreak Benchmarks
  7. Adversarial Robustness Benchmarks
  8. Privacy Benchmarks
  9. Evaluation Dashboard
  10. Custom Benchmark Creation
  11. Troubleshooting
  12. Integration Points
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the benchmark-datasets skill do?

Standard datasets and benchmarks for evaluating AI security, robustness, and safety

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill benchmark-datasets --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going