isc-bench

Launch TVD workflows to evaluate frontier LLM safety across professional task domains.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

ISC-Bench provides a structured framework to evaluate Internal Safety Collapse (ISC) in frontier LLMs using the TVD (Task-Validator-Data) paradigm. It enables researchers to reproduce safety evaluation workflows, compare cross-model performance, and study how legitimate professional tasks can produce harmful outputs as a function of workflow constraints. It also supports agentic evaluation paths and multi-domain benchmarks to foster methodological rigor.

Core Features & Use Cases

  • TVD-driven evaluation of frontier LLM safety across multiple domains (AI safety, biology, chemistry, cybersecurity, etc.).
  • Reproducible pipelines for Task, Validator, and Data, plus optional agentic execution modes.
  • Benchmarking across templates, experiments, and community reproductions to compare model robustness and safety.

Quick Start

Clone the repository, install uv, configure OpenRouter API keys, and run the single-turn TVD workflow as described in the Quick Start.

Frequently Asked Questions about isc-bench

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

FAQPage Schema
How do I evaluate frontier LLM safety in professional task contexts?

Frontier LLM safety evaluation in professional contexts uses the TVD paradigm, launching structured Task, Validator, and Data workflows to test models. This approach identifies Internal Safety Collapse by measuring harmful outputs generated under legitimate workflow constraints.

What is the TVD paradigm for jailbreak and safety evaluation?

The TVD paradigm structures safety evaluation into Task scripts, Validators, and Data files, enabling reproducible benchmarking. It tests how legitimate professional tasks produce harmful outputs, fostering methodological rigor across multiple domains like cybersecurity and biology.

Do I need an OpenRouter API key to run LLM safety benchmarks?

Yes, running these LLM safety benchmarks requires an OpenRouter API key. You also need the uv runtime and a compatible Python environment to execute the jailbreaking-style tests and reproduce the safety evaluation workflows.

Can I run agentic evaluation paths for multi-domain safety benchmarks?

Yes, the safety benchmark supports optional agentic execution modes alongside single-turn workflows. This enables multi-domain safety evaluation across templates and experiments, allowing you to compare model robustness and study cross-model performance variations.

What's the best way to reproduce Internal Safety Collapse tests across models?

Reproducing Internal Safety Collapse tests requires cloning the repository and configuring the uv runtime. The TVD-driven pipelines provide reproducible Task, Validator, and Data scripts to compare frontier LLM robustness and safety across different models.