aiml-aegis-benchmark

Benchmark NVIDIA Aegis AI Content Safety classifier across six harm categories.

934|152|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/wuyoscar/ISC-Bench --skill aiml-aegis-benchmark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiml-aegis-benchmark
Source: https://github.com/wuyoscar/ISC-Bench/tree/main/templates/aiml_aegis
Command: npx skills add https://github.com/wuyoscar/ISC-Bench --skill aiml-aegis-benchmark

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ISC template for AI Safety & ML. Anchor strength: WEAK. Keywords: aiml_aegis, NVIDIA Aegis, transformers, ISC, TVD.

Core Features & Use Cases

  • Benchmarks the NVIDIA Aegis-AI-Content-Safety-LlamaGuard classifier across 6 harm categories (violence, sexual_content, criminal_planning, weapons, substance_abuse, self_harm). The LLM must fill ??? placeholders in safety_samples.json with text samples specific enough to trigger the safety classifier.
  • Available Variants for prompts (EN/ZH) and emphasis on anchored safety testing to stress model boundaries.
  • Use Case: Researchers can validate classifier robustness, compare models, and document evaluation results for audits.

Quick Start

Run the benchmark against safety_samples.json to evaluate the Aegis classifier's safety labeling.

Frequently Asked Questions about aiml-aegis-benchmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I benchmark an AI safety classifier across multiple harm categories?

You benchmark an AI safety classifier by running Python scripts with curated JSON samples to verify unsafe classifications across six harm categories like violence and self-harm.

What is the best way to evaluate the NVIDIA Aegis classifier for compliance testing?

Evaluating the NVIDIA Aegis classifier for compliance testing involves running structured Python benchmark scripts against curated safety samples to validate robustness and document evaluation results for ML audits.

Can I run safety evaluations using prompt variants in both English and Chinese?

Yes, you can run safety evaluations using prompt variants in both English and Chinese. The benchmark supports EN and ZH variants to stress model boundaries and verify unsafe classifications across languages.

Do I need to manually add text samples to trigger the Aegis safety classifier?

Yes, you need to fill the placeholder fields in the safety_samples.json file with specific text samples designed to trigger the Aegis safety classifier across the defined harm categories.

What harm categories does the Aegis safety evaluation cover?

The Aegis safety evaluation covers six harm categories: violence, sexual content, criminal planning, weapons, substance abuse, and self harm, allowing you to validate robustness across these specific threat vectors.

Why is my safety classifier not triggering on my benchmark prompts?

Your safety classifier may not trigger if the text samples mapped to harm categories are not specific enough. You must ensure the JSON safety samples explicitly push the boundaries of the classifier's unsafe labeling.