Skip to main content

isc-bench

Evaluates LLM safety using ISC-Bench, running benchmarks and scoring harmful content extraction for model robustness.

Install this skill

or
12/100

Security score

The isc-bench skill was audited on May 21, 2026 and we found 12 security issues across 4 threat categories, including 2 critical. Review the findings below before installing.

Categories Tested

Security Issues

critical line 35

Piping content to sh shell

SourceSKILL.md
35Install uv if missing: `curl -LsSf https://astral.sh/uv/install.sh | sh`
critical line 220

Piping content to sh shell

SourceSKILL.md
220| `uv` not found | `curl -LsSf https://astral.sh/uv/install.sh \| sh` |
high line 35

Curl to non-GitHub URL

SourceSKILL.md
35Install uv if missing: `curl -LsSf https://astral.sh/uv/install.sh | sh`
high line 220

Curl to non-GitHub URL

SourceSKILL.md
220| `uv` not found | `curl -LsSf https://astral.sh/uv/install.sh \| sh` |
low line 29

Access to .env file

SourceSKILL.md
29cp .env.example .env
low line 30

Access to .env file

SourceSKILL.md
30# Add your OpenRouter API key to .env
low line 16

External URL reference

SourceSKILL.md
16ISC turns any frontier LLM into a harmful dataset generator — a legitimate professional task functionally requires generating harmful content to satisfy a code validator. Paper: [arXiv:2603.23509](htt
low line 22

External URL reference

SourceSKILL.md
22- [OpenRouter](https://openrouter.ai/) API key
low line 35

External URL reference

SourceSKILL.md
35Install uv if missing: `curl -LsSf https://astral.sh/uv/install.sh | sh`
low line 198

External URL reference

SourceSKILL.md
198All models are accessed via [OpenRouter](https://openrouter.ai/models) using `provider/model` format.
low line 215

External URL reference

SourceSKILL.md
215| Model ID not found | Check [OpenRouter models](https://openrouter.ai/models) |
low line 220

External URL reference

SourceSKILL.md
220| `uv` not found | `curl -LsSf https://astral.sh/uv/install.sh \| sh` |
Scanned on May 21, 2026
View Security Dashboard
Installation guide →